2011-5-8 1:12:15 阅读53 评论0 82011/05 May8
来源:自由天空技术论坛,原文链接:http://sky123.org/forum-viewthread-tid-36129-extra--page-1.html
2011-4-24 6:49:42 阅读45 评论0 242011/04 Apr24
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"LegalNoticeCaption"="嘿嘿"
"LegalNoticeText"="小心病毒哦 "
2011-4-12 17:58:54 阅读47 评论0 122011/04 Apr12
用户名:EAV-39194449 密码:kn7kamtkeb(适用类型ESS/EAV)
用户名:EAV-39194458 密码:pjdbks4kb5(适用类型ESS/EAV)
用户名:EAV-39198501 密码:n5rm22bm3p(适用类型ESS/EAV)
用户名:EAV-39194379 密码:ps48xurmta(适用类型ESS/EAV)
2010-11-29 6:43:21 阅读36 评论0 292010/11 Nov29
2010-11-22 6:49:47 阅读43 评论0 222010/11 Nov22
procedure myinsert(source:string;var dst:string;locat:integer);
var
tempstr:string;
i,j:integer;
slen:integer;
begin
tempstr:='';
slen:=length(dst);
j:=1;
for i:=locat to slen do begin
tempstr:=tempstr+dst[i];
end;
setlength(dst,length(dst)+length(source)-1);
for i:=0 to length(source)-1 do begin
2010-11-12 10:44:44 阅读119 评论0 122010/11 Nov12
2010-10-27 19:30:52 阅读191 评论0 272010/10 Oct27
2010-10-23 20:46:19 阅读116 评论0 232010/10 Oct23
2010-10-22 9:30:01 阅读44 评论0 222010/10 Oct22