上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 129 下一页
摘要: 前段时间发现一个比较好看的WPF UI库,就是HandyControl,在git上和码云上都可下载。 HandyControl开源地址https://github.com/HandyOrg/HandyControl WPF控件库Handy Control v3.0.0 中文绿色免费版 https:/ 阅读全文
posted @ 2022-04-24 01:07 China Soft 阅读(3030) 评论(0) 推荐(1)
摘要: https://wenku.baidu.com/view/717a0ca8d7d8d15abe23482fb4daa58da0111cf0.html 阅读全文
posted @ 2022-04-21 20:00 China Soft 阅读(263) 评论(0) 推荐(0)
摘要: .NET Core项目。 因为要在本地发布项目,发布时需要安装dotnet-hosting-5.0.3-win.exe,安装iis。发布好后发现项目加载失败,报错:VS2019打开项目加载失败:无法找到 .NET Core SDK。请检查确保已安装此项且 global.json 中指定的版本(如有) 阅读全文
posted @ 2022-04-18 09:15 China Soft 阅读(2849) 评论(0) 推荐(0)
摘要: http://blog.haoji.me/pinyinjs.html 阅读全文
posted @ 2022-04-13 13:56 China Soft 阅读(18) 评论(0) 推荐(0)
摘要: 编写 rain 彭睿扬 2022.2.1 20:51 到 22:57 审核 22:57 到 23:08 24 处更改 抄送 23:16 到 blog.csdn.net 以用户 锟斤拷有点烫 标题为 “RISC-V 架构指令集手册 第一册 无特权指令集 中文翻译” 抄送 23:18 到 mp.weix 阅读全文
posted @ 2022-04-11 21:14 China Soft 阅读(538) 评论(0) 推荐(0)
摘要: sc delete MySQL57mysqld --install MySQL57 --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" 阅读全文
posted @ 2022-04-11 14:03 China Soft 阅读(50) 评论(0) 推荐(0)
摘要: using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; u 阅读全文
posted @ 2022-04-11 11:28 China Soft 阅读(355) 评论(0) 推荐(0)
摘要: 在用Expression解析的的时候碰到一些参数(不是具体的值),会出现这种情况。 在这里我们希望得到的是id=10,而不是id=m_id;那如何来解析这些参数? \ 首先参数分为2中,一种是n.id,这种可以说是一种形参,没有具体的数据只是泛型中的一个属性,这种应该被解析成字符串id,另外一种是m 阅读全文
posted @ 2022-04-11 11:26 China Soft 阅读(130) 评论(0) 推荐(0)
摘要: SQL 语句有很多函数如len(),now()等等。如何来生成这些函数。最近研究也写办法共大家参考。 一.首先建立一个建一个扩展类,控制只能允许这些函数出现,如果出现其他函数就直接报异常。 1 public static class SQLMethods 2 { 3 public static bo 阅读全文
posted @ 2022-04-11 11:26 China Soft 阅读(176) 评论(0) 推荐(0)
摘要: sql有有四中基本语句,分别是增删改查,在建立model后如何生成这四中sql语句,降低开发时间。 我们先模拟出一张学生表: public class Student { public int id { get; set; } public string name { get; set; } pub 阅读全文
posted @ 2022-04-11 10:33 China Soft 阅读(76) 评论(0) 推荐(0)
上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 129 下一页