上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: 终止指定端口 netstat -aon|findstr 8080 taskkill /pid 4136【这个号就是上面端口号为8080的进程号,根据实际情况修改即可】 -t -f 查看系统信息Ctrl+R: msinfo32 关于Window winver IIS管理器 InetMgr 控制面板 c 阅读全文
posted @ 2023-09-05 10:13 o李一波o 阅读(44) 评论(0) 推荐(0)
摘要: 参考资料:https://www.ruanyifeng.com/blog/2015/07/flex-grammar.html 基础结构 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewpor 阅读全文
posted @ 2023-09-05 05:57 o李一波o 阅读(60) 评论(0) 推荐(0)
摘要: ##### 微信小程序生命周期app.js ![](https://img2023.cnblogs.com/blog/1151397/202308/1151397-20230830074643043-898810470.png) ##### 内置方法与全局方法,内置方法都放在wx命名空间下,可以通过 阅读全文
posted @ 2023-08-31 21:04 o李一波o 阅读(71) 评论(0) 推荐(0)
摘要: ![](https://img2023.cnblogs.com/blog/1151397/202308/1151397-20230829223327978-2074092134.png) ##### 如果出现以上异常,先全局安装typescript再重试 ``` npm install -g typ 阅读全文
posted @ 2023-08-29 22:43 o李一波o 阅读(192) 评论(0) 推荐(0)
摘要: ##### 查看被锁表: ``` select spId from master..SysProcesses where db_Name(dbID) = '数据库名称' and spId @@SpId and dbID 0 ``` ##### 解除锁: ``` exec ('Kill '+cast( 阅读全文
posted @ 2023-08-25 16:00 o李一波o 阅读(28) 评论(0) 推荐(0)
摘要: 背景:.Net6.0 常规依赖注入需要不断修改Program.cs文件 #### 需求:实现Repository、IRepository、Razor动态生成并依赖注入(AutoBuildHelper先记录未优化) ###### 引入Autofac、Autofac.Extensions.Depende 阅读全文
posted @ 2023-08-25 15:55 o李一波o 阅读(53) 评论(0) 推荐(0)
摘要: No constructors on type 'JK.TitanData.Repository.Fact_Sales_GMVTargetTotalRepository' can be found with the constructor finder 'Autofac.Core.Activator 阅读全文
posted @ 2023-08-25 15:39 o李一波o 阅读(326) 评论(0) 推荐(0)
摘要: ###$.get不指定数据格式默认会智能解析成相应类型,如果后端返回null,会导致解析异常,最好加上异常捕捉 ``` $.get(api,{},function(result){}); $.get(api,{},function(result){}, "json"); ``` 资料地址:https 阅读全文
posted @ 2023-07-28 10:46 o李一波o 阅读(40) 评论(0) 推荐(0)
摘要: ### 1、安装 ![](https://img2023.cnblogs.com/blog/1151397/202307/1151397-20230727144229435-1918312200.png) ![](https://img2023.cnblogs.com/blog/1151397/20 阅读全文
posted @ 2023-07-27 21:19 o李一波o 阅读(45) 评论(0) 推荐(0)
摘要: 点击查看代码 ``` Document {{msg}} ``` 阅读全文
posted @ 2023-07-25 22:17 o李一波o 阅读(32) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 11 下一页