03 2022 档案

摘要:1.添加命名空间 using System.Reflection; 2.把dll加载入项目 Assembly ty = Assembly.Load("ClassLibraryTest");//不加dll后缀,在core里面使用容易报错 Assembly ty = Assembly.LoadFrom( 阅读全文
posted @ 2022-03-29 22:02 乌柒柒 阅读(28) 评论(0) 推荐(0) 编辑
摘要:1. 添加引用 using Microsoft.Extensions.Configuration;using Microsoft.Extensions.Configuration.Json; 列子: { "compilerOptions": { "noImplicitAny": false, "no 阅读全文
posted @ 2022-03-23 22:20 乌柒柒 阅读(39) 评论(0) 推荐(0) 编辑
摘要:1.取m,n行数据 select top @pageSize id from tableName where id not in ( select top (@pageNo-1)*@pageSize id from tableName )--SQL Server select * from arti 阅读全文
posted @ 2022-03-09 17:57 乌柒柒 阅读(48) 评论(0) 推荐(0) 编辑
摘要:1.Engine var engine = new Engine(); string file = Server.MapPath("../Script/challenge_6.js"); StreamReader streamReader = new StreamReader(file); stri 阅读全文
posted @ 2022-03-01 16:41 乌柒柒 阅读(154) 评论(0) 推荐(0) 编辑

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