摘要: GDI绘图帮助类 GDIHelper using System; using System.Collections.Generic; using System.Drawing; using System.Linq; namespace CommonUtil.GraphicsDrawString { 阅读全文
posted @ 2021-10-13 10:23 lanofsky 阅读(112) 评论(0) 推荐(0)
摘要: //upd20240306-saveTxt-formatTime-formSubmitRedrict-copyText-arrayToTable-signData-ReSetWebSocket-IsPointInPoly-GetCenterPointInPoly-autoIframeWidth//- 阅读全文
posted @ 2021-09-30 15:55 lanofsky 阅读(133) 评论(0) 推荐(0)
摘要: 【ng】【js】【笔记】angularJs常用 1、select尽量用ng-options,不用ng-repeat <select class="form-control" ng-model="pstm.ExtractionSampleTypeId" ng-options="typeItem.Ext 阅读全文
posted @ 2021-09-29 17:03 lanofsky 阅读(74) 评论(0) 推荐(0)
摘要: 隐藏执行程序的VBS命令 方式1 DIM objShell set objShell=wscript.createObject("wscript.shell") iReturn=objShell.Run("cmd.exe /C D:\File\a.exe",0,TRUE) 方式2 Set WinSc 阅读全文
posted @ 2021-09-27 16:58 lanofsky 阅读(35) 评论(0) 推荐(0)
摘要: js原生请求XMLHttpRequest封装 //js原生请求XMLHttpRequest const ajaxProtogenesis = { post: function (url, data, success, error, headers) { //默认application/json if 阅读全文
posted @ 2021-09-06 14:24 lanofsky 阅读(32) 评论(0) 推荐(0)
摘要: 微信官方给出三种组件通信方式:https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/events.html#%E8%A7%A6%E5%8F%91%E4%BA%8B%E4%BB%B6 只有父组件获取子组件 阅读全文
posted @ 2021-08-27 11:38 lanofsky 阅读(530) 评论(0) 推荐(0)
摘要: //允许分享的页面路由 var showShareUrls = ['pages/index/index', //首页 'pages/index/blindBoxPage', //盲盒活动 'pages/index/blindBoxPageOpen2', //盲盒活动 'pages/product/i 阅读全文
posted @ 2021-08-25 17:20 lanofsky 阅读(395) 评论(0) 推荐(0)
摘要: using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace CommonUtil{ /// <summary> /// .net的mvc过滤器 /// ip限制 阅读全文
posted @ 2021-07-29 17:11 lanofsky 阅读(232) 评论(0) 推荐(0)
摘要: select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJECT' spid 锁表进程 tabl 阅读全文
posted @ 2021-01-30 11:27 lanofsky 阅读(83) 评论(0) 推荐(0)
摘要: 1、上传的html <!--上传广告图片压缩包--> <div class="x_content" id="ImageUpload_Zip" style="display: none; padding:10px"> <form> <div class="x_panel"> <div class="c 阅读全文
posted @ 2021-01-26 18:13 lanofsky 阅读(204) 评论(0) 推荐(0)