Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Make
Search - Make - List
linux C函数库 linux initial make-baby-linux shell初解 shell详解 -linux C library linux initialmake-baby-linuxshell explain the early solution of shell
Date : 2025-12-16 Size : 92kb User : 王冰

* 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 will either place random entries in the xxx\Runxxx nodes of the * * machine or current user, while other more sophisticated families make use * * of Browser Helper Objects (BHOs) that run when Windows Explorer starts. * * While notable portions of the registry are locked, however, those * * applications can not be fully registered, and as a result, will fail to * * load as desired by the author. Using this form of protection, then, you *-* 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 will either place random entries in the xxx\Runxxx nodes of the * * machine or current user, while other more sophisticated families make use * * of Browser Helper Objects (BHOs) that run when Windows Explorer starts. * * While notable portions of the registry are locked, however, those * * applications can not be fully registered, and as a result, will fail to * * load as desired by the author. Using this form of protection, then, you *
Date : 2025-12-16 Size : 1kb User : jensinx

目录 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选项 1.1.3.6.编译环境变量 1.1.4.生成汇编 1.1.4.1.编译成汇编 1.1.4.2.编译汇编 1.1.5.创建静态库 1.1.5.1.编译静态库 1.1.5.2.ar指令 1.1.5.3.使用静态库 1.1.6.创建共享库 1.1.6.1. 编译共享库 1.1.6.2.定位共享库 1.1.6.3.使用共享库 1.1.6.4.库工具程序介绍 1.1.6.5.其他编译选项 1.1.7.C语言扩展 1.1.7.1.控制C语言版本 1.2.编译C++程序(基本上同C一样) 2.GDB的使用 2.1.GDB基础 2.1.1.生成调试信息 2.1.2.启动调试 2.1.3.调试模式设置 2.1.4.退出调试 2.1.5. 查看帮助 2.2.使用GDB控制调试过程-1.The use of GCC 2.The use of GDB
Date : 2025-12-16 Size : 268kb User : grub

显示桌面图标消失了莫要着急 教你制作显示桌面的小图标 -Show Desktop Icons disappear they must hurry to teach you to make a small icon on the desktop display
Date : 2025-12-16 Size : 1kb User : wen

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.
Date : 2025-12-16 Size : 30kb User : fx130303

installshield 使关闭按钮禁用的一段脚本,因为实在找不到SI的工程类型,选择了Others开发平台-installshield to make a script to disable the Close button
Date : 2025-12-16 Size : 1kb User : stallion

Just a quick hack to make a fake she-Just a quick hack to make a fake shell
Date : 2025-12-16 Size : 2kb User : pakitoloco

本程序通过把exe文件的后缀名改为.ex可以有效预防一般病毒感染、破坏exe文件。 你可以运行与原来文件名相同的bat文件来运行原来的程序。 你可以通过菜单的选择实现相应功能。。 注意:不要删除生成的后缀为.ex的文件,这样会使您原来的程序不能使用。-This program by exe file extension to the ex can effectively prevent common viruses infection, destruction of exe file. You can run the original file name the same bat file to run the original program. You can achieve the corresponding functions by the choice of menu. . Note: Do not remove the generated suffix. Ex file, so make your original program can not be used.
Date : 2025-12-16 Size : 1kb User : Sunshine

DL : 0
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.
Date : 2025-12-16 Size : 27kb User : Pavel

Make Your Own Simple Run Interface, It s Simple... You Can Execute Any Application.
Date : 2025-12-16 Size : 2kb User : Farooq

其实如果是单纯的下载网页,代码可以更简单,但俺这段代码不仅可以下载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 can also pass parameters to the WEB page, can replace the XMLHTTP GET function, I had wanted to add functionality POST , then the project does not need, so I can not add, and want to know WININET API friends, so it should make some extensions.
Date : 2025-12-16 Size : 3kb User : hanxu

在编写B/S程序时,有时往往需要获取或设置控件中光标的位置,以便于对控件进行进一步的子类化,可是HTML中的标准控件没有HWND,也无明显相关的属性,实现起来有点复杂,俺曾经为这个问题苦恼了好长时间,在网上搜索也得不到答案,后来经过几天的实验,才发现其实只需要基于DOM就可以实现,为了让朋友们少走弯路,故把代码贴出来,并附上一个基于此代码对INPUT 控件进行子类化的实例(实现HTML文本的货币输入和显示)。-In the preparation of B/S program, sometimes or often need to get control of the cursor position is set so as to control further subclass, but the standard HTML controls no HWND, no significant correlation properties to achieve a bit complicated, I have worried for this problem for a long time, the search is also not the answer, then after a few days of the experiment, only to find out that only need-based DOM can be achieved, in order to make friends, detours, so the code stickers, attach a code based on the iNPUT controls subclass instances (to achieve monetary HTML text input and display). I ve seen a lot of code, after reading the image data from the ACCESS database, often need help to convert a temporary file to display, in fact, by means of API, can be displayed directly, without the need for temporary files, in addition, we can also use OleCreatePictureIndirect function transfer image data into a standard IPicture interfaces to achieve automatic image display VB and persistent,
Date : 2025-12-16 Size : 3kb User : hanxu

DL : 0
Ho to make a beep in vb6
Date : 2025-12-16 Size : 5kb User : Jordi

如何编写自画上下文菜单项的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
Date : 2025-12-16 Size : 1.94mb User : mfl

DL : 0
Python编程语言很强大,能做出很多的工具供在不同环境下使用,今天介绍的python源码是:Python Tornado实现web实时消息聊天的方法源码。 tornado在Python语言的学习过程中会或多或少的接触一些。今天就来讲Tornado 实现实时消息聊天的方法,及源码下载。在网络上能找到很多类似这样的案例,我也参考着再写一次,当做练手了。 (1)代码用中到的前端是: twitter 的项目 bootstrap ajax 框架是 jquery (2)Tornado实现web实时消息聊天基本原理和思路: 服务器端使用观察者模式,发现有消息更新,会第一时间调用所有监听点的 callback 函数; 网络方面用的是 tornado 的异步长连接,一直到收到 callback 才结束连接发出响应。-Python programming language is very powerful, able to make a lot of tools for use in different environments, today introduced python source code is: Python Tornado achieve real-time web chat message source method. tornado in the process of learning Python language will be more or less contact with some. Tornado method today in terms of real-time chat messages, and download the source code. On the network can find a lot of cases like this, I also refer to the write once, as a practiced hand. The front end (1) of the Code to be used: Project twitter bootstrap ajax framework is jquery (2) Tornado achieve instant messaging web chat basic principles and ideas: the server side using the Observer pattern, finds a message update, the first time to call callback function to listen to all points networks using asynchronous tornado long connection until the callback received a response before the end of the connection.
Date : 2025-12-16 Size : 1kb User : 谭东林
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.