随笔分类 -  .Net

关于C#的易错和容易遇到的基础问题
摘要:DataTable dt_Printquantity = new DataTable(); dt_Printquantity = ds.Tables[0]; //将SampleNum列转数组 //1:查询指定字段 string[] arraySampleNum = { "1"}; int[] arr 阅读全文
posted @ 2024-01-24 16:23 3939! 阅读(531) 评论(0) 推荐(0)
摘要:public string delimge(string AttachmentID, string fileUrl) { string connstrs = ""; try { connstrs = this.Request.Headers["ProjectType"].ToString(); } 阅读全文
posted @ 2023-09-14 15:24 3939! 阅读(64) 评论(0) 推荐(0)
摘要:DataTable dt = new DataTable(); sql.Append(" SELECT a from b "); dt = SqlHelper.GetDataTable(sql.ToString()); sql = new StringBuilder(); sql.Append(" 阅读全文
posted @ 2023-08-29 11:11 3939! 阅读(303) 评论(0) 推荐(0)
摘要:bool emptyFlag = args.Any(x => string.IsNullOrEmpty(x)); if (!emptyFlag) { } 阅读全文
posted @ 2022-02-09 09:43 3939! 阅读(156) 评论(0) 推荐(0)
摘要:轮播每页显示4条数据(待写) 阅读全文
posted @ 2021-12-16 13:40 3939! 阅读(81) 评论(0) 推荐(0)
摘要:chart.js链接: https://chartjs.bootcss.com/samples/ 引入的js: <script src="~/ace/assets/js/Chart.bundle.js"></script> <script src="~/ace/assets/js/utils.js" 阅读全文
posted @ 2021-12-08 09:27 3939! 阅读(97) 评论(0) 推荐(0)
摘要:https://monksoul.gitee.io/fur/ 阅读全文
posted @ 2020-11-13 09:57 3939! 阅读(340) 评论(0) 推荐(0)
摘要:要说逻辑其实也不难,新建一个form表单,表单有action处理页面,action页面就是处理上传的页面,这个dropzone插件的任务就是帮你对上传的文件进行列队上传,就像管理员:你们这群孩子,领奖状就要排好队,一次上n个(默认是2个,可配置)来领奖,后面的同学排好队,等待领奖。并且监听每一个文件 阅读全文
posted @ 2020-06-15 12:50 3939! 阅读(1575) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/conganguo/article/details/40159423 阅读全文
posted @ 2019-11-28 14:48 3939! 阅读(116) 评论(0) 推荐(0)
摘要:http://www.w3school.com.cn/index.html 阅读全文
posted @ 2018-03-27 10:00 3939! 阅读(138) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/emrys5/p/expression_trans_model.html 来源于Emrys博主 阅读全文
posted @ 2017-12-25 14:05 3939! 阅读(171) 评论(0) 推荐(0)