摘要:
python虚拟环境 virtualenv和virtualenvwrapper http://www.cnblogs.com/technologylife/p/6635631.html https://www.cnblogs.com/suke99/p/5355894.html 1 前言 由于Pyth
阅读全文
posted @ 2018-12-19 15:56
HackerVirus
阅读(255)
推荐(0)
摘要:
Windows同时安装python3和python2 https://www.cnblogs.com/shanhua fu/p/6912683.html Windows7 下python3和python2同时安装python3和python2 1、下载python3和python2 进入python
阅读全文
posted @ 2018-12-19 14:33
HackerVirus
阅读(229)
推荐(0)
摘要:
windows和linux修改python的pip源 https://www.cnblogs.com/cwp bg/p/8497075.html windows和linux修改python的pip源 python的pip安装包非常方便,然而其默认的镜像源在国外,下载的速度非常慢,推荐改成国内的镜像源
阅读全文
posted @ 2018-12-18 19:30
HackerVirus
阅读(688)
推荐(0)
摘要:
使用 Visual Studio Code(VSCode)搭建简单的 Python + Django 开发环境 https://www.cnblogs.com/Dy1an/p/10130518.html 写在前面的话 作为有个 Python 菜逼,之前一直用的 Pycharm,但是在主题这一块怎么调
阅读全文
posted @ 2018-12-18 17:07
HackerVirus
阅读(593)
推荐(0)
摘要:
Hexo+GitHub+Netlify一站式搭建属于自己的博客网站 https://www.cnblogs.com/kerbside/p/10130606.html https://hhongwen.cn/about/ “吾生也有涯,而知也无涯。” 都说每个做技术的人都应该有一个属于自己的博客网站,
阅读全文
posted @ 2018-12-18 15:59
HackerVirus
阅读(160)
推荐(0)
摘要:
入门NodeJS https://www.cnblogs.com/dotnetcrazy/p/10118756.html NodeJS 1.环境配置 之前讲ES6的时候有提过一部分Node的知识,简单回顾下:一文读懂ES6 1.1.NPM国内镜像 npm国内镜像:https://npm.taobao
阅读全文
posted @ 2018-12-18 14:57
HackerVirus
阅读(373)
推荐(0)
摘要:
ubuntu下Python的安装和使用 https://www.cnblogs.com/luckyalan/p/6703590.html ubuntu下Python的安装和使用 1 文章介绍 本文介绍了Python的开发环境。 2 开发平台 操作系统:ubuntu 12.04 3 阅前须知 无 4
阅读全文
posted @ 2018-12-18 10:39
HackerVirus
阅读(293)
推荐(0)
摘要:
Ubuntu 16.04安装Vim8.0 https://www.aliyun.com/jiaocheng/131859.html sudo add apt repository ppa:jonathonf/vim sudo apt update sudo apt install vim To ch
阅读全文
posted @ 2018-12-17 19:18
HackerVirus
阅读(1679)
推荐(0)
摘要:
centos7 下安装golang https://blog.csdn.net/xianchanghuang/article/details/82722064 清空go安装如下: 查找文件夹 whereis go whereis golang whereis gocode 如果需要的话 //找到后删
阅读全文
posted @ 2018-12-17 10:25
HackerVirus
阅读(316)
推荐(0)
摘要:
Innodb与Myisam引擎的区别与应用场景 http://www.cnblogs.com/changna1314/p/6878900.html https://www.cnblogs.com/hoxis/p/10117674.html 1. 区别: (1)事务处理: MyISAM是非事务安全型的
阅读全文
posted @ 2018-12-14 16:17
HackerVirus
阅读(834)
推荐(0)