08 2014 档案

摘要:#include #include #include #include #include using namespace std;void finddir(const string& name,_finddata_t* fl){ vector str; long hd=_findfirs... 阅读全文
posted @ 2014-08-28 22:17 SKY_VIEW 阅读(259) 评论(0) 推荐(0)
摘要:一、基础1、说明:创建数据库CREATE DATABASE database-name 2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk', '... 阅读全文
posted @ 2014-08-25 11:38 SKY_VIEW 阅读(248) 评论(0) 推荐(0)
摘要:int main()if elsereturn 0;int main()if elsereturn 0;int main()if elsereturn 0;int main()if elsereturn 0;int main()if elsereturn 0;int main()if elseret... 阅读全文
posted @ 2014-08-23 08:38 SKY_VIEW 阅读(1059) 评论(0) 推荐(0)
摘要:CODE#include #include #include #include #include using namespace std;struct Point { double x, y;};double cross(const Point &A, const Point &B, const P... 阅读全文
posted @ 2014-08-22 10:34 SKY_VIEW 阅读(506) 评论(0) 推荐(0)
摘要:正则匹配实际上可以看做是一种属性匹配,一个字符串中,他的每个字符可以看做是一个实体,字符中间的缝隙也可以看做是实体,他们的属性包括内在属性和关联属性(该属性取决于字符的外部环境),每个属性标记代表的是一个属性集合,小的集合构成大的集合从而形成整体属性。 三个基本操作 1.regex_match判断目 阅读全文
posted @ 2014-08-17 16:59 SKY_VIEW 阅读(4687) 评论(0) 推荐(0)
摘要:file operationAPI functionsHANDLE CreateFile(lpFileName,dwDesiredAccess,dwShareMode,lpSecurityAttributes,dwCreateDisposition,dwFlagsAndAttributes,hTem... 阅读全文
posted @ 2014-08-10 11:35 SKY_VIEW 阅读(465) 评论(0) 推荐(0)
摘要:#include "stdafx.h"#include #include #include #include #include #include #include using namespace std;class manager;class employeeInfo;manager *gMgr;s... 阅读全文
posted @ 2014-08-09 11:38 SKY_VIEW 阅读(198) 评论(0) 推荐(0)
摘要:#include #include #include #include using namespace std;int main(int argc, char* argv[]){string s("中航光电系空方克星股市震荡的安全港湾或引业绩突增");vector vs;for(unsigned i... 阅读全文
posted @ 2014-08-06 14:43 SKY_VIEW 阅读(208) 评论(0) 推荐(0)
摘要:struct tm;这是一个结构体,包括了时间的各个属性年月日,时分秒 time(time_t * t);获取从1900年到现在经过的毫秒数,或者也可以这么用time_t t=time(NULL); localtime(&tt);其中tt为time_t类型的变量,localtime返回一个指向tm类 阅读全文
posted @ 2014-08-06 11:36 SKY_VIEW 阅读(310) 评论(0) 推荐(0)
摘要:一个英文缩写cvs = concurrent version systemcli = common language infrastructure 阅读全文
posted @ 2014-08-06 10:03 SKY_VIEW 阅读(187) 评论(0) 推荐(0)