- 博客(6)
- 收藏
- 关注

原创 SqlServer数据批量模糊查询及使用String.Join串联字符串
实现模糊查询需要使用LIKE '%XXXX%'1、一个订单号的模糊查询string.Fomat(@"SELECT[OrderID],[OrderDate],[ShipAddress] FROM Orders WHERE OrderID LIKE'%{0}%'",strOrderID)2、多个订单号的模糊查询Sql格式WHEREOrderID LIKE'%X0%'OR
2014-01-25 13:46:53
2814
转载 Provider Pattern
原文地址:http://www.codeproject.com/Articles/18222/Provider-PatternIntroduction Provider pattern is one of the most interesting features that Microsoft introduced in .NET 2.A lot of features inclu
2015-08-18 10:27:36
1242
原创 int b=10; int c=(++b)*(++b);c和c#中c的结果?
1. int b=10; int c=(++b)*(++b);c和c#中c的结果? 1.1. 通过反汇编可以得出c和c#对应汇编码,分别对应图1.1和图1.2。 图1.1 c对应汇编码 图1.2 c#对应汇编码 1.2. 输出结果 由图1.1可知,在c中针对同一内存进行两次累加,然后
2015-04-21 22:36:04
840
原创 使用NuGet管理程序包
Nuget是一个.NET平台下的开源的项目,它是VisualStudio的扩展。在使用Visual Studio开发基于.NET Framework的应用时,Nuget能把在项目中添加、移除和更新引用的工作变得更加快捷方便。使用Nuget安装程序包1、右键单击项目->管理NuGet程序包2、联机安装:搜索所需要安装的程序包,点击安装即可3、本地安装:需要将本地程序包放在
2014-03-29 20:25:31
1926
原创 Telerik RadGridView 固定分组显示
GroupDescriptor groupDescriptor = new GroupDescriptor();//分组描述des.GroupNames.Add("No", ListSortDirection.Ascending);/* public void Add(string propertyName, ListSortDirection direction)*propert
2014-03-29 01:13:32
1487
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人