参考了网上的文章,标记一下,可以使用BOOL system_hide(char* CommandLine) { SECURITY_ATTRIBUTES sa; HANDLE hRead,hWrite; sa.nLength = siz...
分类:
其他好文 时间:
2015-01-16 22:11:39
阅读次数:
165
http://www.cnblogs.com/me-sa/archive/2011/12/27/erlang0025.html1>application:start(log4erl). 我们就从这一行命令开始说起吧,回车之后可以把log4erl应用程序启动起来.Erlang/OTP中的能完成特定功能...
分类:
移动开发 时间:
2015-01-16 18:35:36
阅读次数:
306
#include
#define maxn 100
int main()
{
int rank[maxn],height[maxn],sa[maxn]= {0,3,1,4,2},s[maxn]= {1,2,3,2,3};//s串可以看成abcbc
int i,j,k=0;
for(i=0; i
rank[sa[i]]=i;
for(i...
分类:
编程语言 时间:
2015-01-15 22:08:54
阅读次数:
257
有段时间没用sqlserver2000了,今天偶然用到,居然忘记了sa的密码,导致程序连接数据库失败,无奈,只能修改现有密码来解决了。下面的步骤中提供两种修改方法。一种通过企业管理器,一种通过查询分析器。...
分类:
数据库 时间:
2015-01-15 18:24:07
阅读次数:
243
new SqlConnection("server=LJM\\MSSQL2005;database=MySchool;uid=sa;pwd=123456")
分类:
数据库 时间:
2015-01-14 09:44:29
阅读次数:
171
http://www.spoj.com/problems/DISUBSTR/题意:求字符串不同子串的数目。#include using namespace std;const int N=1005;void sort(int *x, int *y, int *sa, int n, int m) { ...
分类:
其他好文 时间:
2015-01-13 14:09:04
阅读次数:
126
声明:本文采用 BY-NC-SA 协议进行授权。 转载请注明转自:Google 域名的秘密 哈哈,我也标题党一回。 其实也不算是秘密,只能说是我在制作 https://github.com/lennylxx/ipv6-hosts 时总结的规律。 Google 是世界上最大的互联网公司,其庞大的规.....
分类:
其他好文 时间:
2015-01-12 23:58:09
阅读次数:
990
http://poj.org/problem?id=3261题意:一个长度为n的串,要求最长的子串的长度且这个子串的出现次数不少于k次。(1#include using namespace std;const int N=20015;void sort(int *x, int *y, int *sa...
分类:
其他好文 时间:
2015-01-12 22:30:24
阅读次数:
180
http://poj.org/problem?id=1743题意:不可重叠最长重复子串,n#include using namespace std;const int N=20015;void sort(int *x, int *y, int *sa, int n, int m) { static ...
分类:
其他好文 时间:
2015-01-12 22:17:25
阅读次数:
153