摘要: 在工作中一些陈旧项目,难免引用了一些很老版本,在一次升级中,项目引用的Newtonsoft.Json.dll突然少了一些method和class 1,原来的:(咱也不懂为啥没有版本号嘞 2,升级后的 问题: 1,原来使用的函数不存在,但是其实还在,换地方了而已,以下是修改: Newtonsoft.J 阅读全文
posted @ 2023-08-29 17:40 杰瑟夫 阅读(33) 评论(0) 推荐(0)
摘要: 绕开.NET的弱密钥检测; 参考文献:https://blog.csdn.net/MHSMIE/article/details/52353111?spm=1001.2014.3001.5502 1 Type t = Type.GetType("System.Security.Cryptography 阅读全文
posted @ 2021-10-09 14:26 杰瑟夫 阅读(96) 评论(0) 推荐(0)
摘要: 1,文件之间跳转 [标题](../xx/xx.md) //“../”为上一级目录 View Code 2,页内跳转 [任意文字] (#标题名称) View Code 3,折叠,展开 <details> <summary>标题</summary> 内容 </details> View Code 阅读全文
posted @ 2021-09-22 11:49 杰瑟夫 阅读(48) 评论(0) 推荐(0)
摘要: C Sharp7 1,Out变量 eg: public Class1(int m, out int n) eg:public Class2(int a) : base(a, out int n)//继承父类传值 { Console.WriteLine("test is " + n); } 2,元组 阅读全文
posted @ 2021-06-06 23:17 杰瑟夫 阅读(39) 评论(0) 推荐(0)
摘要: 全局注册组件(批量,某个文件夹下) https://www.cnblogs.com/sefaultment/p/10354038.html 关于video-player的使用 (vue的视频播放插件) https://www.cnblogs.com/zr123/p/10660296.html 阅读全文
posted @ 2021-02-23 15:39 杰瑟夫 阅读(28) 评论(1) 推荐(0)
摘要: 下载依赖 npm i 引入element npm i element-ui -S main.js写入 import Vue from 'vue'; import ElementUI from 'element-ui';import 'element-ui/lib/theme-chalk/index. 阅读全文
posted @ 2021-02-16 20:55 杰瑟夫 阅读(18) 评论(0) 推荐(0)