上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页
摘要: 把@ @identity 改为scope_indentity() 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(106) 评论(0) 推荐(0)
摘要: where cast(UUID as nvarchar(max)) ='''+cast( @uuid as nvarchar(max))+'''' 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(125) 评论(0) 推荐(0)
摘要: public static class ProductCollectionExctensionMethods { public static void ApplyCurrencyMultiplier( this List product... 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(165) 评论(0) 推荐(0)
摘要: Copying file Properties\PublishProfiles\配置文件1.pubxml to obj\Debug\Package\PackageTmp\Properties\PublishProfiles\配置文件1.pubxml failed. Could not... 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(164) 评论(0) 推荐(0)
摘要: =IIf((CInt(Sum(Fields!Quantity.Value)))=Sum(Fields!Quantity.Value),CInt(Sum(Fields!Quantity.Value)),FormatNumber(Sum(Fields!Quantity.Value),2)... 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(72) 评论(0) 推荐(0)
摘要: 禁掉提交按钮。表单提交后使用Javascript使提交按钮 disable。这种方法防止心急的用户多次点击按钮。但有个问题,如果客户端把Javascript给禁止掉,这种方法就无效了。 我之前的文章曾说过用一些Jquery插件效果不错。 Post/Redirect/Get模式。在提交... 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(132) 评论(0) 推荐(0)
摘要: declare @maxSort int=0 set @sqlUpdateSort='select @maxSort=max(Display_Sequence'+@categoryRow+') from tblMENU_ITEMS where category'+@categoryR... 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(142) 评论(0) 推荐(0)
摘要: 本地存储分localStorage和sessionStorage localStorage保存在用户设备中,不随关闭浏览器而消失 Untitled Page 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(96) 评论(0) 推荐(0)
摘要: 1.cmd-》 aspnet_regsql.exe -S localhost-ssadd -sstype p -U sa -P qwe123! @# 2.web.config 修改 msdn-》 http://msdn.microsoft.com/zh-cn/library/ms1... 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(251) 评论(0) 推荐(0)
摘要: jQuery.grep(array, callback, [invert]) array:待过滤数组。 callback:此函数将处理数组每个元素。第一个参数为当前元素,第二个参数而元素索引值。此函数应返回一个布尔值。 invert:如果 "invert" 为 false 或为设置,... 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(282) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页