2020年10月27日
摘要: /*字典 Dictionary类*/ function Dictionary() { this.add = add; this.datastore = new Array(); this.find = find; this.remove = remove; this.showAll = showAl 阅读全文
posted @ 2020-10-27 17:21 wxm3177 阅读(100) 评论(0) 推荐(0) 编辑
  2020年8月20日
摘要: /((http|https)?):\/\/(.*)(\.(qq|baidu)(\.[\w\-]+)+)(\/.*)?/; 阅读全文
posted @ 2020-08-20 10:48 wxm3177 阅读(115) 评论(0) 推荐(0) 编辑
  2020年8月19日
摘要: 1、在win10系统桌面上,任务栏,右键,单击任务管理器。 2、单击性能。 3、单击打开资源监视器。 4、在单击CPU标签,然后再“关联的句柄”右侧的搜索框中输入要删除的文件夹名。例:tre文件夹名。 5、找到关于要删除的文件夹名目录。然后右键,结束进程。 阅读全文
posted @ 2020-08-19 15:09 wxm3177 阅读(126) 评论(0) 推荐(0) 编辑
  2020年8月5日
摘要: 发布器(publisher) 是一个包含事件和委托定义的对象。事件和委托之间的联系也定义在这个对象中。发布器(publisher)类的对象调用这个事件,并通知其他的对象。 订阅器(subscriber) 是一个接受事件并提供事件处理程序的对象。在发布器(publisher)类中的委托调用订阅器(su 阅读全文
posted @ 2020-08-05 16:20 wxm3177 阅读(205) 评论(0) 推荐(0) 编辑
  2020年4月28日
摘要: https://developers.weixin.qq.com/doc/oplatform/Mobile_App/WeChat_H5_Launch_APP.html 阅读全文
posted @ 2020-04-28 17:08 wxm3177 阅读(830) 评论(0) 推荐(0) 编辑
  2020年4月20日
摘要: /// <summary> /// 根据指定属性名称对序列进行排序 /// </summary> /// <typeparam name="TSource">source中的元素的类型</typeparam> /// <param name="source">一个要排序的值序列</param> // 阅读全文
posted @ 2020-04-20 13:09 wxm3177 阅读(337) 评论(0) 推荐(0) 编辑
  2020年4月15日
摘要: 当使用 Visual Studio 时,Resharper 这个插件是个不可错过的插件,可以在 智能提示、变量命名、代码优化、代码重构、代码结构导航、dll反编译查看源代码等方面对 Visual Studio 进行大量不可多得的功能补充。当然,这个插件比较吃资源,需要你有一台性能优良的硬件机器才能流 阅读全文
posted @ 2020-04-15 11:53 wxm3177 阅读(138) 评论(0) 推荐(0) 编辑
  2020年4月7日
摘要: https://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=jsapisign 阅读全文
posted @ 2020-04-07 14:40 wxm3177 阅读(296) 评论(0) 推荐(0) 编辑
  2020年3月30日
摘要: using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Security; using System.Secu 阅读全文
posted @ 2020-03-30 16:29 wxm3177 阅读(409) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/shisuizhe/article/details/54949431?locationNum=6&fps=1 https://www.cnblogs.com/yzeng/p/4249907.html http://www.cnblogs.com/wang7 阅读全文
posted @ 2020-03-30 14:36 wxm3177 阅读(294) 评论(0) 推荐(0) 编辑