摘要:map(function, sequence[, sequence, ...]该函数是对sequence中的每个成员调用一次function函数,如果参数有多个,则对每个sequence中对应的元素调用function。返回值为一个列表如: def func(x): return x + 10; ...
阅读全文
摘要:标记符and, and_eq, bitand, bitor, compl, not, not_eq, or, or_eq, xor, xor_eq, , 都可以用来代替我们常用的&&, &=, &, |, ~, !, !=, ||, |=, ^, ^=, {, }, [ 和 ]。在键盘上缺乏必要的符...
阅读全文
摘要:shell里输入:suifconfig wlan0 up不行的话rfkill block all rfkill unblock allifconfig wlan0 up
阅读全文
摘要:Mysql安装完成后初始化root 密码为空,直接回车使用命令行:mysqladmin -u root password "123456"来设置root密码。这里我设置的密码是 123456
阅读全文
摘要:参考于:http://www.xpxt.net/xtjc/win8/04194953.html
阅读全文
摘要:1. 安装 IQQ 首先应安装jdk包2. 百度网盘下载: http://pan.baidu.com/share/home?uk=30710470223. 运行(1) Linux用户给IQQ-1.0-nightly文件给予执行权限,直接运行IQQ-1.0-nightly文件。(2)终端直接运行:ja...
阅读全文
摘要:一个显示目录树的插件,很不错学习于:http://blog.csdn.net/xiongzhengxiang/article/details/7375607
阅读全文
摘要:一般用于二分查找, 当然列表应该是有序表参考于:http://blog.csdn.net/xiaocaiju/article/details/6975714
阅读全文
摘要:学习Git偶然看到的,记之。Run the following code to copy the key to your clipboard.sudo apt-get install xclip# Downloads and installs xclip. If you don't have `ap...
阅读全文