上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要: 图片地址:https://blog.csdn.net/qq_33459369/article/details/80060196;(盗图) 接下来是封装的代码 调用代码 直接拖入chart,选择折线图,效果如下: 阅读全文
posted @ 2019-05-30 11:35 世人皆萌 阅读(1404) 评论(0) 推荐(0) 编辑
摘要: DECLARE @begindate DATETIME=CONVERT(DATETIME, '2019.05.06 09:40:50') ,@enddate DATETIME =GETDATE() ,@id INT DECLARE My_Cursor CURSOR --定义游标 FOR (SELECT id FROM dbo.op_weight_cemskind_c... 阅读全文
posted @ 2019-05-06 09:53 世人皆萌 阅读(564) 评论(0) 推荐(0) 编辑
摘要: 符合的含义^:开头;一组中括号里使用 ^ 时,它表示"非"或"排除"的意思(不),常常用来剔除某个字符;([^a-z] //除了小写字母以外的所有字符 )。$:结尾。():包裹一部分正则(^[-]?[0-9]+(\.[0-9]+)?$ ),然后大括号他出现的次数[a-zA-Z0-9] //匹配所有的 阅读全文
posted @ 2019-04-25 16:04 世人皆萌 阅读(921) 评论(0) 推荐(0) 编辑
摘要: /// /// 处理xml文件 /// public class HandelXmlFile { private string _configPath; ///文件地址 private void SetPath() { var type = typeof(T); ... 阅读全文
posted @ 2019-04-25 15:10 世人皆萌 阅读(691) 评论(0) 推荐(0) 编辑
摘要: 上传文件类 修改上传文件大小限制,不然会报错。第一个文件的单位是 kb 也就是100M;第二个文件的单位是 byte 也是100M。 下载文件 post请求封装地址:https://www.cnblogs.com/shuaimeng/p/9871582.html 阅读全文
posted @ 2019-04-22 11:38 世人皆萌 阅读(6128) 评论(1) 推荐(0) 编辑
摘要: 1、让UserContorlEnabledClick组件实现System.ComponentModel.IExtenderProvider接口,并继承System.ComponentModel.Component类,同时用ProvidePropertyAttribute特性描述该类。实现IExten 阅读全文
posted @ 2019-04-19 10:42 世人皆萌 阅读(556) 评论(0) 推荐(0) 编辑
摘要: 测试当前爬虫的User-Agent:http://www.whatismyuseragent.net/ 大佬的博客地址:https://www.cnblogs.com/jjg0519/p/6702747.html 然后拿着demo去弄,发现被重定向了 然后就看 把大佬的代码那个禁止重定向弄掉就ok了 阅读全文
posted @ 2019-04-10 16:24 世人皆萌 阅读(598) 评论(0) 推荐(0) 编辑
摘要: 表格对象继承的关系 阅读全文
posted @ 2019-04-09 17:19 世人皆萌 阅读(392) 评论(0) 推荐(0) 编辑
摘要: 复制 1. 复制 Clipboard.SetText("123456"); Clipboard.SetImage(Image img); Clipboard.SetAudio(System.IO.Stream autoStream); 粘贴 IDataObject iData = Clipboard 阅读全文
posted @ 2019-04-02 14:36 世人皆萌 阅读(2063) 评论(0) 推荐(0) 编辑
摘要: 效果 阅读全文
posted @ 2019-04-02 10:11 世人皆萌 阅读(570) 评论(0) 推荐(0) 编辑
摘要: SELECT @charges=ISNULL(MAX(a.maxcharge), 0.00) FROM( SELECT (SELECT MAX(maxcharge) FROM(VALUES(ilongcharge),(iwidthcharge),(iheightcharge),(iweightcharge ),(ivolumecharge)) AS... 阅读全文
posted @ 2019-03-21 09:54 世人皆萌 阅读(1848) 评论(0) 推荐(0) 编辑
摘要: 上代码 前端+js(懒得分文件了) css文件 两张背景图 后台代码 整个登陆就OK 阅读全文
posted @ 2019-03-19 16:49 世人皆萌 阅读(5393) 评论(0) 推荐(0) 编辑
摘要: 实体类 josn的封装 调用实例 阅读全文
posted @ 2019-03-19 16:36 世人皆萌 阅读(570) 评论(0) 推荐(0) 编辑
摘要: mvc中使用 cshtml中显示及刷新 阅读全文
posted @ 2019-03-19 16:06 世人皆萌 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 前端(.wxml) 样式(wxss) js(.js) json配置(.json) 后台c# 本地测试 阅读全文
posted @ 2019-03-16 10:39 世人皆萌 阅读(3507) 评论(0) 推荐(0) 编辑
摘要: 引用Renci.SshNet这个 封装的sftp类 直接账号密码 代理上传 上传 获取文件目录下的文件 移动文件 删除文件 阅读全文
posted @ 2019-03-14 14:54 世人皆萌 阅读(1489) 评论(2) 推荐(0) 编辑
摘要: 1.spire 官方的有水印,通过引用 //private readonly static PdfDocument doc = new PdfDocument(); //public static Stream PtfToPng(string FileInfo) //{ //byte[] by = 阅读全文
posted @ 2019-03-13 16:04 世人皆萌 阅读(1086) 评论(0) 推荐(0) 编辑
摘要: int count = 1; //在重复名称后加(序号) while (File.Exists(path)) { if (path.Contains(").")) ... 阅读全文
posted @ 2019-03-05 11:03 世人皆萌 阅读(441) 评论(0) 推荐(0) 编辑
摘要: --表结构 SELECT id,position,Parentid FROM op_client_sales_structure WITH TEST_CTE AS ( SELECT id,position,Parentid,Cast(Parentid AS NVARCHAR(4000)) AS PATH FROM op_client_sales_structure team WHER... 阅读全文
posted @ 2019-03-02 10:06 世人皆萌 阅读(1123) 评论(0) 推荐(0) 编辑
摘要: 效果图 阅读全文
posted @ 2019-03-01 14:38 世人皆萌 阅读(798) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页