摘要: chrome.browserAction.onClicked.addListener(function (tab) { //打开全页面 //window.open(chrome.extension.getURL('index.html')); //打开指定页面 window.open('http:/ 阅读全文
posted @ 2023-01-30 16:14 util6 阅读(831) 评论(0) 推荐(0) 编辑
摘要: 移除任务管理器中rdp 剪贴板监视程序,新建rdpclip.exe进程即可 阅读全文
posted @ 2022-12-30 17:10 util6 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 1.安装带iis的sdk 即dotnet-hosting-6.0.3-win.exe,安装完后iis模块中会有AspNetCoreModuleV2的模块即安装成功。 2.第一次部署站点时需要有web.config文件,所以需要将站点发布出来(发布>目标>文件夹),发布后目录中包含web.config 阅读全文
posted @ 2022-03-22 21:28 util6 阅读(2963) 评论(0) 推荐(0) 编辑
摘要: 1 [TestInitialize] 2 public void Initialize() 3 { 4 //Mis系统配置 5 Util6.Information.Config.CoreConfig.Initialize("Default"); 6 IocHelper.Register<MisCon 阅读全文
posted @ 2021-06-02 13:45 util6 阅读(110) 评论(0) 推荐(0) 编辑
摘要: string str = string.Empty; Type strType = str.GetType(); Type strTypeType = strType.GetType(); strType.ToString(); // returns "System.string" strTypeType.ToString(); // returns "System.RuntimeTy... 阅读全文
posted @ 2019-12-02 21:41 util6 阅读(1327) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-11-11 17:39 util6 阅读(44) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-09-07 13:59 util6 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 直接将参数赋值为常量0则参数值为null,出现异常:MySql.Data.MySqlClient.MySqlException (0x80004005): Column 'PayType' cannot be null 将0用变量代替后没有问题 阅读全文
posted @ 2019-08-17 11:27 util6 阅读(336) 评论(0) 推荐(0) 编辑
摘要: <script src="js/jquery-1.11.1.js" ></script> <script src="js/template.js"></script> <script type="text/javascript"> template.helper("fromatMoney", function (x,y) { return JSON.stringify(x)+','+y; }); 阅读全文
posted @ 2019-08-15 14:19 util6 阅读(1318) 评论(0) 推荐(0) 编辑
摘要: 使用Fiddler抓取手机APP流量--360WIFI 操作步骤:1.打开Fiddler,Tools-Fiddler Options-Connections,勾选Allow remote computers to connect,端口为8888;2.防火墙开放端口8888;2.在电脑上查看360wi 阅读全文
posted @ 2019-07-20 14:10 util6 阅读(1158) 评论(0) 推荐(0) 编辑