365key.com
发现·保存·分享@天天网摘

Q版365key  设为首页 加为收藏 帮助

 首页  网址  添加  我的网摘  我的订阅  最新网摘  收录榜  点击榜  同好  配置  工具箱  标签  兴趣小组 
  IT168 |  华军下载 |  猫扑 |  VeryCD |  CSDN技术 |  DoNews |  9Flash |  中金 |  游侠 |  股票天下 |  游戏公会 |  电子工程 |  白银时代 |  和365Key合作

xds2000的网摘列表 RSS格式输出  365Key邮件订阅,每天可以定期收到邮件通知  使用 POTU 订阅
搜索词: 时间:
分类:     排序:
 
刷新列表 共7页、206项网摘
功能丰富的 Perl: 管理 Linux 配置文件点击:35
 分类:Linux 时间:2006-8-8 22:14:04 xds2000收录 复制到我的网摘
功能丰富的 Perl: 管理 Linux 配置文件
一般的开发者用于定位、学习和调试配置文件的所花费的时间,比您预期的要更长。不过,使用一个您可能每天都在用的工具:CVS 树,您就可以节约那些时间——并减轻精力和挫折的负担。使用这些技巧来备份、发布最令您头痛的 Linux ™(和 UNIX ®)配置文件,并使其变得可移植。
http://www-128.ibm.com/developerworks/cn/linux/l-cpconf/index.html
JDEE Home Page点击:39
 分类:Java; Emacs 时间:2006-8-6 23:31:21 xds2000收录 (还有1人收录) 复制到我的网摘
针对java开发的emacs平台设置手册,如果你不想使用eclipse的话。呵呵。
Welcome to the home of the JDEE, an add-on software package that turns Emacs into a comprehensive system for creating, editing, debugging, and documenting Java applications. This site aims to provide you with complete information on downloading and installing the JDEE and obtaining technical support. The JDEE maintainers would like to thank SunSITE Denmark for agreeing to serve as the JDEE's host.

Note For additional information on installing and using the JDEE, see "Emacs and JDEE as software development environment" by Artur Hefczyc.

http://jdee.sunsite.dk/rootpage.html
Emacs User's Guide点击:32
 分类:Linux; emacs 时间:2006-8-6 23:27:53 xds2000收录 (还有3人收录) 复制到我的网摘
emacs用户使用手册
http://www.cbi.pku.edu.cn/chinese/documents/csdoc/emacs/
Linux threading models compared: LinuxThreads and NPTL点击:22
 分类:Linux 时间:2006-8-6 21:11:37 xds2000收录 复制到我的网摘
developer must knows key differences about LinuxThreads and NPTL.
Let's review the high points of LinuxThreads' design specifics:

One of the notable features of LinuxThreads is the manager thread. The manager thread fulfilled these requirements:

The system must be able to react to fatal signals and kill the entire process.
The de-allocation of memory used as stacks must happen after a thread is finished. Therefore, the thread cannot do this itself.
Terminating threads must be waited on so that they don't turn into zombies.
The de-allocation of thread-local data requires iterating over all threads; this must be done by the manager thread.
If the main thread needs to call pthread_exit(), the process is not terminated. The main thread goes to sleep, and it is the job of the manager thread to wake up the main thread when all other threads have been killed.


http://www-128.ibm.com/developerworks/linux/library/l-threading.html?ca=dgr-lnxw16LinuxThreadsAndNPT...
Developing with Open Source and Oracle点击:66
 分类:Oracle; Toolkit 时间:2006-8-5 0:50:18 xds2000收录 复制到我的网摘
在ubuntu下使用非oracle的工具管理oracle,资源链接参考
I was recently thinking about Oracle and PHP. Actually I was thinking about Oracle and open source in general. The link to the left there used to be to Oracle's Open Source Developer center. Anyway, that got me to thinking about Non-Oracle open source Oracle software.
http://blogs.ittoolbox.com/oracle/guide/archives/developing-with-open-source-and-oracle-5416
TOra,like toad on ubuntu点击:78
 分类:ubuntu; Toolkit 时间:2006-8-5 0:47:43 xds2000收录 复制到我的网摘
TOra is a Toolkit for Oracle which aims to help the DBA or developer of database application. Features PL/SQL debugger, SQL worksheet with syntax highlighting, DB browser and a comprehensive set of DBA tools. TOra also includes support for MySQL and Post

