搜索资源列表
linuxbook001
- linux C函数库 linux initial make-baby-linux shell初解 shell详解 -linux C library linux initialmake-baby-linuxshell explain the early solution of shell
disableautorun
- * While the first-run condition of a worm or virus exploits a long-running * * security hole in Microsoft Internet Explorer, they all need to create * * entries in the registry to run again the next time your PC starts. Most * * variants wi
Unix_Compile_Tool
- 目录 1.GCC的使用 1.1.编译C程序 1.1.1.编译执行文件 1.1.1.1.C程序中的文件后缀名 1.1.1.2.编译单源程序 1.1.1.3.编译多源程序 1.1.2.编译目标文件 1.1.2.1.编译成目标文件 1.1.2.2.使用目标文件编译 1.1.3.预处理 1.1.3.1.预处理编译 1.1.3.2.编译预处理文件 1.1.3.3.预处理指令介绍 1.1.3.4.预定义宏介绍 1.1.3.5.预处理与make选项
showdask
- 显示桌面图标消失了莫要着急 教你制作显示桌面的小图标 -Show Desktop Icons disappear they must hurry to teach you to make a small icon on the desktop display
CallingVCDLLfromVB
- This function demonstrates how to call a DLL compiled in VC++ in VB. In this example, it provides both VC++ source code to make DLL and VB code to call function inside.
DisableCloseBox
- installshield 使关闭按钮禁用的一段脚本,因为实在找不到SI的工程类型,选择了Others开发平台-installshield to make a scr ipt to disable the Close button
fakeshell
- Just a quick hack to make a fake she-Just a quick hack to make a fake shell
CPL
- Sample Code to make CPL-applet by using WinAPI only. It s simple applet just start notepad, but you can modify it to your needs. Output file is just 40 kb.
Run12202005
- Make Your Own Simple Run Interface, It s Simple... You Can Execute Any Application.
Project1
- 其实如果是单纯的下载网页,代码可以更简单,但俺这段代码不仅可以下载WEB页面,同时还可以向WEB页传递参数,完全可以替换XMLHTTP的GET功能,俺本来还想加上POST功能的,后来项目中不需要,所以就没加了,想了解WININET API的朋友,应该依此作一些扩展。-In fact, if a simple download page, the code can be more simple, but I can not download this code WEB page, but you
Project1
- 在编写B/S程序时,有时往往需要获取或设置控件中光标的位置,以便于对控件进行进一步的子类化,可是HTML中的标准控件没有HWND,也无明显相关的属性,实现起来有点复杂,俺曾经为这个问题苦恼了好长时间,在网上搜索也得不到答案,后来经过几天的实验,才发现其实只需要基于DOM就可以实现,为了让朋友们少走弯路,故把代码贴出来,并附上一个基于此代码对INPUT 控件进行子类化的实例(实现HTML文本的货币输入和显示)。-In the preparation of B/S program, sometim
Beep
- Ho to make a beep in vb6
ShellExt
- 如何编写自画上下文菜单项的Shell扩展 以及如何使上下文菜单扩展响应文件夹窗口背景上的鼠标右击事件-How to write a Shell extension since the draw context menu item And how to make the context menu expanded response to the mouse right-click on the folder window background events
webchat
- Python编程语言很强大,能做出很多的工具供在不同环境下使用,今天介绍的python源码是:Python Tornado实现web实时消息聊天的方法源码。 tornado在Python语言的学习过程中会或多或少的接触一些。今天就来讲Tornado 实现实时消息聊天的方法,及源码下载。在网络上能找到很多类似这样的案例,我也参考着再写一次,当做练手了。 (1)代码用中到的前端是: twitter 的项目 bootstrap ajax 框架是 jquery (