上一页 1 ··· 5 6 7 8 9 10 11 12 下一页

2015年5月23日

VS配置

摘要: if $(ConfigurationName)==Release copy /y $(TargetPath) E:\Develop\CommonDllif $(ConfigurationName)==Release copy /y $(TargetDir)LZL.XML E:\Develop\Com 阅读全文

posted @ 2015-05-23 11:02 木龙哥 阅读(143) 评论(0) 推荐(0) 编辑

2015年4月20日

Sql server 游标使用

摘要: DECLARE @sql VARCHAR(max) DECLARE @pcode NVARCHAR(50) DECLARE @code NVARCHAR(50) DECLARE @type INT=-1 DECLARE @tmptype INT=-1 SET @sql='' DECLARE myCu 阅读全文

posted @ 2015-04-20 17:12 木龙哥 阅读(242) 评论(0) 推荐(0) 编辑

2015年4月2日

html一些东东

摘要: 在IE浏览器中,当input获得焦点时,点击有unselectable="on"属性的标签时,不会触发onblur事件在 IE11 下,浏览器自作多情在 text input 组件上加一个 close 叉叉: 用CSS伪类定义: input::-ms-clear { display: none; }... 阅读全文

posted @ 2015-04-02 19:36 木龙哥 阅读(129) 评论(0) 推荐(0) 编辑

2015年3月16日

jquery 几点注意事项

摘要: jquery触发hover事件 使用mouseenter/mouseleave/mouseover/mouseout 阅读全文

posted @ 2015-03-16 13:00 木龙哥 阅读(180) 评论(0) 推荐(0) 编辑

2015年2月9日

C# 一些小东东

摘要: 在C#中,如果有一个方法我们不想继续使用,需要废弃的时候,可以在该方法前面加上一个[Obsolete]。 string[] arr={"a","b"} if $(ConfigurationName)==Release copy /y $(TargetPath) E:\Develop\CommonDl 阅读全文

posted @ 2015-02-09 10:53 木龙哥 阅读(164) 评论(0) 推荐(0) 编辑

2014年12月29日

Microsoft Jet 数据库引擎找不到对象'Sheet1$_'。请确定对象是否存在,并正确地写出它的名称和路径

摘要: We have a CRM add-on for Importing Price Lists into CRM. For this tool, we expect the details to be provided in an Excel sheet. The tool reads the exc... 阅读全文

posted @ 2014-12-29 15:44 木龙哥 阅读(1411) 评论(0) 推荐(0) 编辑

DataTable Select查询

摘要: 如果是Excel中数据,空数据为DBNull.Value 查询:dt.Select("name is null") 查询长度:dt.Select("len(convert(name,System.String))>10" 如果是字符型,就无需转换了 查询GUID时: var filter = "Sh 阅读全文

posted @ 2014-12-29 12:51 木龙哥 阅读(453) 评论(0) 推荐(0) 编辑

2014年11月21日

js求指定时间的周一和周日

摘要: /*计算指定时间的的周一和周日 return=>{mondy:Date,sundy:Date} parms:{ date:指定时间,如果不指定则取当前时间 } */ f... 阅读全文

posted @ 2014-11-21 12:36 木龙哥 阅读(1178) 评论(0) 推荐(0) 编辑

2014年11月15日

asp.net 页面执行过程

摘要: Application_BeginRequestApplication_AuthenticateRequestApplication_AuthorizeRequestApplication_ResolveRequestCacheApplication_MapRequestHandlerApplica... 阅读全文

posted @ 2014-11-15 23:37 木龙哥 阅读(264) 评论(0) 推荐(0) 编辑

2014年10月30日

linq 总结

摘要: linq 常用方法:top var query=(from u in User ...).Take(10)dblinq的坑:时间必须当参数传入,否则会报错多个left join时,如果join on进行类型转换时,放在最后面会报错,放到中间就没有问题 阅读全文

posted @ 2014-10-30 23:57 木龙哥 阅读(124) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 下一页

导航