http://sourceforge.net/project/showfiles.php?group_id=16636
learning python ?Blog Archive ?Creating a GUI using PyGTK and Glade点击:47
 分类:Python 时间:2006-8-5 0:21:43 xds2000收录 复制到我的网摘
Creating a GUI using PyGTK and Glade
After spending some time creating a GUI using TKinter and having it be pretty easy, but getting frustrated by how linked my code and the GUI was, I decided to look into creating a GUI using another toolkit. After looking around at the options for a while I settled on using PyGTK and Glade

The reason I decided upon using these two technologies is because they are cross platform and using GLADE satisfies my wish to separate the code form the GUI.

http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/
sebsauvage.net : Writing C/C Python extensions without Microsoft Visual C 点击:33
 分类:Python 时间:2006-8-4 23:50:47 xds2000收录 (还有1人收录) 复制到我的网摘
Python + Windows + distutils + SWIG + gcc MinGW
or "Creating Python extensions in C/C++ with SWIG and compiling them with MinGW gcc under Windows"
or "Installing Python extension with distutils and without Microsoft Visual C++".
This page is located at http://sebsauvage.net/python/mingw.html.
This page was written by Sébastien SAUVAGE .
Last update : July 26th, 2003.

This page is a cookbook for creating Python extensions in C/C++ under Windows with SWIG, distutils and gcc (MinGW version).
It may also prove to be more generally helpful in installing/compiling existing C/C++ Python extension without Microsoft Visual C++ compiler.


Note: This documentation is outdated and may not be relevant against the most recent versions of Python, SWIG and MinGW (See notes at the end of the document).
http://sebsauvage.net/python/mingw.html
Why Killing Processes may be Hurting You and What to Do About it--Answer My Searches点击:47
 分类:Python 时间:2006-8-4 23:29:40 xds2000收录 复制到我的网摘
自动关闭应用进程。python解决方法
Why Killing Processes may be Hurting You and What to Do About it
First the Background:
A while back I wrote an insane program to automate Omnipage 14 (an OCR program) mostly via GUI automation. The urge to do this was caused by Omnipage not handling more than 300 files on its own before dying, and the lack of a better solution in the market place.
So Omnipage was very tempermental and quit often for all kinds of unexplained reasons. So my solution was to feed Omnipage 3 files at once and when it finished OCR’ing the 3 files kill all of its processes. Then give it 3 new files and relaunch it and so on.

Once I had completed the programming I set it off on it’s own to work on a network drive full of ~30,000 files needing to be OCR’d.

http://www.answermysearches.com/index.php/why-killing-processes-may-be-hurting-you-and-what-to-do-ab...
Ajax for Java developers: Exploring the Google Web Toolkit点击:47
 分类:ajax; Google; Web; Toolkit 时间:2006-7-17 17:06:39 xds2000收录 复制到我的网摘
ajax for java,google的东西总会让大家玩上一玩。来吧。是一入门贴。
The GWT (see Resources) takes an unusual approach to Web application development. Rather than employing the normal separation of client-side and server-side codebases, GWT provides a Java API that lets you create component-based GUIs and then compile them for display in the user's Web browser. Using GWT is far closer to developing with Swing or SWT than the usual experience of Web application development, and it tries to abstract away the HTTP protocol and the HTML DOM model. Indeed, the fact that the application ends up being rendered in a Web browser feels almost incidental.

http://www-128.ibm.com/developerworks/library/j-ajax4/index.html?ca=dgr-lnxw07GWT4Ajax
Introduction to Neural Networks with Java点击:74
 分类:Java; Neural; Networks 时间:2006-7-17 16:26:41 xds2000收录 (还有2人收录) 复制到我的网摘
这是一本在线书籍,我觉的看看无妨吧。知之最好啊。
Programming Neural Networks in Java will show the intermediate to advanced Java programmer how to create neural networks. This book attempts to teach neural network programming through two mechanisms. First the reader is shown how to create a reusable neural network package that could be used in any Java program. Second, this reusable neural network package is applied to several real world problems that are commonly faced by IS programmers. This book covers such topics as Kohonen neural networks, multi layer neural networks, training, back propagation, and many other topics.
http://www.heatonresearch.com/articles/series/1/
比较传统网格与高性能计算点击:31
 分类:Grid; computing 时间:2006-7-15 13:32:05 xds2000收录 复制到我的网摘
