- 博客(1)
- 资源 (14)
- 收藏
- 关注
oracle WALLET 与SSL
oracle WALLET 与SSL 配置oracle的ssl连接 SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = ora10g.unimassystem.com)
(ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
(SID_NAME = ora10g)
)
)
2019-06-05
屏幕录像专家 命令行控制源代码
屏幕录像专家 命令行控制源代码
function E(h: HWND; l: Integer): LongBool; stdcall;
var
Buff: array[0..255] of Char;
PWinData: PFindWindowData;
begin
Result := False;
GetWindowText(h, Buff, 255);
PWinData := PFindWindowData(l);
if AnsiCompareStr(Buff, PWinData.WindowName)=0 then begin
PWinData.Wnd := h;
Result := false;
end;
Result := true;
end;
2014-04-27
java APi中文版
我看到许多论坛的朋友, 寻找 中文的javaAPI, 无奈sun没有提供中文的,这是SUN对中国程序员的轻视,有日文,为什么不能有中文,小日本为什么不用看英文。
我利用JavaWebStudio里提供的, 制作chm格式的, 希望对大家学习java提供方便。
2009-05-09
Java+Cookbook++
Java Cookbook, 2nd Edition gets you to the heart of what you need to know when you need to know it. The completely revised and updated recipes in Java Cookbook, 2nd Edition cover all of the major APIs from Java 1.4 as well as the new 1.5 version. It includes many specialized APIs--like those for working with Struts, Ant, and other Open Source tools--and delivers expanded Mac OS coverage.
2009-05-09
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人