第 2 章: 单表查询 use TSQLFundamentals2008; select * from Sales.orders; select empid, year(orderdate) as orderyear, Count(*) as numorders from Sales.Orders ...
分类:
数据库 时间:
2016-06-02 13:28:08
阅读次数:
249
IntelliSense: #error 指令: Please use the /MD switch for _AFXDLL builds error: vtkCommon.lib(vtkSmartPointerBase.obj) : error LNK2038: 检测到“_ITERATOR_DEB ...
分类:
编程语言 时间:
2016-06-02 11:09:08
阅读次数:
233
Memory, is a complex module in Programing, especially on Windows. This time, I use cpp with win windows api{ VirtualQueryEx(); //Get the available mem ...
分类:
编程语言 时间:
2016-06-02 06:06:22
阅读次数:
222
ss -ant | awk 'NR>1 {++s[$1]} END {for(k in s) print k,s[k]}' 1,配置文件 cat > /etc/zabbix/zabbix_agentd.d/tcp_status.conf <<end ## Monitor tcp status Use ...
分类:
其他好文 时间:
2016-06-02 00:44:54
阅读次数:
199
json对象://创建一个JSON对象,可以动态添加var stu = { "name": "use", age : 20, newUse: { name : "useTow", age : "18" }}console.info(stu.age) //打印出来的应该stu里面age的值;也可以在外 ...
分类:
其他好文 时间:
2016-06-01 23:09:45
阅读次数:
161
Pandas基本介绍: pandas is an open source, BSD-licensed (permissive free software licenses) library providing high-performance, easy-to-use data structures ...
分类:
其他好文 时间:
2016-06-01 23:07:20
阅读次数:
233
Google Pro Tip: Use Back-of-the-envelope-calculations to Choose the Best Design - High Scalability - http://highscalability.com/blog/2011/1/26/google- ...
分类:
其他好文 时间:
2016-06-01 19:55:28
阅读次数:
182
1、连接mysql数据库:mysql -u用户名 -p密码; 2、创建数据库:create table 数据库名称; 3、删除数据库:drop database 数据库名称; 4、使用数据库:use 数据库名称; 5、创建数据库表: create table 表名称( -> 字段名称1 字段类型[D ...
分类:
数据库 时间:
2016-06-01 19:53:18
阅读次数:
164
Libraries such as RxJS use generics heavily in their definition files to describe how types flow through different interfaces and function calls. We c ...
分类:
Web程序 时间:
2016-06-01 19:48:23
阅读次数:
472
nova和neutron都可以,但是感觉还是用neutron好。 文档感觉很low,去binding python的文档看neutron的简直想死 http://docs.openstack.org/developer/python-neutronclient/ 。。。只能去看源码 看参数还是得去看 ...
分类:
编程语言 时间:
2016-06-01 19:40:36
阅读次数:
153