Atom 编辑器插件 这个编辑器是github出品,现在处于免费试用期;如果是初学者,可以使用这个编辑器,插件安装很方便,只需要点菜单栏的File-Settings-Install,在搜索框中输入想要的插件名即可。 activate -power-mode //震动,粒子效果,酷炫装逼必备,可在设置 ...
分类:
其他好文 时间:
2017-06-20 14:47:04
阅读次数:
151
这两天用python谢了个表数据的归档脚本,记录一下。
[root@monitorpython_scripts]#crontab-l
#表数据归档
3021***cd/root/python3/&&sourcebin/activate&&cd/opt/sh/python_scripts/&&pythonmysql_pigeonhole.py
---------------------
[root@monito..
分类:
其他好文 时间:
2017-06-15 22:51:42
阅读次数:
230
python中的virtualenv模块能够将项目环境分隔开,而不是使用全局的环境,非常实用。 首先pip install virtualenv 如何创建一个环境virtualenv testvir 进入虚拟环境cd testvir 开启cd script, activate 推出deactivat ...
分类:
移动开发 时间:
2017-06-14 21:06:40
阅读次数:
177
第一种方法: 注册时,在打开的License Activation窗口中选择“License server”,在输入框输入下面的网址: http://idea.iteblog.com/key.php 点击:Activate即可。 注册时,在打开的License Activation窗口中选择“Lic ...
分类:
其他好文 时间:
2017-06-13 23:48:34
阅读次数:
271
https://download.jetbrains.8686c.com/resharper/JetBrains.ReSharperUltimate.2017.1.2.exe 安装完成后,打开vs 弹出注册窗口选择Activate》License Server》输入“http://xidea.onl ...
分类:
其他好文 时间:
2017-06-02 23:52:42
阅读次数:
229
1、打开激活窗口 2、选择 Activate new license with License server (用license server 激活) 3、在 License sever address 处填入 http://xidea.online 4、点击 Activate 进行认证 5、don... ...
分类:
其他好文 时间:
2017-05-28 10:00:21
阅读次数:
210
1、默认情况下Ubuntu的网络配置文件为:sudovim/etc/network/interfaces#Thisfiledescribesthenetworkinterfacesavailableonyoursystem#andhowtoactivatethem.Formoreinformation,seeinterfaces(5).source/etc/network/interfaces.d/*#Theloopbacknetworkinterfaceautoloifacelo..
分类:
系统相关 时间:
2017-05-26 21:57:20
阅读次数:
211
进入cmd界面 1、安装虚拟环境 pip install virtualenv 2、创建虚拟环境 virtualenv django_basic_venv 3、使用虚拟环境 ..\django_basic_venv\Scripts\activate 4、在虚拟环境中安装django pip inst ...
分类:
其他好文 时间:
2017-05-19 00:51:38
阅读次数:
172
使一个Winform始终置顶很简单,只要将这个Form的TopMost属性设置为True即可,但是强制让其获取焦点就比较麻烦了。 最开始的想法在Deactivate事件(Form处于非活动状态时)中,加入如下代码: this.Activate();//this为当前窗体 this.Focus(); ...
当电脑需要使用多个版本的python时,可以使用沙盒;或者使用docker; virtualenv是Python自带的,通过pip安装的 1、virtualenv test1建立沙盒 2、cd到沙盒目录,执行source bin/activate,启动沙盒环境 3、deactivate退出沙盒环境 ...
分类:
编程语言 时间:
2017-05-15 21:06:28
阅读次数:
171