上一页 1 2 3 4 5 6 7 8 ··· 51 下一页
摘要: select sum(Convert(float,NetArea)) from T_User_Info where 1=1 select a=Convert(float,NetArea) from T_User_Info where 1=1 select NetArea from T_User_In 阅读全文
posted @ 2021-01-20 16:41 enych 阅读(2139) 评论(0) 推荐(0) 编辑
摘要: foreach (System.Data.DataColumn col in dt1.Columns) col.ReadOnly = false; 阅读全文
posted @ 2021-01-20 14:31 enych 阅读(623) 评论(0) 推荐(0) 编辑
摘要: <script>document.title = '\u200E';</script> --返回上一页 <div class="header"><a onclick="window.history.back(-1); return false;" class="back mui-icon mui-i 阅读全文
posted @ 2021-01-14 16:25 enych 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 页面 : https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html 页面中的 测试链接 https://open.weixin.qq.com/connect/oauth 阅读全文
posted @ 2021-01-07 14:59 enych 阅读(815) 评论(0) 推荐(0) 编辑
摘要: alert(CheckObjTime2('2021-1')) alert(CheckObjTime2('2021-1-1')) alert('好了') var time_obj = '2021-1'; //格式化为三位 var d_001 = time_obj.split('-'); if (d_0 阅读全文
posted @ 2021-01-07 09:06 enych 阅读(78) 评论(0) 推荐(0) 编辑
摘要: <script> function setmuitime() { var btn_time = document.getElementById('time1'); var day1 = new Date(); var s1 = day1.getFullYear() + "-" + (day1.get 阅读全文
posted @ 2020-12-31 16:54 enych 阅读(260) 评论(0) 推荐(0) 编辑
摘要: select Convert(varchar(7),YearMonth,23)as A , SUM( CASE WHEN Minor = '1' THEN - Convert(int,Number1) WHEN Minor = '3' and [Audit] = 2 THEN - Convert(i 阅读全文
posted @ 2020-12-31 15:52 enych 阅读(722) 评论(0) 推荐(0) 编辑
摘要: DateTime? startTime startTime = Convert.ToDateTime(new DateTime(startTime.Value.Year, startTime.Value.Month, 1).ToString("yyyy-MM-dd")); //获取当月第一天 var 阅读全文
posted @ 2020-12-31 11:59 enych 阅读(840) 评论(0) 推荐(0) 编辑
摘要: Thread.Sleep(int.Parse(this.textBox1.Text.Trim()) * 60 * 1000);//1000毫秒是1s,1分钟60s;1x60x1000 MessageBox.Show("事件到了!"); 1. 使用 定时器 2. 使用 延时 阅读全文
posted @ 2020-12-29 17:01 enych 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-12-23 15:55 enych 阅读(283) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 51 下一页