|
|
Copy Files From your PC to PocketPC |
   |
简 介:
Learn how to copy files from your PC to Pocket PC or Windows CE.
演示如何从PC 到 PocketPC 或Windows CE中复制文件。
来源: http://www.codeguru.com/ce/Rapi.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Delay |
   |
简 介:
This is a rough translation of the GetTickCount API and includes three different ways to pause an application.
Delay基本是 GetTickCount API 的变形,包括了三种不同的方法来暂停一个应用程序。
来源: http://www.zarr.net/vb/download/codedetail.asp?code=78 |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
A Debugging Stub for Automated Tests (De |
   |
简 介:
This article provides a simple program that acts as a debugger while running another user-specified application.
这个项目提供了一个调试器程序,可以调试另一个运行着的用户说明的程序。
来源: http://www.codeguru.com/debug/DebugStub.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
JExplorer v |
   |
简 介:
JExplorer is an example on how to use JTree, JList and perform simple filesystem tasks. At the moment you can only view contents of your local drives. I plan to enable drag and drop, to make JExplorer more complex clone of Windows Explorer. Soon you'll be able to copy, move, delete and rename files. In this version I used TreeModel and ListModel instead of DefaultTreeModel and DefaultListModel which results in more efficient and easy to read code.
JExplorer 演示了使用JTree, JList和执行简单的文件系统任务的操作。你可以只查看你的本地驱动器的内容。计划支持拖放操作,使得JExplorer成为Windows Explorer的更加复杂的复制版本。不久,你就可以复制,移动,删除和重命名文件。在这个版本中,使用了TreeModel 和ListModel取代DefaultTreeModel 和DefaultListModel,这样效率更高,更易于读取代码。
来源: http://www.programmersheaven.com/zone13/cat1006/29142.htm |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Copy Folder/File Names Directly from She |
   |
简 介:
If you are used to the "Copy Key Name" feature of the Registry Editor, then you might have thought why such a feature is not there in the Explorer. This is a small program that gives you exactly that. It can be used as a "shell right mouse menu command" to copy the name of the command line file/folder to the clipboard.
如果你习惯了使用Registry Editor的“复制键名”这一功能,你可能会想为什么在Explorer中没有这样的功能。这个小程序给了你所想要的。它可以用作一个“外壳右键鼠标菜单命令”,将命令行文件/文件夹的命令名复制到剪贴板。
来源: http://www.codeguru.com/samples/copyshellname.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Java File Splitter v |
   |
简 介:
This is small utility for splitting a file and then rejoining the splitted file. This utility is written in Java. It is easy to understand and to use.
这个小工具可以分割和合并文件。这个工具是用Java写的,易于理解和使用。
来源: http://www.programmersheaven.com/zone13/cat1006/30541.htm |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Timestamp - A utility to change a files |
   |
简 介:
Working with a team of programmers in different time zones can be fun, but it can also cause major problems when files from different time zones get mixed and matched. The latest update to a new version of a file may have a date earlier than someone elses old version, meaning it won't be recompiled.
在于不同时区的团队工作是一件有趣的事,但当从不同时区传来的文件混在一起需要匹配时,可能产生一些重大问题。一个文件的最新更新版本可以比较早版本的时间还要早,这样它就不能被重新编译。
来源: http://www.codeguru.com/samples/TimeStamp.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
This code implements a three tiered arch |
   |
简 介:
This code implements a three tiered architecture that allows SQL query of an ODBC compliant database over an intranet. Lightweight, trivial encryption of network traffic is also implemented. Since the applet code is distributed it would be trivial to decompile the applet and obtain the algorithm and key. A public key, private key, random session key protocol and public algorithm encryption protocol may be more appropriate for Internet security. (Java)
这个代码实现了一个树状体系结构,可以允许在Intranet上使用SQL查询兼容ODBC的数据库。实现了轻型的网络流量加密。由于applet代码是分布式的,反编译applet和取得算法和密钥将是很麻烦的。可以使用更适合Internet安全的公钥,私钥,随机会话密钥协议和公共算法加密协议。
来源: http://www.programmersheaven.com/zone13/cat555/534.htm |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
NetManager V1.1 |
   |
简 介:
Netmanager is a small network utility which supports a few internet services and its automatization. This program arise while I was learning Win32 programming (C++ and MFC), so I'm sorry for possible bugs.
NetManager V1.1是一个小型网络工具,支持一些Internet服务和自动化。这个程序是我在学习Win32 编程(C++ 和MFC)时开发的,所以可能有一些bug。
来源: http://www.codeguru.com/samples/Netmanag.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
JDBMan v1 - database management tool |
   |
简 介:
At the moment you can connect to the database, browse database objects in the tree (tables, views), view and modify table contents. I tested it on Oracle server via Oracle jdbc thin driver. You can use it on any DB if you make some changes in source. It uses Oracle jdbc thin driver this means, that you must install this driver. You can get it on www.oracle.com, or you can use JdbcOdbc bridge instead.
使用它你可以连接到数据库,在树形(表,视图)控件中浏览数据库对象,查看和修改表内容。我在Oracel服务器上通过服务器上的Oracle jdbc测试了它。如果你修改了源代码,则可以在任何DB上使用它。由于它使用了服务器上的Oracle jdbc,你必须先安装它。你可以从www.oracle.com上得到它,或使用JdbcOdbc桥接器代替它。
来源: http://www.programmersheaven.com/zone13/cat555/29565.htm |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
|
|
|