摘要: vue开发项目: vue安装最好的教程:https://www.cnblogs.com/lgx5/p/10732016.html node.js下载地址:https://nodejs.org/en/download/ webstrom直接开发 :https://www.cnblogs.com/li1 阅读全文
posted @ 2020-09-27 11:42 程序员草莓 阅读(174) 评论(0) 推荐(0) 编辑
摘要: webstorm安装 : https://www.cnblogs.com/oukele/p/11572939.html 破解版: https://www.789zhao.com/blog/JBZYO72PA98J.html https://www.cnblogs.com/lshdashi/p/121 阅读全文
posted @ 2020-09-20 18:51 程序员草莓 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 一. 创建一个名字为blog:django-admin startproject blog cd 进入后,运行:python manage.py runserver git add. git commit -m 'Django' git pull 二。配置setting setting 配置 mys 阅读全文
posted @ 2020-09-20 18:13 程序员草莓 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 菜鸟教程: https://www.runoob.com/note/36178 安装之后可能出现的问题: https://blog.csdn.net/weixin_42039715/article/details/82118116 https://blog.csdn.net/n_fly/articl 阅读全文
posted @ 2020-09-20 17:03 程序员草莓 阅读(113) 评论(0) 推荐(0) 编辑
摘要: cmd 查看Python路径: where python vscode安装配置python: https://blog.csdn.net/vinkim/article/details/81546333 https://www.cnblogs.com/whatarey/p/11562011.html 阅读全文
posted @ 2020-09-20 12:55 程序员草莓 阅读(150) 评论(0) 推荐(0) 编辑
摘要: Linux: 1 centos: 无脑安装全教程:https://www.cnblogs.com/heqiuyong/p/10463334.html 注意大佬一开始的目录是 [root@localhost local】,是在/usr/local/。cd /usr/local/再进行安装。 2 远程连 阅读全文
posted @ 2020-09-18 18:38 程序员草莓 阅读(102) 评论(0) 推荐(0) 编辑
摘要: Linux操作系统: 一.centos: https://www.jianshu.com/p/276d59cbc529 文中有两点注意: 1 要创建mysql目录下所有的目录及文件夹所属的用户组和用户。 useradd mysql chown -R mysql:mysql /usr/local/my 阅读全文
posted @ 2020-09-18 18:32 程序员草莓 阅读(88) 评论(0) 推荐(0) 编辑
摘要: https://www.py.cn/interview/web/ 阅读全文
posted @ 2020-09-18 15:26 程序员草莓 阅读(81) 评论(0) 推荐(0) 编辑
摘要: mysql server : windows 下: https://www.cnblogs.com/Essaycode/p/10325923.html https://blog.csdn.net/wyxeainn/article/details/75865434?utm_medium=distrib 阅读全文
posted @ 2020-09-18 14:39 程序员草莓 阅读(109) 评论(0) 推荐(0) 编辑
摘要: python pip 安装包的时候出现的各种错误。一句话解决。 解决办法: pip install keras -i http://pypi.douban.com/simple --trusted-host pypi.douban.com (其中的keras是你需要下载的,根据自己需求自行更改) 博 阅读全文
posted @ 2020-09-18 14:27 程序员草莓 阅读(509) 评论(0) 推荐(0) 编辑