上一页 1 2 3 4 5 6 7 8 9 10 ··· 34 下一页
摘要: 命令行执行的crontab 命令,但是需要包含sudo 才可以执行的命令,怎么办呢?见下:leo@leo-Ubuntu:/etc$ visudovisudo: /etc/sudoers: 权限不够visudo: /etc/sudoers: 权限不够leo@leo-Ubuntu:/etc$ sudo ... 阅读全文
posted @ 2014-08-17 01:40 邓维 阅读(1773) 评论(0) 推荐(0) 编辑
摘要: 场景:丢文件到远程服务器是需要输入密码:wade@V1088:~$ scp a wade@koala:~/a************************************************************************************************... 阅读全文
posted @ 2014-08-17 01:24 邓维 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 一个简单的 crontab 示例0,20,40 22-23 * 7 fri-sat /home/ian/mycrontest.sh在这个示例中,我们的命令在 7 月的每个星期五和星期六晚上 10 点到午夜之间的第 0、20、40 分钟(每 20 分钟)执行。关于指定时间的其他方式的细节,参见 cro... 阅读全文
posted @ 2014-08-17 00:35 邓维 阅读(231) 评论(0) 推荐(0) 编辑
摘要: linux 服务器死机了,于是追查原因。查看boot.logwade@koala:/var/log$ less boot.log看不出异常显示开机信息wade@koala:/var/log$ less dmesg区别;(未明)/var/log/boot.log --- System boot l... 阅读全文
posted @ 2014-08-16 23:53 邓维 阅读(1810) 评论(0) 推荐(0) 编辑
摘要: 原文 ,因为原视频说的太快太长, 又没有字幕,于是借助youtube,把原文听&打出来了。 中文版日后有时间再翻译。 one of the big success factors here at Spority is our agile engineering culture. Culture tr 阅读全文
posted @ 2014-07-27 22:04 邓维 阅读(1587) 评论(1) 推荐(0) 编辑
摘要: How to generate a new dictionary file of mmseg0.Usage about mmseg-node memtioned in github : var mmseg = require("mmseg"); var q = mmseg.open('/usr/local/etc/'); console.log(q.segmentSync("我是中文分词")); #"/usr/local/etc" is dir of mmseg's dictionary, which has 阅读全文
posted @ 2014-02-18 11:26 邓维 阅读(443) 评论(0) 推荐(0) 编辑
摘要: It doesn't mean anything special.But because$is allowed in identifier names, many Javascript libraries have taken to using$as the "central" interface to them, or at least as a shortcut for accessing their functionality.For example, if you're using jQuery and you say$("div" 阅读全文
posted @ 2013-06-26 21:49 邓维 阅读(358) 评论(0) 推荐(0) 编辑
摘要: var redis = require("redis");var client = redis.createClient();js = { "like":"macdn", "hate":"kfc"};//client.set("foo_rand000000000000", "some fantastic value2");client.set("foo_rand000000000000", JSON.stringify(js));cli 阅读全文
posted @ 2013-06-18 12:02 邓维 阅读(3548) 评论(0) 推荐(0) 编辑
摘要: svn: Working copy locked svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)how to solve:C:\myrepo\repodirectory> cd ..C:\myrepo> svn cleanupfrom :http://ryanolson.wordpress.com/2012/08/27/svn-how-to-fix-working-copy-is-locked/ 阅读全文
posted @ 2013-06-14 12:01 邓维 阅读(318) 评论(0) 推荐(0) 编辑
摘要: Linux显示在Windows编辑过的中文就会显示乱码是由于两个操作系统使用的编码不同所致。Linux下使用的编码是utf8,而Windows使用的是gb18030。因此,解决Linux打开txt文件中文乱码可有如下两种方法。方法一:在附件终端中,进入到txt文件所在目录,使用命令符“iconv -f gb18030-t utf8 1.txt -o 2.txt”把gb18030编码的1.txt转换成utf8的2.txt。这样2.txt就成为Linux支持的编码。方法二:在附件终端中,使用命令符“gconf-editor”,进入环境配置,依次展开“/apps/gedit-2/preference 阅读全文
posted @ 2013-05-21 13:44 邓维 阅读(22782) 评论(0) 推荐(2) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 34 下一页