资源列表
Kepad-library
- it is header file and C file that describe Keypad library
kdll_r
- kernel development k dll version
KB_Article
- An article which describes various methods to install 64-bit drivers in a 64-bit Windows Vista/Win 7 Operating System when the drivers are not certified. This would help in the debugging the driver.
kbsearch
- 本代码用C#实现的调用系统索引服务,实现对大量文件的索引-The code used C# Realize indexing service call system, to realize a large number of documents indexed
kaizizidongqidong
- 开机自动启动vb添加注册表内HKEY_LOCAL_MACHINE, Software\Microsoft\Windows\CurrentVersion\Run可以选择所需要文件,在开机时自动启动-Boot start automatically within vb add the registry HKEY_LOCAL_MACHINE, " Software \ Microsoft \ Windows \ CurrentVersion \ Run you can the require
J_API
- 禁止某进程调用某API,非常值得借鉴和学习.-Prohibit a process calls an API, very worth learning and learning.
JYcookies2
- 禁用cookies的另类写法使用VB修改注册表项名这样就隐藏了cookies的路径-failed to translate
jubupinghua
- 字符串的倒叙输出 ,实现字符串的大偶数出啊啊达到才-Flashback string output, to achieve even a string of big reach to ah ah
jsq
- 一个简单的计算器,有简单的功能,同时用户可使用它进行简单的运算,-calculator s function
jpgz
- 键盘钩子无论在前台还是在后台,只要你按键盘,它都能接收到按键信息,并翻译为相应的键码!-Keyboard hook in the front or in the background, as long as you press the keyboard, it can receive key information, and translated into corresponding key code!
JNI_md
- jni、jni_md编译Java Dll的头文件两个编译Java dll的头文件-jni, jni_md compiled Java Dll two of the header files to compile Java dll
JNDIProject
- Java名字目录接口(Java Naming and Directory Interface,JNDI) 是Java EE 5提供的命名服务,它是一个Java 的API。 -创建初始上下文环境 Context ctx=new InitialContext() JNDI对象绑定String s=“Test String” ctx.bind(“Chapter2”,s) JNDI对象的重新绑定ctx.rebind(“Chapter2”,s)