1,terminal :
input: which python
2, terminal:
input : python --->import sys ----> print sys.path
ok! good luck!!...
分类:
编程语言 时间:
2014-10-04 18:15:57
阅读次数:
185
开始-运行-gpedit.msc-计算机配置-管理模板-Windows Components-Terminal Services-Sessions-Set time limit for disconnected sessions设置为未配置。开始-运行-tscc.msc-连接 右键RDP-tcp-P...
分类:
其他好文 时间:
2014-10-03 14:53:44
阅读次数:
210
最近学习苹果认证的《Mac OS X Support Essentials》教程,看到 Command Line 一节有很多实用的知识,下面选取一部分翻译 + 笔记,整理如下。 你可以整天驾驶汽车而不用知道如何修理它们,但是如果你希望当一个维...
分类:
其他好文 时间:
2014-09-30 19:02:50
阅读次数:
326
In linux, you can use the ncurses library to use the terminal as a text buffer: move the cursor around, and write text. It can also draw windows and o...
分类:
其他好文 时间:
2014-09-30 18:43:59
阅读次数:
154
type command -env x='() { :;}; echo vulnerable' bash -c 'echo hello'in your terminal.if your system is vulnerable then above command will return outpu...
分类:
其他好文 时间:
2014-09-30 15:28:59
阅读次数:
152
输入密码进入桌面。,右键open——terminal按下insert将光标调整到图所示位置,将5改为3,关闭图形化界面,然后按下冒号,输入wq!保存,并输入reboot重启输入root然后输入你的密码进入系统编辑网卡配置文件vi/etc/sysconfig/network-script/ifcfg-eth0进入编辑模式按i键进行编..
分类:
系统相关 时间:
2014-09-29 12:58:31
阅读次数:
263
1、去官网http://www.jetbrains.com/webstorm/下载最新版本的软件。2、打开dmg文件,将里面的程序copy到Applications文件下。3、启动/Applications/WebStrom.app4、打开terminal,执行keygen,得到LICENSE。(注...
分类:
Web程序 时间:
2014-09-29 03:15:56
阅读次数:
8982
A number of K balls are dropped one by one from the root of a fully binary tree structure FBT. Each time the ball being dropped first visits a non-terminal node. It then keeps moving down, either foll...
分类:
其他好文 时间:
2014-09-28 14:31:12
阅读次数:
288
执行make menuconfig 时遇到Error opening terminal: xterm.的错误解决方法:$echo $TERMxterm$echo $TERMINFO空的问题就出在TERMINFO变量为空值,正常应该设置为xterm所在的目录$whereis terminfotermi...
分类:
其他好文 时间:
2014-09-27 00:06:48
阅读次数:
221
下了,装了。然后整这句命令:phantomjs --version直接报错。。查了半天的官方文档,居然连个毛线都么找到。终于。。。墨迹到了一个方法,就抱着试一试的心态在terminal里输入了这个命令:export PATH="$PATH:/Users/username/phantomjs-1.9....
分类:
Web程序 时间:
2014-09-26 04:00:58
阅读次数:
176