07 2016 档案
await and async
摘要:Most people have already heard about the new “async” and “await” functionality coming in Visual Studio 11. This is Yet Another Introductory Post. Firs
阅读全文
C# await和async
摘要:基础阅读:http://www.cnblogs.com/jesse2013/p/async-and-await.html 答疑阅读:http://www.cnblogs.com/heyuquan/archive/2012/11/30/async-and-await-faq.html#3467736
阅读全文
python 入门笔记
摘要:1.pip包安装 pip install *** pip 中http和https代理设置(/etc/profile) 2.强制保存 :w !sudo tee % 3.cffi是python调用C的包 4.通过wget下载下来的包,首先要tar zxvf ***,然后 python *** build
阅读全文
CentOS下mysql数据库常用命令总结
摘要:mysql数据库使用总结 本文主要记录一些mysql日常使用的命令,供以后查询。 1.更改root密码 mysqladmin -uroot password 'yourpassword' 2.远程登陆mysql服务器 mysql -uroot -p -h192.168.137.10 -P3306 3
阅读全文
yum和apt-get有什么区别
摘要:一般来说著名的linux系统基本上分两大类: 1.RedHat系列:Redhat、Centos、Fedora等 2.Debian系列:Debian、Ubuntu等 RedHat 系列 1 常见的安装包格式 rpm包,安装rpm包的命令是“rpm -参数” 2 包管理工具 yum 3 支持tar包 D
阅读全文
浙公网安备 33010602011771号