Alex He

...永远保持希望与激情...约会未来更强大的自己...

 
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页

2011年11月10日

修改root密码命令[Ubuntu]

摘要: sudo passwd root 阅读全文

posted @ 2011-11-10 18:20 Alex木头 阅读(162) 评论(0) 推荐(0) 编辑

感动与心动

摘要: 感动:我被他的言行感动了,注意,是感动的是言语和行为; 心动:我为他心动了,注意,心动是一种状态; 在相处的时候,人常常纠结感动还是心动;或者说感动,心动是不是都是必须的? 调查发现,对感动与心动的解释有: 感动是被动的一种认知,通常都经过仔细认真的思考和感受。心动大多数情况下是一种随性的心灵感受。 感动——你是个本分踏实有安全感的男人心动——你是个情趣浪漫坏坏的男人 女孩喜欢使自己心动的男... 阅读全文

posted @ 2011-11-10 18:04 Alex木头 阅读(411) 评论(0) 推荐(0) 编辑

关闭防火墙命令[Ubuntu]

摘要: sudo ufw disable 阅读全文

posted @ 2011-11-10 16:28 Alex木头 阅读(210) 评论(0) 推荐(0) 编辑

迭代求积计算过程[Lisp]

摘要: multiply(a b)=multiply(2*a,b/2)#if b is an even number multiply(a b)=a+multiply(a,b-1)#if b is an odd number################################################################(define (newmultiply a b) ... 阅读全文

posted @ 2011-11-10 09:26 Alex木头 阅读(312) 评论(0) 推荐(0) 编辑

迭代求幂计算过程[Lisp]

摘要: pow(b n)=pow(b*b,n/2)#if n is an even numberpow(b n)=b*pow(b,n-1)#else, n is an odd number####################################################(define (newpow b n) (define (fast-expt n b a) (co... 阅读全文

posted @ 2011-11-10 09:11 Alex木头 阅读(577) 评论(0) 推荐(0) 编辑

2011年11月9日

Let it be me

摘要: 电影《怦然心动》的片尾曲<Let it be me> I bless the day I found you I want to stay around you And so I beg you Let it be me Don't take this heaven from one If you must cling to someone Now and forever Let it be... 阅读全文

posted @ 2011-11-09 20:59 Alex木头 阅读(209) 评论(0) 推荐(0) 编辑

2011年11月3日

Balance in life

摘要: 今天做阅读理解看到下面一段话: The key word is balance. You need to find the right balance that works for you. Celebrate your successes and don’t dwell on your failures. Life is a progress, and so is striving for b... 阅读全文

posted @ 2011-11-03 19:47 Alex木头 阅读(254) 评论(0) 推荐(0) 编辑

2011年11月1日

使用weka进行文本聚类的例子

摘要: 先看上篇会容易看懂些,这篇的注释不多!import java.io.BufferedReader;import java.io.File;import java.io.FileReader;import weka.clusterers.Clusterer;import weka.clusterers.SimpleKMeans;import weka.core.Attribute;import we... 阅读全文

posted @ 2011-11-01 18:26 Alex木头 阅读(2951) 评论(0) 推荐(1) 编辑

使用weka进行文本分类的例子

摘要: import java.io.BufferedReader;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.FileOutputStream;import java.io.FileReader;import java.io.ObjectInp... 阅读全文

posted @ 2011-11-01 18:24 Alex木头 阅读(6048) 评论(0) 推荐(1) 编辑

If I Were A Boy Again 假如我又回到童年

摘要: If I were a boy again, I would practice perseverance more often, and never give up a thing because it was hard or inconvenient. If we want light, we must conquer darkness. Perseverance can sometimes e... 阅读全文

posted @ 2011-11-01 16:56 Alex木头 阅读(265) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 下一页

导航