- 博客(148)
- 收藏
- 关注
原创 BSD Release: Jibbed 5.0
NetBSD developer Zafer Aydogan has announced the release of Jibbed5.0, a live CD based on NetBSD 5.0. An announcement went out a few daysago, but now it has been updated to include information abo...
2009-05-14 11:04:26
196
原创 BSD Release: BSDanywhere 4.5
Stephan Rickauer has announced the release of BSDanywhere4.5, a live CD consisting of a base OpenBSD system plus a graphicaldesktop (Enlightenment 17): "We are pleased to announce the immediate...
2009-05-06 22:36:26
228
My DAL Util Class
import java.lang.reflect.Method;import java.sql.Connection;import java.sql.ResultSet;import java.sql.ResultSetMetaData;import java.sql.SQLException;import java.sql.Statement;import java.util.Arr...
2009-03-20 22:36:11
191
原创 必备的 Java 参考资源列表
from http://www.ibm.com/developerworks/cn/java/j-javaresources.html?S_TACT=105AGX52&S_CMP=NL&ca=dnl-cn-03052009&open&cm_mmc=4962-_-n-_-vrm_newsletter-_-10104_107179&cmibm_em=dm:0:1...
2009-03-06 21:11:41
203
OpenBSD 4.5 Pre-Orders Online
Pre-orders are now being accepted for OpenBSD 4.5, scheduled for release on May 1st, 2009.The developers bring us an amazing amount of cool new stuff (Accelerated video drivers, OpenSSH 5...
2009-03-06 07:37:22
105
跟香港政府学做预算
日前,香港政府财政司司长 曾俊华 在立法会宣读了《2009 至 2010 年度政府财政预算案》。虽然这几天香港诸媒体对于该预算案各有褒贬,但是在我们内地民众看来,该预算案的制作技术、展现方式以及所体现的诚意,令人叹为观止。香港政府财政司为了让公众方便地获取预算案相关信息,颇动了一番脑筋,费了一番折腾。繁、英、简三种文字的网站 http://www.budget.gov.hk/ 专为公布预算而设。该...
2009-03-05 13:46:10
182
sap rfc with python
1. download rfcsdk on sap.com, download saprfc for python on http://pypi.python.org/pypi/saprfc/0.072. install rfcsdk and saprfc with docs #! /usr/bin/env pythonimport pprintimport saprfcconn ...
2009-03-05 02:10:42
728
install Python 3.0 on AIX
shell:~/python-3.0.1/bin >: python3.0Python 3.0.1 (r301:69556, Feb 27 2009, 21:48:14) [GCC 4.0.0] on aix5Type "help", "copyright", "credits" or "license" for more information.>>> shell:~/p
2009-02-27 14:04:56
234
50个实用的JavaScript工具
JavaScript是一个功能强大的客户端脚本语言,许多现代化的网站和Web应用程序都会使用到它。JavaScript可以增强用户的体验,并提供丰富的互动式组件和功能。虽然它的语法相当简单,但是对开发者来说还是很有难度的,因为它要运行在Web浏览器中。以下是我们为你推荐的50个相关工具:JavaScript/AJAX编辑工具jQuery UI jQuery UI是jquery...
2009-02-20 15:37:26
199
集成Google App Engine和iPhone
分布式商用平台上的云计算——比如Google App Engine和Amazon EC2——也许是Web 2.0应用开发中最让人兴奋的新趋势。不需要专用的高可靠性服务器群,以及连带的成本和复杂性,商业云平台就允许按需构建应用并对应用进行托管。云的“后端”架构已然激动人心,同样,强大、低成本手持移动平台的利用也让“前...
2009-02-06 01:15:21
133
Enable Debug Mode in J2EE Server Node
Sometimes a developer asks you to make a J2EE server node debug able. To do this, launch the J2EE Config Tool (usr/sap//instance/j2ee/configtool) . Then click on server instance node and in the right...
2009-01-21 04:24:45
220
2009年海外Web设计风潮(上)
这是 Smashing Magazine 花费几个月的时间研究编写的 2009 年 Web 设计风格与潮流,Smashing Magazine 的编辑们对当前流行的大量 Web 设计风格进行分析,总结出那些可能在 2009 年风行的潮流,包括新的设计元素,新的图形方式,并给出大量的漂亮的示例。这是第一部分10个潮流,第二部分15个潮流将于下周推出。2009 Web 设计风潮凸版印刷风格...
2009-01-20 12:25:17
124
在 Google App Engine 1.1.7 上跑 Pylons 0.9.7 RC4
版本資訊:OS: Ubuntu 8.10Python 2.5.4Pylons 0.97rc4Google App Engine 1.1.7步驟:svn checkout http://appengine-monkey.googlecode.com/svn/trunk/ appengine-monkeypython2.5 appengine-boot.py --paste-deploy my-a...
2009-01-17 08:46:57
165
copy IWDNode from other model IWDNode
Zds0001_Save_Input ds0001SaveInput = new Zds0001_Save_Input(); wdContext.nodeZds0001_Save_Input().bind(ds0001SaveInput); IDS0001QueryBankHeadNode queryBankHeadNode = wdContext.nodeDS0001...
2009-01-16 15:51:16
113
IWDNode.invalidate()
IWDNode.invalidate() 不生效?用这个吧: //@@begin javadoc:deleteElements() /** Declared method. */ //@@end public void deleteElements( com.sap.tc.webdynpro.progmodel.api.IWDNode node ) { //@@begin de...
2009-01-16 15:44:31
107
The History of Python - Introduction
by gvanrossum@gmail.com (Guido van Rossum)Python is 19 years old now. I started the design and implementation of the language on a cold Christmas break in Amsterdam, in late December 1989. It starte...
2009-01-15 01:37:29
313
jQuery plugin - Easy Image or Content Slider
This is my first jQuery plugin. I wrote several jQuery scripts but never made a real plugin just because I was I afraid of it's complexity. It turned out to be a lot easier than I thought so I went ah...
2009-01-09 09:05:44
142
2008年国外最佳Web设计/开发技巧、脚本及资源总结
今天是2008年的最后一天,彬Go为大家奉上今年的最后大餐,这篇文章将为大家总结08年国外一些比较不错的前端开发相关的教程、技巧、脚本、实 例及工具资源等,有一些是曾经彬Go发表过的翻译文章。实在是丰盛的需要消化很久…无论您是刚入门的前端开发菜鸟,还是有多年前端开发经验的高手,我相信 下面的这些日志总会有您需要的!工具&Web应用13个可能会让你说”Thank You”...
2009-01-01 14:40:42
195
New Book - Programming in Python 3
Finally got my hands on the brand new "Programming in Python 3 - A Complete Introduction to the Python Language". As far as I know, this is the first print book covering Python 3.0 (Python 3000). A qu...
2008-12-26 09:18:54
196
十个优秀的Ajax/Javascript实例网站
今天,要向大家推荐10个相当棒的Ajax和Javascript国外资源网站或博客,它们提供了相当多的高质量Ajax、Javascript实例及教程,喜欢Ajax和Javascript的朋友绝对不能错过。1.Ajax Rain AjaxRain有很多完美整合AJAX, CSS, DHTML 或 Javascript的实例,有一些Demo的确值得你去看一看,即使你不是网页设计(开发)...
2008-12-19 13:47:56
282
使用 jQuery : from IBM developerworks
使用 jQuery 简化 Ajax 开发使用 jQuery,第 1 部分: 将桌面应用程序引入浏览器使用 jQuery,第 2 部分: 构建未来的 Web 应用程序使用 jQuery,第 3 部分: 用 jQuery 和 Ajax 构建富 Internet 应用程序...
2008-12-19 12:56:49
113
OpenBSD command: lockspool
LOCKSPOOL(1) OpenBSD Reference Manual LOCKSPOOL(1)NAME lockspool - lock user's system mailboxSYNOPSIS lockspool [username]DESCRIPTION lockspool is useful for a ...
2008-12-13 14:54:37
100
OpenBSD command: nologin
NOLOGIN(8) OpenBSD System Manager's Manual NOLOGIN(8)NAME nologin - politely refuse a loginSYNOPSIS nologinDESCRIPTION nologin displays a message that an account i...
2008-12-13 14:15:18
95
what in OpenBSD
Shell:~ >: whwhat whence whereis which-command who whois whatis where which while whoamiShell:~ >: whereis what/u...
2008-12-12 15:53:37
94
What's New in Python3.0
原文:What's New in Python 3.0这篇文章主要介绍了相比于python2.6,python3.0的新特性。更详细的介绍请参见python3.0的文档。Common Stumbling Blocks本段简单的列出容易使人出错的变动。print语句被print()函数取代了,可以使用关键字参数来替代老的print特殊语法。例如: Old: print "Th...
2008-12-10 02:02:46
99
BSD发行版:BSDanywhere 4.4发布
BSDanywhere是基于OpenBSD的自启动运行光盘镜像。它包含了整个OpenBSD基础系统(不含编译器),并带有一份图形桌面、一套非典型 的软件收藏、自动硬件检测,以及对很多显示卡、声卡、SCSI、USB设备及其他外设的支持。BSDanywhere可以作为一份教学UNIX系统,一套 修复环境,或者是硬件测试平台来使用。Stephan Rickauer has announced the r...
2008-12-09 09:34:54
204
Python 3.0 on OpenBSD
Shell:~/tools/Py3k/bin >: ./python3.0Python 3.0 (r30:67503, Dec 4 2008, 23:27:21) [GCC 3.3.5 (propolice)] on openbsd4Type "help", "copyright", "credits" or "license" for more information.>>&
2008-12-04 15:35:58
111
Python 3.0 Release
Python 3.0Python 3.0 (a.k.a. "Python 3000" or "Py3k") is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, espec...
2008-12-04 02:16:42
149
GAE SDK 1.1.6 Released
Today we released the 1.1.6 SDK. You can download it on our Google hosting project, and peruse the release notes for more details on the release.This release contains some notable new features, inc...
2008-11-21 14:21:43
89
Django 1.0.2发布
在上周Django 1.0.1发布之后不久,有人发现用于生成release的打包脚本漏掉了几个Django源码目录,这不仅会到影响单元测试,而且至少有一个被遗漏的文件影响到Django的正常使用。于是Django工作组在11月18号发布Django 1.0.2修正了这些问题。点击此处下载Django 1.0.2 from http://www.onlypython.com/post/432...
2008-11-20 01:39:05
106
tar -j for openbsd
TAR(1) OpenBSD Reference Manual TAR(1)NAME tar - tape archiverSYNOPSIS tar {crtux}[014578befHhjLmOoPpqsvwXZz] [blocking-factor | archive | repls...
2008-11-13 16:46:38
103
openjdk for openbsd
Shell:~ >: uname -aOpenBSD obsd.org 4.4 GENERIC.MP#0 i386Shell:~ >: java -versionopenjdk version "1.7.0-internal"OpenJDK Runtime Environment (build 1.7.0-internal-naddy_12_aug_2008_23_14-b00)Ope...
2008-11-13 16:44:51
152
InfoQ: 架构师(试刊第二期)
架构师(试刊第二期)作者 InfoQ中文站 发布于 2008年11月12日 上午12时46分社区Architecture,Agile,Java,Ruby,.NET,SOA主题InfoQ声明,企业架构标签InfoQ,《架构师》月刊篇首语 ──由壹基金的专业性想到的在西安出差时,恰逢凤凰卫视播放李连杰壹基金会为其评选出来的“典范工程”颁奖。观看整个晚会过程后,再联想到其一直...
2008-11-13 11:17:23
111
OpenBSD 相册
http://www.douban.com/photos/album/10925176/ http://www.douban.com/photos/album/12598413/ http://www.douban.com/photos/album/12598603/ http://www.douban.com/photos/album/12625183/
2008-11-10 01:06:04
87
The Best Cheat Sheets for Web Developers
1. jQuery Cheat Sheet2. Mootools Cheat Sheet3. Ruby on Rails Cheat Sheet4. Django Cheat Sheet5. YUI Cheat Sheet6. Prototype Cheat Sheet7. Scriptaculous Cheat Sheet8. extJs ...
2008-11-06 09:34:21
130
gcc
八月初 Mark Mitchell 发布了 GCC 4.3.2 版本,GCC是GNU编译集合,包括C, C++, Objective-C, Fortran, Java, and Ada编译器等。从这里下载最新的GCC: http://gcc.gnu.org/mirrors.html 让我们了解一下GCC 4: 在过去的几年中,GNU Compiler Collection (GCC)一直在...
2008-11-06 09:27:32
191
firebug
Firefox扩展Firebug是一个全功能的Web 应用程序调试器,可以协助Web黑客洞悉复杂的Web 应用程序的内部工作机制。它有两种版本:一种可以跨浏览器使用的组件Firebug Lite,另一种是专用于专用于火狐浏览器的扩展Firebug。本文将着重向读者介绍前者的用法。一、简介浏览器扩展Firebug提供了一个集成环境,我们能够在其中对感兴趣的Web 应用程序进行的全面的分析(参...
2008-11-06 04:42:09
237
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人