posted @ 2022-12-15 16:31
随笔分类 - 隨筆篇章
摘要:public bool VerifyRequired(out string error) { error = string.Empty; if (detailed.Count < 0) { error += "detailed is null"; return false; } var proInf
阅读全文
摘要:吃水不忘挖井人,如果对你有帮助,请说声谢谢。如果你要转载,请注明出处。谢谢! 异步提交时,出现图片不能上传。 起初我定格在 System.Web.Mvc 中。查询源码时,也是没有问题的。那问题出现在哪 里? 答案:JS jquery.unobtrusive-ajax.js 经查看,修改如下Demo:
阅读全文
posted @ 2017-09-24 18:15
摘要:@echo offset logFile=AmazonDeleteFiles.logset Feeds="E:\AmazonProject\AmazonListing\AmazonListing.API\FeedsResult"set Reorts="E:\AmazonProject\AmazonL...
阅读全文
posted @ 2015-11-16 16:20
摘要:读取服务器(局域网)上的文件 by .Net
阅读全文
posted @ 2014-10-15 09:38
摘要:今天闲来无事写了下 “ .NET 用 NPOI 组件 将 图片文件 写到 EXCEL 中 ”先看效果:头是我加的,这个应该不是难事!再看代码: private void button1_Click(object sender, EventArgs e) { ///...
阅读全文
posted @ 2014-09-15 16:25
摘要:select stuff(RTRIM(Convert(varchar(max),(SELECT distinct ','+sku FROM AmazonSellingList where AmazonStatus!='Deleted' FOR XML PATH('')))),1,1,'')Vie...
阅读全文
posted @ 2013-12-09 11:03
摘要:公式: (自枚)(Enum.Parse(typeof(自枚),待转字符串)) 枚举类型能转换成 int 类型 enum 定义的枚举名称 { 值1, 值2, …, 值n } eg: enum sex { 男, 女 // 或: 男=1, 女 }
阅读全文
posted @ 2012-12-05 23:27
浙公网安备 33010602011771号