上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using System; using System.Collections.Generic; using System.Linq; using System.Reflection 阅读全文
posted @ 2023-10-09 11:19 cclon 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 参考地址 https://zhuanlan.zhihu.com/p/655902568 输入许可证密钥 MC60H-DWHD5-H80U9-6V85M-8280D MC60H-DWHD5-H80U9-6V85M-8280D(亲测有效)(下述密钥未经本人亲测,反正试试又不会怀孕,干巴跌!)JUO9O- 阅读全文
posted @ 2023-10-06 09:45 cclon 阅读(408) 评论(0) 推荐(0) 编辑
摘要: using MongoDB.Driver; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; namespace MongodbTest.Common { 阅读全文
posted @ 2023-10-05 10:59 cclon 阅读(18) 评论(0) 推荐(0) 编辑
摘要: using NPOI.HPSF; using NPOI.HSSF.UserModel; using NPOI.SS.UserModel; using NPOI.XSSF.UserModel; using System; using System.Data; using System.IO; usin 阅读全文
posted @ 2023-09-28 14:11 cclon 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 常用命令 ping IPtelnet 127.0.0.1 8080 cat /proc/version 查看linux版本docker version 查看docker版本rz 上传 notepad 打开记事本ls 命令显示当前目录的内容。 vim /a/b/c.json 编辑文件i 输入i进入编辑 阅读全文
posted @ 2023-07-13 09:29 cclon 阅读(10) 评论(0) 推荐(0) 编辑
摘要: private void button1_Click(object sender, EventArgs e) { openFileDialog1.ShowHelp = false;//设置是否显示"帮助"按钮 //openFileDialog1.InitialDirectory = "D:\\";/ 阅读全文
posted @ 2023-07-10 12:03 cclon 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 1.查考链接 https://www.cnblogs.com/wugh8726254/p/15231372.html 2.https://zhuanlan.zhihu.com/p/344714806 3.https://blog.csdn.net/qq_39173779/article/detail 阅读全文
posted @ 2023-05-22 18:09 cclon 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 1.下载地址 https://dotnet.microsoft.com/zh-cn/download/dotnet 2. 用工具 FileZilla (类似FTP功能) 上传到 Linux 系统 (用root 登录) 3. 用工具 Xshell 7 (类似Cmd 功能) (用root 登录) 3.1 阅读全文
posted @ 2023-05-22 17:41 cclon 阅读(911) 评论(0) 推荐(0) 编辑
摘要: 1. 在Linux终端输入sudo vim /etc/ssh/sshd_config 2. 按 i 进入编辑模式,修改配置文件,找到Authentication所在位置,修改成如下所示 取消这四条的注释LoginGraceTime 2m #登陆时间PermitRootLogin yes #允许roo 阅读全文
posted @ 2023-05-20 20:26 cclon 阅读(1812) 评论(0) 推荐(0) 编辑
摘要: 使用到的函数 CONCAT(str1,str2):字符连接函数 UPPER(str):将字符串改为大写字母 LOWER(str):将字符串改为小写字母 LENGTH(str):判定字符串长度 SUBSTRING(str,a,b):提取字段中的一段,从字符串str的第a位开始提取,提取b个字符 LEF 阅读全文
posted @ 2021-02-19 16:05 cclon 阅读(936) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页