08 2023 档案

摘要:##### 微信小程序生命周期app.js ![](https://img2023.cnblogs.com/blog/1151397/202308/1151397-20230830074643043-898810470.png) ##### 内置方法与全局方法,内置方法都放在wx命名空间下,可以通过 阅读全文
posted @ 2023-08-31 21:04 o李一波o 阅读(42) 评论(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 阅读(141) 评论(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 阅读(6) 评论(0) 推荐(0) 编辑
摘要:背景:.Net6.0 常规依赖注入需要不断修改Program.cs文件 #### 需求:实现Repository、IRepository、Razor动态生成并依赖注入(AutoBuildHelper先记录未优化) ###### 引入Autofac、Autofac.Extensions.Depende 阅读全文
posted @ 2023-08-25 15:55 o李一波o 阅读(15) 评论(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 阅读(226) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示