j_now
码龄19年
关注
提问 私信
  • 博客:62,782
    社区:10,985
    73,767
    总访问量
  • 43
    原创
  • 1,863,987
    排名
  • 3
    粉丝
  • 0
    铁粉
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:美国
  • 加入CSDN时间: 2006-04-03
博客简介:

enjoy tech life

查看详细资料
个人成就
  • 获得6次点赞
  • 内容获得4次评论
  • 获得4次收藏
创作历程
  • 3篇
    2013年
  • 17篇
    2012年
  • 15篇
    2011年
  • 3篇
    2010年
  • 19篇
    2009年
  • 1篇
    2008年
TA的专栏
  • c
    3篇
  • c++
    1篇
  • db-mysql
    3篇
  • ejb3
    1篇
  • gossip
    11篇
  • gui
    2篇
  • j2se
    5篇
  • Java Project Manager Tool
    2篇
  • java-web
    4篇
  • linux shell
    4篇
  • linux software
    8篇
  • gcc & g++
    1篇
  • javascript
    3篇
  • algo
    2篇
  • perl
    2篇
  • web
    1篇
  • mason
    1篇
创作活动更多

HarmonyOS开发者社区有奖征文来啦!

用文字记录下您与HarmonyOS的故事。参与活动,还有机会赢奖,快来加入我们吧!

0人参与 去创作
  • 最近
  • 文章
  • 代码仓
  • 资源
  • 问答
  • 帖子
  • 视频
  • 课程
  • 关注/订阅/互动
  • 收藏
搜TA的内容
搜索 取消

prime

2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71
原创
发布博客 2013.12.07 ·
8325 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
906 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

build ckeditor4.0.x

http://docs.ckeditor.com/#!/guide/dev_build
原创
发布博客 2013.01.19 ·
543 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
523 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
1445 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

echo colorful text in shell.

#!/bin/sh                                                                                                                   # foregroundC1_BLACK=30C1_RED=31C1_GREEN=32C1_YELLOW=33C1_BL
原创
发布博客 2012.08.04 ·
459 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

CPAN install

http://hi.baidu.com/thinke365/blog/item/113c82c5422244a28226acfe.htmlsudo perl -MCPAN -e shellinstall JSON::XS
转载
发布博客 2012.06.09 ·
701 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
1529 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
1079 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
1156 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

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 ·
558 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

OOM tools

http://www.eclipse.org/mat/    eclipse memory analyzer tool
原创
发布博客 2012.02.18 ·
532 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

dojo references

http://dojotoolkit.org/reference-guide/releasenotes/1.7.htmlhttp://livedocs.dojotoolkit.org/
转载
发布博客 2012.01.24 ·
441 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
2806 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
874 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
672 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
544 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

php_and_svn_server_setup_tar_balls

发布资源 2012.01.16 ·
gz

my links

http://www.ranish.com/
转载
发布博客 2012.01.12 ·
459 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

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 ·
462 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏
加载更多