A -StarsTime Limit:1000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uDescriptionAstronomers often examine star maps where stars are represented b...
分类:
其他好文 时间:
2014-08-03 20:25:05
阅读次数:
270
一、 安装express1、打开cmd 全局安装express输入:npm install -gd express2、 安装命令行工具,不然你输入express 会出现 不是内部命令。输入:npm install -g express-generator3、新建一个工程cd 到你需要的路径输入:ex...
分类:
其他好文 时间:
2014-08-02 18:00:03
阅读次数:
173
Problem Description
The aspiring Roy the Robber has seen a lot of American movies, and knows that the bad guys usually gets caught in the end, often because they become too greedy. He has decided t...
分类:
其他好文 时间:
2014-08-01 16:10:21
阅读次数:
184
---------------事务---当执行到commit时 事务才算是完成,不然 会执行rollback操作。
declare
v_money acount.money%type:=1223;
ex exception;
begin
update acount set money=money-v_money where id=1;
raise ex;
update acount ...
分类:
数据库 时间:
2014-08-01 13:39:21
阅读次数:
222
StarsTime Limit: 1000 MS Memory Limit: 65536 KB64-bit integer IO format: %I64d , %I64u Java class name: MainDescriptionAstronomers often examine star ...
分类:
其他好文 时间:
2014-08-01 12:58:21
阅读次数:
214
Chessboard
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 13176
Accepted: 4118
Description
Alice and Bob often play games on chessboard. One day, Alice ...
分类:
其他好文 时间:
2014-08-01 00:07:10
阅读次数:
285
想把ListCtr设置为整行高亮显示错误的方法为:1 clistctrl.ModifyStyleEx(0,LVS_EX_FULLROWSELECT|LVS_EX_GRIDLINES);正确的方法为:1 DWORD dwStyle = clistctrl.GetExtendedStyle(); 2.....
分类:
其他好文 时间:
2014-07-31 23:46:20
阅读次数:
312
1.mkdir(make directory) 创建一个文件夹。 ex:mkdir input 2.rm(remove) ex:rm input 3.ls -a 显示当前目录所有文件 ls -al 显示当前目录下所有文件的详细信息 4.rmdir 删除文件夹 5....
分类:
系统相关 时间:
2014-07-31 16:28:07
阅读次数:
246
Multi-processor systems are often implemented using a common system bus as the communication mechanism between CPU, memory, and I/O adapters. It is al...
分类:
其他好文 时间:
2014-07-31 02:17:25
阅读次数:
432
#region 第一讲Windows 下载安装1.下载地址: http://www.mongodb.org/downloads2.安装注意,在安装之前,在硬盘上建立一个目录存放 MongoDB 安装文件3.添加 MongoDBDATA,用于保存数据4.执行CMD命令4.1 bin\mongod.ex...
分类:
数据库 时间:
2014-07-30 23:26:45
阅读次数:
359