- 博客(58)
- 资源 (7)
- 收藏
- 关注
转载 JavaScript Elites
new operator in JavaScripthttp://stackoverflow.com/questions/1646698/what-is-the-new-keyword-in-javascriptIIFEhttp://benalman.com/news/2010/11/immediately-invoked-function-expression/1.
2013-03-27 23:52:23
921
原创 readline wrap
home page, http://utopia.knoware.nl/~hlub/rlwrap/# support backspace, up/down to turn to previous/next input.sudo apt-get install rlwrapalias ruby='rlwrap ruby'alias perl='rlwrap perl'alia
2012-11-04 19:00:40
538
转载 startup debian wireless
http://www.cnblogs.com/eaglet/archive/2011/11/01/2231021.html通过 Windows 7 共享上网Posted on 2011-11-01 09:41 eaglet 阅读(1448) 评论(0) 编辑 收藏要实现多台机器共享上网通常有两种方法,一种是通过路由器共享上网,一种是通过软网关共享上网。在某些情况
2012-10-03 23:35:51
1500
原创 echo colorful text in shell.
#!/bin/sh # foregroundC1_BLACK=30C1_RED=31C1_GREEN=32C1_YELLOW=33C1_BL
2012-08-04 11:33:57
468
转载 CPAN install
http://hi.baidu.com/thinke365/blog/item/113c82c5422244a28226acfe.htmlsudo perl -MCPAN -e shellinstall JSON::XS
2012-06-09 21:43:37
719
翻译 Myers Diff paper -- 0
Declaration: Here is the original paper link . It is written by Eugene W. Myers at 1986. I (j_now. You may also call me cydooc) translated parts of the thesis in to Chinese with a few annotations. I
2012-05-26 21:22:21
1557
翻译 Myers Diff paper -- 2
Declaration: Here is the original paper link . It is written by Eugene W. Myers at 1986. I (j_now. You may also call me cydooc) translated parts of the thesis in to Chinese with a few annotations. I
2012-05-26 09:35:39
1103
原创 Junit 多线程测试
Enjoy it. Here are the codes.import java.lang.annotation.ElementType;import java.lang.annotation.Retention;import java.lang.annotation.RetentionPolicy;import java.lang.annotation.Target;
2012-03-17 23:51:54
1166
转载 What's the difference between parallel and concurrent?
For java, http://drdobbs.com/article/print?articleId=219401061&dept_url=/java/Parallelism and Concurrency When speaking about garbage collection algorithms, parallelism describes the collector's
2012-03-11 21:11:22
570
转载 dojo references
http://dojotoolkit.org/reference-guide/releasenotes/1.7.htmlhttp://livedocs.dojotoolkit.org/
2012-01-24 15:41:20
448
原创 gem ERROR: While executing gem ... (Zlib::GzipFile::Error)
cydoo@whale:~$ gem list -r rails*** REMOTE GEMS ***ERROR: While executing gem ... (Zlib::GzipFile::Error) not in gzip formatcydoo@whale:~$ gem list -r *** REMOTE GEMS ***ERROR:
2012-01-23 20:29:12
2821
原创 install apache mason
What is mason? http://www.masonhq.com/Why mason? You are a PERL fan like me.1. download Apache and makewget http://www.apache.org/dist/httpd/httpd-2.2.21.tar.bz2tar xjvf httpd-2.2.21.ta
2012-01-23 18:23:10
894
原创 linux firefox flashplayer
Firefox version 9.0.1Before you take any operations below, you should disable all of the installed flash plugins which is enabled in firefox. Click Tools/Add-ons, disable all the flash associated pl
2012-01-20 00:39:07
683
原创 Apache with subversion & php
---apache./configure --prefix=/home/$USER/local/httpd \ --enable-so \ --enable-cgi \ --enable-info \ --enable-rewrite \ --enable-speling \ --enable-usertrack \
2012-01-16 17:19:45
553
转载 Compiz in Debian (nvidia)
Linux whale 2.6.32-5-686 #1 SMP Thu Nov 3 04:23:54 UTC 2011 i686 GNU/Linuhttp://www.howtoforge.com/enabling-compiz-fusion-on-a-debian-squeeze-desktop-nvidia-geforce-8200
2012-01-12 16:41:38
473
原创 安装Linux学习环境 [For Beginner] Virtual Box
使用Virutal Box可以在windows下建立一个linux环境,Virtual Box是一个开源软件,功能类似vmware,两者之间主要区别就是后者是收费的软件。Virtual Box是Oracle资助的一个开源软件,虽然不太喜欢Oracle,但是Virtual Box is a good one, indeed.完成本文操作,你会得到一个免费的shell环境,不会得到xwin
2012-01-08 23:24:20
1011
转载 Apache/2.2.19 + PHP 5.3.8 + Mysql
See http://dan.drydog.com/apache2php.htmlApache/2.2.19PHP 5.3.8./configure --prefix=/home/haifengw/local/httpd \ --enable-so \ --enable-cgi \ --enable-info \ --enable-
2011-12-29 15:28:49
641
原创 hsqldb memory mode
import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultSet;import java.sql.Statement;public class Deleteme {
2011-08-18 11:32:07
478
转载 gcc & g++
The actual compiler is "cc1" for C and "cc1plus" for C++; both gcc and g++ are drivers (which call the preprocessor/compiler/assembler/linke
2011-07-17 12:31:50
472
原创 my svn host
svn co svn://www.oksvn.com/samplessvn co svn://www.oksvn.com/mysql_mynot check: http://www.oksvn.com/User/Files.aspx?id=8911&Path=/
2011-05-29 22:21:00
594
原创 玩三国杀 adobe air
OUT OF DATE.... SEE http://blogs.adobe.com/flashplayer/2011/06/adobe-air-and-linux-increasing-distribution-on-devices.html挺好玩的 呵呵我的环境是4年前的了。。。 fc8 ,libc++版本太低、不了firefox4,firefox3直接使用网页版有
2011-05-05 00:37:00
936
原创 cpuid.h
<br />/usr/include/cpuid.h<br /> <br />checking cpuid.h usability... no<br />checking cpuid.h presence... no<br />checking for cpuid.h... no<br />configure: error: gcc must provide the <cpuid.h> header<br /> <br /> <br />/*<br /> * Copyright (C) 20
2011-04-17 22:09:00
5059
原创 mysql事务隔离级别
脏读、不可重复读、幻读 Read-uncomitted Read-committed repeatable-read serializable
2011-03-23 21:40:00
410
原创 支持 https 的 svn client 安装方法
使用 shared 方式安装,相关的tar包去 http://download.youkuaiyun.com/source/3017919 下载 WORKSPACE=$PWDTARGET=$HOME/localSUBVERSION_INSTALL_NAME=subversionZLIB=zlibOPENSSL=opensslNEON=neonAPR=apr
2011-02-11 19:39:00
1721
原创 shell kits
1. make a iso file: mkisofs -l -J -L -r -o thinkinc++2.iso /mnt dd if=/dev/cdrom of=/root/rh1.iso
2010-09-21 22:33:00
451
原创 compile mysql from source code
kernel: 2.6.23.1-42.fc8kernel: 2.6.18-128.1.14.el5a02xen gcc (GCC) 4.1.2 20070925 (Red Hat 4.1.2-33) mysql version : mysql5.1.30tarball: mysql-5.1.30.tar.gz steps: $ wget http://d
2009-11-30 21:46:00
1124
转载 java.lang.ref 的引用
入门比较参考这里:http://mindprod.com/jgloss/phantom.html 可以参考这里,已经很全面了,有时间应该翻译一下吧http://www.kdgregory.com/index.php?page=java.refobj这里的讨论很不错http://www.javalobby.org/forums/thread.jspa?threadID=1
2009-11-21 00:25:00
964
php_and_svn_server_setup_tar_balls
2012-01-16
programing ground up
2011-04-26
dos622.img,dos71b.img, win98floppy.img grub4dos
2009-10-14
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人