上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: using PT.DAL; using PT.Model; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; name 阅读全文
posted @ 2023-05-04 10:34 妖狐鬼魅 阅读(10) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>@ViewBag.Title</title> <link href="~/lib/layui-v2.7.6/css/l 阅读全文
posted @ 2023-05-04 10:26 妖狐鬼魅 阅读(8) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>@View 阅读全文
posted @ 2023-05-04 10:25 妖狐鬼魅 阅读(25) 评论(0) 推荐(0) 编辑
摘要: using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using PT.BLL; using PT.Common; using PT.Mod 阅读全文
posted @ 2023-05-04 10:21 妖狐鬼魅 阅读(5) 评论(0) 推荐(0) 编辑
摘要: using Microsoft.AspNetCore.Mvc.Filters; using PT.Common; using PT.Model; using System; using System.Collections.Generic; using System.Linq; using Syst 阅读全文
posted @ 2023-05-04 10:15 妖狐鬼魅 阅读(5) 评论(0) 推荐(0) 编辑
摘要: using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.HttpsPolicy; using Microsoft.Extensions.Configurati 阅读全文
posted @ 2023-05-04 10:07 妖狐鬼魅 阅读(18) 评论(0) 推荐(0) 编辑
摘要: //***************************************参数辅助对象***************************************/ //公共参数辅助对象var ObjParameter = { //获取url参数值 //注意:参数值最好不用中文,会有编码问 阅读全文
posted @ 2023-04-26 10:08 妖狐鬼魅 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 1、只学已经被广泛使用的框架,不要去追逐最新的框架,永远都会有最新的框架出现,你追不过来的; 2、凡是不能几天就学会的框架,就不要继续学了,有可能这个框架本身有问题,也有可能是因为你还不具备理解这个框架的基础知识和应用场景,不用费那劲; 3、没有文档的框架不要费那劲去学; 4、不要费那劲去读框架的源 阅读全文
posted @ 2022-06-08 22:26 妖狐鬼魅 阅读(94) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 新旧分摊数据对比 /// </summary> static void AllocRecordSummaryContrast() { List<AllocRecordSummaryDiff> recordSummaryDiffs = new List<AllocR 阅读全文
posted @ 2022-06-08 09:08 妖狐鬼魅 阅读(175) 评论(0) 推荐(0) 编辑
摘要: var addList = ListA.Where(x => !ListB.Exists(y => y.dic_id == x.dic_id)).ToList(); 阅读全文
posted @ 2021-12-01 09:27 妖狐鬼魅 阅读(516) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页