自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (10)
  • 收藏
  • 关注

原创 将SQL Server的任意记录转换为JSON格式(JQGRID) -- 支持SQL 2005

从SQL 2008开始,SQL Sever已经支持JSON数据,SQL 2016已经对JSON数据的处理支持非常完善。对于SQL 2016以上版本的用户,可以直接调用原生方法,效率更高。因客户采用SQL 2005,为了做到通用,特地写了以下存储过程,效率不差。CREATE PROCEDURE[dbo].[GetJqgridJson]( @ParameterSQL AS

2017-12-12 21:33:11 962 3

原创 linux的maven+turbine+turque java项目移植到windows eclipse的过程记录

linux中的运行环境:[list][*]java 1.4.2_10 jdk[*]mysql  Ver 14.12 Distrib 5.0.18, for pc-linux-gnu (i686)[*]jakarta-tomcat 5.0.28[*]turbine.version = 2.3.1[*]maven-torque-plugin-3.1.1.jar[*]maven-eclipse-plug

2007-02-16 05:32:00 832

强大的Gus V5.0 jqGrid MSSQL版(修正版V5.0.1)

(更新)基于优秀的BS项目脚手架guns V5.0修改完成。 (原创修改,请勿盗传) 1) 增加jqGrid视图、脚本、控制器生成器 2) 增加jqGrid列配置器 3) 全面支持jqGrid的组合搜索过滤(多条件、多比较符再也不蛋疼了) 4) 增加通用EXCEL导出(自动根据表格的宽度、可见列、筛选条件等导出数据) 5) 表格私有化定制:用户可以自行定制表格的列宽、隐藏/显示列,并可保存状态。再次使用可自动恢复设置。 6) 强化表单功能(基于jqGrid设置生成): 1. 所有的日期型字段自动附加日期控件 2. 自动附加下拉列表,下拉列表的键值对数据和父窗口共享,采用功能强大的select2实现 7) 增加导出Excel权限和显示/隐藏列权限

2018-10-23

强大的Gus V5.0 jqGrid MSSQL版

基于优秀的BS项目脚手架guns V5.0修改完成。 (原创修改,请勿盗传) 1) 增加jqGrid视图、脚本、控制器生成器 2) 增加jqGrid列配置器 3) 全面支持jqGrid的组合搜索过滤(多条件、多比较符再也不蛋疼了) 4) 增加通用EXCEL导出(自动根据表格的宽度、可见列、筛选条件等导出数据) 5) 表格私有化定制:用户可以自行定制表格的列宽、隐藏/显示列,并可保存状态。再次使用可自动恢复设置。 6) 强化表单功能(基于jqGrid设置生成): 1. 所有的日期型字段自动附加日期控件 2. 自动附加下拉列表,下拉列表的键值对数据和父窗口共享,采用功能强大的select2实现 7) 增加导出Excel权限和显示/隐藏列权限

2018-10-23

让GUNS 5.0支持MS SQL

Guns基于springmvc + shiro + mybatis-plus + beetl!构建的后台管理系统脚手架,包含用户管理,角色管理,部门管理,字典管理等10个模块。 原项目支持mysql、oracle,现提供修改MS -SQL数据库的方法。

2018-09-26

jqGrid 5.3全演示包

jqGrid v5.3.1,包含bootstrap、pivotgrid(行转列)、treegrid的演示

2018-09-26

超简单的HTPASSWD账号管理

以一个PHP文件实现HTACCESS BasicAuth 的账号密码管理 可以管理MD5 SHA UNIX-CRYPT的账户密码 不是简单的php exec()调用,因此适合safe_mode的环境 此程序假设了用户已BasicAuth(appache)登录成功。 程序包含了密码强度检查(JQUERY) 注释很明白,适用性强。 (欢迎转载,但鄙视改作者信息的)

2011-05-30

中国省市县多级联动菜单省份城市县区三级级联菜单

中国省市县多级联动菜单省份城市县区三级级联菜单 很好用的

2011-05-30

CODEMATIC 的MODEL生成器 FOR ASP.NET MVC2源碼

為ASP.NET MVC2生成最簡單的MODEL,只是稍微改了“动软.Net代码生成器”的MODLE輸出格式。 使用方法:下載“动软.Net代码生成器” 用源代碼中的LTP.BuilderModel.dll覆蓋 生成如下簡單MODEL代碼,避免機械輸入: using System; namespace ControlPayment.Models { public class tblPOViewModel { public int POID { get; set; } public string PONo { get; set; } } }

2010-10-21

Manning.ASP.NET.MVC.2.in.Action.Jun.2010

The future of high-end web development on the Microsoft platform, ASP.NET MVC 2 provides clear separation of data, interface, and logic and radically simplifies tedious page and event lifecycle management. And since it's an evolution of ASP.NET, you can mix MVC and Web Forms in the same application, building on your existing work. ASP.NET MVC 2 in Action is a fast-paced tutorial designed to introduce the MVC model to ASP.NET developers and show how to apply it effectively. After a high-speed ramp up, the book presents over 25 concise chapters exploring key topics like validation, routing, and data access. Each topic is illustrated with its own example so it's easy to dip into the book without reading in sequence. This book covers some high-value, high-end techniques you won't find anywhere else! Microsoft ASP.NET MVC (model/view/controller) is a relatively new Web application framework that combines ASP.NET's power and ease of use with the stability and testability of a MVC framework. The much-anticipated version 2 release brings new capabilities to the framework along with numerous additions that enhance developer productivity. In ASP.NET MVC 2 in Action, readers learn how to move from web form-based development to designs based on the MVC pattern. It begins with an introduction to the MVC framework and quickly dives into a working MVC 2 project. Featuring full coverage of new version 2 features, this book helps readers use developer-oriented upgrades like "Areas" to break a large project into smaller pieces and explore the new data handling tools. This revised edition adds a completely new tutorial to bring developers with no prior exposure to the MVC pattern up to speed quickly, keeping its focus on providing high-quality, professional grade examples that go deeper than the other ASP.NET MVC books.

2010-09-05

Professional ASP.NET MVC 2

ASP.NET MVC 2.0 is now available and shipping with Visual Studio 2010 and .NET 4. A new update to Microsoft’s Model-View-Controller technologies, MVC 2 enables developers to build dynamic, data-driven Web sites. Professional ASP.NET MVC 2 shows you step-by-step how to use MVC 2. You’ll learn both the theory behind MVC 2, as well as walk through practical tutorials, where you’ll create a real-world application. Topics include transitioning from ASP.NET development, as well as an overview of related tools and technologies, including LINQ, jQuery, and REST.

2010-09-05

Pro ASP.NET MVC 2 Framework, Second Edition

What you’ll learn Gain a solid architectural background to ASP.NET MVC V2, including MVC and REST concepts. Explore the entire ASP.NET MVC Framework and take a detailed look at the official MVC development toolkit. See how it works with test-driven development in action. Capitalize on your existing knowledge quickly and easily through translation and comparison of features in classic ASP.NET to those in ASP.NET MVC. Learn about the latest security and deployment issues, including IIS 7.0. Who this book is for This book is for web developers with a basic knowledge of ASP.NET and C# who want (or need) to start using the new ASP.NET MVC 2 Framework.

2010-09-05

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除