比较传统网格与高性能计算
并行计算是一种将应用程序设计为能够在大型并行计算环境中工作的方法。在网格系统中,某一操作或等式的执行是为了给并行执行任务提供一种结构,工作单元的执行和接收顺序不是连续的,并且不依赖于前面的代码迭代。尽管从总体上说,这两种系统(并行计算和网格)的模型是趋同的,但这两个系统的传统编程模型仍然是不同的。在这篇文章中,我们将查看并行计算、网格和它们的趋同性。
http://www-128.ibm.com/developerworks/cn/grid/gr-tradhp/?S_TACT=105AGX52&S_CMP=techcsdn
Getting Started点击:32
 分类:Python 时间:2006-7-15 13:06:58 xds2000收录 复制到我的网摘
使用eclipse的插件pyDev安装及使用说明,很详细,连开发时的技巧也一并写了.对入门开发很实用.
This manual assumes that you have already have Python and/or Jython installed in your machine, as well as Eclipse.


Manual topics:
Installing
Configuring the interpreter
Creating a project
Further configuring your project
Creating your first python module
Running your program
Configuring Eclipse Essentials
Tips for programming with Pydev Extensions
http://www.fabioz.com/pydev/manual_101_root.html
Using SWIG to Control, Prototype, and Debug C Programs with Python点击:33
 分类:Python 时间:2006-7-14 23:48:02 xds2000收录 复制到我的网摘
Using SWIG to Control, Prototype, and Debug C Programs with Python
I discuss early results in using SWIG to interact with C and C++ programs using Python. Examples of using SWIG are provided along with a discussion of the benefits and limitations of this approach. This paper describes work in progress with the hope of getting feedback and ideas from the Python community.

Note : SWIG is freely available at http://www.cs.utah.edu/~beazley/SWIG
Introduction
http://www.linbox.com/ucome.rvt/any/doc_distrib/swig-1.1p5/python.html
Nirvana Studio ?数据库点击:16
 分类:设计模式 时间:2006-7-13 14:50:55 xds2000收录 复制到我的网摘
在数据库中存储树形结构数据
邻接列表模型(The Adjacency List Model)
我们要尝试的第一个——也是最优美的——方法称为“邻接列表模型”或称为“递归方法”。它是一个很优雅的方法因为你只需要一个简单的方法来在你的树中进行迭代。在我们的食品店中,邻接列表的表格如下:
http://www.nirvanastudio.org/category/database/
【HongSoft@业务整合】点击:12
 分类:sf.net 时间:2006-7-13 13:34:50 xds2000收录 (还有1人收录) 复制到我的网摘
在SourceForge.net上使用TortoiseCVS上传代码
在SourceForge.net上使用TortoiseCVS上传代码
可能看到本文章的很少有人没有从SourceForge.net 下载过代码或者文件,但因为SourceForge.net 对上传的安全性考虑的非常周到,执行的比较严格,所以在SourceForge.net上使用TortoiseCVS上传代码对我来说一直是个很难的事情,

昨天终于在david.turning的帮助下,成功的使用SourceForge.net和TortoiseCVS建立了smart在sourceforge的代码

(http://blog.csdn.net/hongbo781202/archive/2006/07/12/909030.aspx),下面把具体的过程写下来:

1)下载软件

CVS客户端软件: http://sourceforge.net/projects/tortoisecvs/ 并安装。

下载SSH客户端的puttygen.exe和pageant.exe http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

2)产生ssh的public key和private key

http://blog.csdn.net/hongbo781202/archive/2006/07/12/910757.aspx
CSpace点击:24
 分类:Python 时间:2006-7-13 8:29:39 xds2000收录 复制到我的网摘
Cspace是一种类似p2p的python技术应用,已经实现的有聊天
What is CSpace?
CSpace provides a platform for secure, decentralized, user-to-user communication over the internet. The driving idea behind the CSpace platform is to provide a connect(user,service) primitive, similar to the sockets API connect(ip,port). Applications built on top of CSpace can simply invoke connect(user,service) to establish a connection. The CSpace platform will take care of locating the user and creating a secure, nat/firewall friendly connection. Thus the application developers are relieved of the burden of connection establishment, and can focus on the application-level logic!

CSpace is developed in Python. It uses OpenSSL for crypto, and Qt for the GUI. CSpace is licensed under the GPL.
http://cspace.in/
Soot: a Java Optimization Framework点击:24
 分类:Java 时间:2006-7-13 1:34:28 xds2000收录 复制到我的网摘
