巧用IOS的begin、include、exclude
在较新版本的 ios 中,在 show 后提供了 | 加 include/exclude/begin 的参数。巧用这个参数,可以较好的提高工作效率。 例如: 想看路由部分的配置,通常需要 sh run 然后翻页,比较繁琐。有了...
http://www.bitscn.com/cisco/ios/200604/12083.html - 2005年06月20日
|
小巧的服务程序源码,非用DELPHI的服务程序类编写!
;
lpszTemp: LPSTR;
begin
dwSize := 512;
lpszTemp := nil;
try
GetMem... : THandle;
begin
hEventSource := RegisterEventSource(nil...
http://www.bitscn.com/hack/safe/200607/48179.html - 2005年10月27日
|
如何使dbgrid中不同的值显示不同颜色
; Field: TField; State: TGridDrawState); begin... ); begin with DBGrid1 do begin if ((State...
http://www.bitscn.com/dotnet/asp/200808/148219.html - 2008年08月02日
|
判断当前用户是否为管理员
;
Begin
Result := False;
bSuccess := OpenThreadToken... );
If Not bSuccess Then
Begin
If GetLastError = ERROR_NO_TOKEN...
http://www.bitscn.com/hack/safe/200607/48152.html - 2005年11月22日
|
《加密解密技术内幕》5.14 测试ICE是否在运行
: Thandle;
Begin
result := false;
hFile := CreateFileA... _VALUE ) then begin
CloseHandle(hFile);
result := TRUE...
http://www.bitscn.com/hack/series/200803/134972.html - 2008年03月26日
|
在存储过程中做简单动态查询代码
out lntxdba.zxm_pag_cs_power.c_type ) as begin declare wherevalue varchar2(200); begin wherevalue:=select * from...
http://www.bitscn.com/oracle/backup/200604/17762.html - 2005年11月23日
|
在ORACLE的存储过程中如何做简单的动态查询
out lntxdba.zxm_pag_cs_power.c_type ) as begin declare wherevalue varchar2(200); begin wherevalue:='select * from...
http://www.bitscn.com/oracle/backup/200604/17701.html - 2005年12月08日
|
oracle与unix时间的转换
NUMBER) RETURN DATE IS BEGIN RETURN TO_DATE('19700101... oracle_to_unix(in_date IN DATE) RETURN NUMBER IS BEGIN...
http://www.bitscn.com/oracle/install/200604/16575.html - 2005年11月19日
|
Delphi中进行延时的4种方法
FirstTickCount:longint; begin FirstTickCount... );stdcall; begin showmessage('到点了...
http://www.bitscn.com/dotnet/asp/200806/142264.html - 2008年06月04日
|
quickReport控制自动折行的方法
;
s, t:string;
begin
W:=Trunc(((TQRShape(sender).Width-2)/12... Then begin
i := 1;
j := 0;
k := 0;
s := '';
y...
http://www.bitscn.com/hack/safe/200607/49129.html - 2005年01月25日
|