上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 25 下一页
摘要: https://www.cnblogs.com/yangwujun/p/5394507.html using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web 阅读全文
posted @ 2020-09-14 11:51 乌卡拉卡 阅读(175) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/yangwujun/p/5565941.html 在实际开发中经常要用到string的各种截取等操作,在这里总结自己认为经常出现的.NET 字符串的截取、移除、替换、插入操作,方面以后查阅。 前台代码: 复制代码 <%@ Page Language=" 阅读全文
posted @ 2020-09-14 11:48 乌卡拉卡 阅读(857) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/yangwujun/p/4747272.html 考虑到很多数据源是不确定的,所以这时无法在前台设置gridview的表头,需要在后台动态指定并绑定数据。 前台代码如下: 复制代码 <%@ Page Title="主页" Language="C#" M 阅读全文
posted @ 2020-09-14 11:45 乌卡拉卡 阅读(303) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/zh-cn/dotnet/api/system.io.file?view=netframework-4.7.2 阅读全文
posted @ 2020-09-14 10:31 乌卡拉卡 阅读(131) 评论(0) 推荐(0)
摘要: MySql取得日期(前一天、某一天) 取得当天: SELECT curdate(); mysql> SELECT curdate(); curdate() | 2013-07-29 取得当前日期: mysql> select now(); now() | 2013-07-29 22:10:40 取得 阅读全文
posted @ 2020-09-05 17:00 乌卡拉卡 阅读(688) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/01296699e3e7 NOW()、SYSDATE()、CURRENT_TIMESTAMP() 返回当前的日期和时间(以'yyyy-mm-dd hh:mm:ss'或yyyymmddhhmmss格式) -- 2019-02-03 17:36:53 阅读全文
posted @ 2020-09-05 16:51 乌卡拉卡 阅读(165) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_22098679/article/details/81327074 https://blog.csdn.net/warrior21st/article/details/58596493?utm_medium=distribute.pc_relevan 阅读全文
posted @ 2020-09-02 16:58 乌卡拉卡 阅读(1420) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/xcymorningsun/article/details/70227257 https://blog.csdn.net/xcymorningsun/category_6061563.html 阅读全文
posted @ 2020-09-02 16:54 乌卡拉卡 阅读(152) 评论(0) 推荐(0)
摘要: https://www.jb51.net/article/84258.htm 以下都是GridView基本常用的日期,时间格式 形式 语法 结果 注释 数字 {0:N2} 12.36 数字 {0:N0} 13 货币 {0:c2} $12.36 货币 {0:c4} $12.3656 货币 "¥{0:N 阅读全文
posted @ 2020-09-01 11:56 乌卡拉卡 阅读(158) 评论(0) 推荐(0)
摘要: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest#Submitting_forms_and_uploading_files https://www.cnblogs.com/qium 阅读全文
posted @ 2020-09-01 10:03 乌卡拉卡 阅读(306) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 25 下一页