Soot: a Java Optimization Framework
顺便就有反编译功能
Soot: a Java Optimization Framework
http://www.sable.mcgill.ca/soot/
Python Web frameworks, Part 2: Web development with TurboGears and Python点击:37
 分类:Python 时间:2006-7-12 18:17:18 xds2000收录 复制到我的网摘
Web development with TurboGears and Python
An online shopping application illustrates the basics
是一个python 开发范例。
Web development with TurboGears and Python
An online shopping application illustrates the basics
http://www-128.ibm.com/developerworks/linux/library/l-turbogears/
Where did my error go?exception handle tips点击:31
 分类:Oracle 时间:2006-6-24 17:31:17 xds2000收录 复制到我的网摘
To get a more in-depth understanding of error management in PL/SQL, I suggest you check out:

The PL/SQL User Guide and Reference:, Chapter 10 Handling PL/SQL Errors
Oracle PL/SQL Programming, 4th Edition, Chapter 6, Exception Handlers
Finally, to view a set of recommendations for error raising and handling that I have published previously, visit my Best Practice PL/S/SQL column and then click on Questions and Answers, and search for "Recommendations for Error Handling?"
http://htmldb.oracle.com/pls/otn/f?p=2853:4:7390060404839848850::NO::P4_QA_ID:6802
Scientific, embedded, biomedical, electronics contents.点击:22
 分类:私有 时间:2006-6-22 14:57:26 xds2000收录 复制到我的网摘
各种DIY的小软件硬件开发.很有意思.
http://www.scienceprog.com/
web.py: makes web apps点击:30
 分类:Python 时间:2006-6-6 23:39:30 xds2000收录 (还有1人收录) 复制到我的网摘
python framework,请使用它
http://webpy.org/
Linux 和 Xdmx 的分布式多线程支持点击:40
 分类:Linux 时间:2006-5-31 14:38:18 xds2000收录 复制到我的网摘
Linux 和 Xdmx 的分布式多线程支持
创建显示连续桌面的多监视器设置
http://www-128.ibm.com/developerworks/cn/opensource/os-mltihed/?S_TACT=105AGX52&S_CMP=techcsdn
使用 DHTML 与 XML 制作 Ajax 幻灯片点击:30
 分类:ajax 时间:2006-5-31 9:54:40 xds2000收录 复制到我的网摘
使用 DHTML 与 XML 制作 Ajax 幻灯片
创意不错
http://www-128.ibm.com/developerworks/cn/xml/x-ajaxslideshow/?S_TACT=105AGX52&S_CMP=techcsdn
Java style guideline for more efficient coding in modern environment.点击:32
 分类:Java 时间:2006-5-30 14:32:56 xds2000收录 复制到我的网摘
Java style guideline for more efficient coding in modern environment.
http://www.javalobby.org/java/forums/t72196.html
Exchange 2000 Server 所使用的 TCP/UDP 連接埠点击:15
 分类:exchange2000 时间:2006-5-25 22:25:33 xds2000收录 复制到我的网摘
Exchange 2000 Server 所使用的 TCP/UDP 端口列表
http://support.microsoft.com/kb/278339/zh-tw
DBAzine.com: Partitions in the Real World点击:39
 分类:Oracle 时间:2006-5-25 18:15:44 xds2000收录 复制到我的网摘
oracle的分区交换技术
http://www.dbazine.com/oracle/or-articles/jlewis17
LinuxDevCenter.com -- How Shellcodes Work点击:64
 分类:c; hack 时间:2006-5-24 16:08:54 xds2000收录 复制到我的网摘
How Shellcodes Work
http://www.linuxdevcenter.com/pub/a/linux/2006/05/18/how-shellcodes-work.html
Backyard Hotrodding C ++ 点击:18
 分类:c++ 时间:2006-5-24 16:07:13 xds2000收录 复制到我的网摘
一眼没有看明白是什么,不过是关于C++的。有空看看吧。
http://www.artima.com/cppsource/backyard.html
Code Newbie; Tutorials, Forums, Examples, Programming, and More!点击:18
 分类:c++ 时间:2006-5-23 23:54:08 xds2000收录 复制到我的网摘
C++新手tips网站
http://cpp.codenewbie.com/
页码: [1 2 3 4 5 6 7 共7页、206项网摘

使用帮助 |  如何保存网摘 |  给365Key提建议 |  媒体报道 |  站长推广须知
Copyright (C) 2004 365Key.com--天天网摘 All Rights Reserved