- 我的消息
- 我的博客
- 我的学院
- 我的下载
- 我的收藏
- 消息
-
-
c/c++在线编译器
原文链接:http://hi.baidu.com/jrftsy96/item/5c936daa867ee7f215329be1 一直以来都喜欢用手机看书,尤其是在上班时。看的最多的是编程一类的书,主要是C++,看着就想写写代码,可是电脑用不能用,怎么办?于是想到用UC浏览器找找看网上有没有在...
转载2012-10-21 18:56:145610 -
Guide to Setup Gmail IMAP in Outlook 2010
Source:http://www.lytebyte.com/2009/08/11/guide-to-setup-gmail-imap-in-outlook-2010/ Gmail is one of the email services which supports IMAP feat...
转载2012-07-06 09:27:0223500 -
读《程序员到底怎么了》 感想
无意中在网上看到了一篇文章,一开始以为有事吐槽的文章,说神马程序员没有前途的唠叨,一开始还抱着寻求心理安慰的态度去读,读完之后,发现自己错了,虽然不能说自己像其他人那样每天抱怨程序员多么没前途,但至少不是热爱这个行子,在即将面临的找工作的问题上,还是出在犹豫之中,被多数人告诉说程序员多么多么的累,...
原创2012-06-11 11:03:385150 -
Programming Perl----------Column1
Problem 3. This problem let us write all the solutions, and run, then based on the results we can get the most effective solution. Now I don't ...
原创2012-05-31 14:03:533140 -
google-perftools安装
source link:http://blog.sina.com.cn/s/blog_704836f40100yvyx.html 1.编译libunwind库 因为使用的是X86_64的Linux系统,因此需要安装libunwind库。 安装方法很简单,常见的confi...
转载2012-05-21 15:30:5624081 -
RedHat Enterprise 5 升级firefox
一开始的时候总是无法升级firefox XPCOMGlueLoad error for file /opt/firefox/libxpcom.so: libxul.so: cannot open shared object file: No such file or directory Co...
原创2012-05-16 18:14:4725080 -
go语言Exercise: Equivalent Binary Trees
1. Implement the Walk function. 2. Test the Walk function. The function tree.New(k) constructs a randomly-structured binary tree holding the values...
原创2012-05-09 17:48:089710 -
go语言Exercise: Rot13 Reader
A common pattern is an io.Reader that wraps another io.Reader, modifying the stream in some way. For example, the gzip.NewReader function takes an...
原创2012-05-09 16:24:1416150 -
go语言Exercise: Images
Remember the picture generator you wrote earlier? Let's write another one, but this time it will return an implementation ofimage.Image instead of ...
原创2012-05-09 16:08:278950 -
go语言Exercise: Errors
Copy your Sqrt function from the earlier exercises and modify it to return an error value. Sqrt should return a non-nil error value when given a neg...
原创2012-05-09 15:41:0215890 -
go语言Advanced Exercise: Complex cube roots
Let's explore Go's built-in support for complex numbers via thecomplex64 and complex128 types. For cube roots, Newton's method amounts to repeating...
原创2012-05-09 13:19:228020 -
go语言Exercise: Fibonacci closure
Let's have some fun with functions. Implement a fibonacci function that returns a function (a closure) that returns successive fibonacci numbers. p...
原创2012-05-09 12:52:3313441 -
go语言Exercise: Slices
Implement Pic. It should return a slice of length dy, each element of which is a slice of dx 8-bit unsigned integers. When you run the program, i...
原创2012-05-09 12:44:3714920 -
go语言Exercise: Maps
Implement WordCount. It should return a map of the counts of each “word” in the string s. The wc.Test function runs a test suite against the provid...
原创2012-05-09 11:02:447920 -
Go 语言实现exercise--Loops and Functions
求平方根的一种叫牛顿算法的文字,先给出一个猜测值,用连续逼近方法求出平方根。 首先我们设要求的这个数为a,它的平方根为x;然后我们一开始令x=a;然后我们进入一个循环,不断的令x=(x+a/x)/2,就是令x等于 x和a/x的平均值,这样迭代了7-10次左右就可以得到a的平方根x的近似值...
原创2012-05-08 16:37:496140 -
can not open so many files 错误处理
在运行server的时候总是会遇到这个错误,在linux下open files的数量是有限制的,一般为1024,如果运行server,总是会需要修改这个值的,查看本机limit的数量的方式: ulimit -a # -a 表示显示所有的数量限制,如果要查看open files的数量可以使用-n...
原创2012-04-26 18:35:354510 -
Build and Run HDFS
今天再一次配置HDFS,决定记录下来以备不时之需。 首先你的电脑需要安装上java JDK 1.6 这一步就不解释了,网上太多资料 安装ant http://ant.apache.org/bindownload.cgi ant 官网地址可以直接下载,使用命令: wget http:...
原创2012-04-20 14:39:248260 -
在应用程序中使用log4j
http://www.blogjava.net/qiyadeng/articles/13819.htm 1、在应用程序中使用log4j 2、把log4j-*.*jar放入CLASSPATH变量中 编辑如下简单java文件: 1package logging; 2impor...
转载2012-04-12 16:49:454960 -
ed命令简介
http://bbs.chinaunix.net/thread-1262996-1-1.html ed 命令简介: 在 unix/linux 平台下,首先要学习的就是文本编辑,而 ed 编辑器是 unix/linux 操作系统下最简单、最典型 的文本编辑器...
转载2012-04-10 10:48:316310 -
Jetty 服务器架构分析
http://blog.csdn.net/lovingprince/article/details/6202669 以 jetty7 作为分析目标, Jetty 是由一个或多个 connector 核心组件以及一些列 handler 组件和一个线程池组成,看一下结构图: ...
转载2012-04-09 14:51:186970
-
- 学院
- 下载
- 消息