上一页 1 2 3 4 5 6 ··· 15 下一页
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Syste 阅读全文
posted @ 2024-04-24 12:52 请叫我七哥 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/alibai/p/3553657.html 以年月为条件查询,select * from table where year(q_date)='2024' and month(kq_date)='02' 阅读全文
posted @ 2024-01-04 18:02 请叫我七哥 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 教程 https://www.runoob.com/highcharts/highcharts-tutorial.html 安装 Highcharts Highcharts 安装可以使用以下两种方式: 1、访问 highcharts.com 下载 Highcharts 包。 2、使用官方提供的 CD 阅读全文
posted @ 2023-06-24 22:08 请叫我七哥 阅读(8) 评论(0) 推荐(0) 编辑
摘要: //删除功能 function Del_user(userid) { //弹出询问信息窗口 parent.dialog({ title: '提示', content: "确定删除此条信息?", okValue: '确定', width: '250px', height: '120px', ok: f 阅读全文
posted @ 2023-06-10 06:57 请叫我七哥 阅读(66) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Globalization; namespace DTcms.Common { /// <summar 阅读全文
posted @ 2023-06-06 21:00 请叫我七哥 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 复制内容到剪切板分两种情况,一种是从页面已有的可选元素中选中内容进行复制,一种是将Javascript代码中的字符串直接复制到剪切板。复制页面元素选中内容 html代码: <input type="textarea" id="txt" /> <button onclick="copy()">复制</ 阅读全文
posted @ 2023-06-06 20:59 请叫我七哥 阅读(3787) 评论(0) 推荐(0) 编辑
摘要: string msbox = "<script>dialog({title: '修改成功',content:'修改成功', width: '180px',height: '100px',okValue: '确定',ok: function () {"; msbox += " document.loc 阅读全文
posted @ 2023-03-27 20:55 请叫我七哥 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 一直纠结腾讯云发短信功能中这几个命名空间怎么调用的。 using TencentCloud.Common; using TencentCloud.Common.Profile; using TencentCloud.Sms.V20210111; using TencentCloud.Sms.V202 阅读全文
posted @ 2023-03-20 23:08 请叫我七哥 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 父页面 //创建窗口 function showEditDialog(obj) { var objNum = arguments.length; var d = parent.dialog({ id: "addorder", width: '100%', height: '500px', title 阅读全文
posted @ 2023-03-16 23:16 请叫我七哥 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 推荐使用工具,优启动,http://www.uqidong.com/download/13667.html 插入U盘,先格式化U盘,NTFS格式 下载安装后,运行,点击开始制作即可。这里只是制作了引导,里面还没有安装的系统文件 将别的地方下载过来的镜像文件,ISO文件或者GHO文件,放入对应的文件夹 阅读全文
posted @ 2021-10-07 17:10 请叫我七哥 阅读(133) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 15 下一页