摘要: 无法安装软件 添加数据源 参考文章:https://developer.aliyun.com/mirror/ubuntu 位置:/etc/apt/sources.list deb [arch=amd64] https://mirrors.aliyun.c... 阅读全文
posted @ 2020-05-12 15:03 菜鸟阿都 阅读(569) 评论(0) 推荐(0) 编辑
摘要: string url = "https://cloud.soei.com.cn/smsapi/sms/verifycode"; HttpClient httpClient = new HttpClient(); h... 阅读全文
posted @ 2020-05-12 14:28 菜鸟阿都 阅读(768) 评论(0) 推荐(0) 编辑
摘要: c#语言调用python编写的应用程序 windows windows平台下,python打包后的应用程序为.exe程序 using (Process myProcess = new Process()) { ... 阅读全文
posted @ 2020-05-12 13:36 菜鸟阿都 阅读(237) 评论(0) 推荐(0) 编辑
摘要: QRCode官网 https://pypi.python.org/pypi/qrcode/5.1 参数 version 表示生成二维... 阅读全文
posted @ 2020-04-24 10:36 菜鸟阿都 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 文章目录 1.下载picgo(版本:2.2.2)2.创建gitee仓库3.配置picgo4.配置typora5.使用 ... 阅读全文
posted @ 2020-04-22 12:07 菜鸟阿都 阅读(55) 评论(0) 推荐(0) 编辑
摘要: ABP框架应用 参考资料:https://www.cnblogs.com/farb/p/ABPTheory.html 了解: 使用... 阅读全文
posted @ 2020-04-16 19:12 菜鸟阿都 阅读(161) 评论(0) 推荐(0) 编辑
摘要: import requestsimport tracebackfrom faker import Fakerfrom fake_us... 阅读全文
posted @ 2020-04-07 21:35 菜鸟阿都 阅读(543) 评论(0) 推荐(0) 编辑
摘要: pip install mysql-connector-python -i https://pypi.doubanio.com/si... 阅读全文
posted @ 2020-03-30 20:41 菜鸟阿都 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 在excel中将mysql数据库中的字段数据定义好,然后直接导入mysql数据库 1、第一步[创建数据库] 2、第二步[建立对应的excel文件(文件名:GoodsData.xlsx)] 3、下载navicat软件导入 (1)连接数据库 (2)在相应表上... 阅读全文
posted @ 2019-09-28 17:56 菜鸟阿都 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 首先在coding网上建立项目(无需建立README.MD文件) 下载git 1.创建空文件夹,然后放入本地的项目 在文件中右击选择Git Bash Here 2.提交过程 备注:无需提前建立SSH链接,只要在coding上建立项目,然后按照上面的操作... 阅读全文
posted @ 2019-09-28 17:47 菜鸟阿都 阅读(62) 评论(0) 推荐(0) 编辑