上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: GregorianCalendar gc = new GregorianCalendar(); DateTime datetime = DateTime.Now; int week = gc.GetWeekOfYear(datetime, CalendarWeekRule.FirstFullWeek 阅读全文
posted @ 2022-11-01 11:04 小杨观世界 阅读(6) 评论(0) 推荐(0) 编辑
摘要: string[] arr = dataTable.AsEnumerable() .Select(row => row.Field<string>("tgNo")).ToArray(); 阅读全文
posted @ 2022-10-28 08:00 小杨观世界 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 修改一下属性就行 this.txtTime.Properties.DisplayFormat.FormatString = "yyyy-MM-dd"; this.txtTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.Format 阅读全文
posted @ 2022-10-27 13:23 小杨观世界 阅读(326) 评论(0) 推荐(0) 编辑
摘要: //num1 num2传入两个值 symbol +-*/符号 amend(num1,num2,symbol){ var str1=num1.toString(),str2=num2.toString(),result,str1Length,str2Length //解决整数没有小数点方法 try { 阅读全文
posted @ 2022-09-16 11:11 小杨观世界 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 1、微信公众号网页开发授权文档 2、主要测试代码 前端界面代码 <form method="POST" id="submitForm"> <label for="name">工号</label> <input type="text" class="form-control" name="userNa 阅读全文
posted @ 2022-09-14 08:52 小杨观世界 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 1、微信公众号文档 微信公众号模板消息发送文档 2、测试代码 /// <summary> /// 测试公众号发送推送消息 /// </summary> public async Task<bool> SendMessage() { //公众号的appid|secret var appid = "填写 阅读全文
posted @ 2022-09-14 08:16 小杨观世界 阅读(2217) 评论(0) 推荐(0) 编辑
摘要: 开启嵌套即可 阅读全文
posted @ 2022-09-05 15:06 小杨观世界 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 按下win+R打开运行,在框中输入:inetcpl.cpl 点击确定打开intetnet 属性; 之后就可以处理一些老旧网站无法访问问题。 其他:Edge浏览器切换成ie模式 阅读全文
posted @ 2022-08-31 10:27 小杨观世界 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 两个注册表文件夹删除 计算机\HKEY_USERS\S-1-5-21-2781136-4050258983-1361046196-500\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{5FCD4425-CA 阅读全文
posted @ 2022-08-31 08:52 小杨观世界 阅读(604) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Windows.Forms; n 阅读全文
posted @ 2022-08-05 09:28 小杨观世界 阅读(407) 评论(0) 推荐(1) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页