上一页 1 2 3 4 5 6 7 ··· 37 下一页
摘要: B站 视频教学 https://www.bilibili.com/video/BV1Qt411i7Ce?p=2&spm_id_from=pageDriver 阅读全文
posted @ 2021-11-04 18:19 Ken-Cai 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 1. 在腾讯软件管理安装 Git 和 TotoriseGit 两个工具. 注意要先后安装 2. 通过 Git 生成 SSH Key 查看 是否已经有 SSK Key 文件了. DELL电脑一般放在 C:\Users\dell\.ssh 里面有2个文件, .pub 扩展名 是公钥. 打开Git 软件, 阅读全文
posted @ 2021-11-04 13:46 Ken-Cai 阅读(62) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/try_zp_catch/article/details/87347328 阅读全文
posted @ 2021-11-02 18:09 Ken-Cai 阅读(899) 评论(0) 推荐(0) 编辑
摘要: 提示没有 Microsoft Visual C++ Runtime 2013 到 https://www.microsoft.com/en-us/download/details.aspx?id=48145 下载 阅读全文
posted @ 2021-10-29 16:47 Ken-Cai 阅读(130) 评论(0) 推荐(0) 编辑
摘要: public void HttpClientPost() { using (var client = new HttpClient()) { client.BaseAddress = new Uri(this.txtUrl.Text); var content = new FormUrlEncode 阅读全文
posted @ 2021-08-19 21:32 Ken-Cai 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 停止 Mysql 服务 找到 文件 C:\ProgramData\MySQL\MySQL Server 5.7\my.ini 注意文件夹 ProgramData 一般是隐藏的 找到[mysqld]在下面增加一行 lower_case_table_names=2 (注: 网上很多写的是 = 0, 这个 阅读全文
posted @ 2021-08-19 15:52 Ken-Cai 阅读(314) 评论(0) 推荐(0) 编辑
摘要: Insomnia 跟 Postman 类似的软件 阅读全文
posted @ 2021-04-30 13:52 Ken-Cai 阅读(332) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/mzhifa/article/details/80999912 阅读全文
posted @ 2020-12-03 09:13 Ken-Cai 阅读(87) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <el-radio v-model="trnType" label="住培" @change="onTypeChange" > 住培 </el-radio> <el-radio v-model="trnType" label="专陪" @change="onType 阅读全文
posted @ 2020-11-05 14:18 Ken-Cai 阅读(82) 评论(0) 推荐(0) 编辑
摘要: <el-tabs v-model="selectedYearStr" type="border-card" @tab-click="onSelectYear" > </el-tabs> onSelectYear(tab: any, event: any) { console.log(tab, eve 阅读全文
posted @ 2020-10-12 11:28 Ken-Cai 阅读(394) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 37 下一页