上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 40 下一页
  2016年11月6日
摘要: 现在用emacs写前段,自然想实现那种,编辑器里编辑,然后浏览器端页面自己刷新 使用 simple-httpd 和impatient-mode 两个插件,可以实现, 按照文档安装好使用就可以,我没找到.单独一个插件可以实现的 使用方式 阅读全文
posted @ 2016-11-06 01:57 c3tc3tc3t 阅读(377) 评论(0) 推荐(0)
  2016年10月17日
摘要: 学习ruby有一段时间了,但是我看了好几遍proc和lambda的return区别的区别讲解,始终没明白到底什么区别,今天上午又看,终于感觉是茅塞顿开有点领悟了 一下内容部分来自<<ruby元编程>>第二版92页 1 lambda中的return表示仅仅才从,这个lambda中返回,那么从lambd 阅读全文
posted @ 2016-10-17 12:52 c3tc3tc3t 阅读(242) 评论(0) 推荐(0)
  2016年10月6日
摘要: 1 文本文件 a.txt 内容如下 输出结果 总结: fgets读取时,如果指定的读取大小,小于实际行大小 那么 不添加\n做结尾,使用\0 ,然后接着读取没读完的当前行数据作为新的一行开始 fgets读取时,如果指定读取大小.大于实际行大小,那么将\n添加到末端.再添加\0 \0不算做有效长度里的 阅读全文
posted @ 2016-10-06 15:25 c3tc3tc3t 阅读(2378) 评论(0) 推荐(0)
  2016年10月4日
摘要: 使用下面 sudo apt-get install swfdec-gnome 阅读全文
posted @ 2016-10-04 14:58 c3tc3tc3t 阅读(365) 评论(0) 推荐(0)
摘要: 链接 http://stackoverflow.com/questions/31725681/how-to-setup-clion-with-portable-clang-on-ubuntu I got the answer from CLion blog and it works and here 阅读全文
posted @ 2016-10-04 13:45 c3tc3tc3t 阅读(4743) 评论(0) 推荐(0)
摘要: 原文:http://blog.sina.com.cn/s/blog_6a95e00b0100zqvf.html #include <stdio.h>//#include <conio.h>void main(){ char ch; for(;;){// system("stty -echo"); c 阅读全文
posted @ 2016-10-04 13:16 c3tc3tc3t 阅读(3353) 评论(0) 推荐(2)
  2016年9月29日
摘要: docker不断发布新版本,以前默认的在 /etc/default/docker里修改,但是新版已经不推荐了 注意: 一些文章推荐在 /lib/systemd/system/docker.service 文见上修改配置 但是官方建议如下 /usr/lib/systemd/system or /lib 阅读全文
posted @ 2016-09-29 20:41 c3tc3tc3t 阅读(514) 评论(0) 推荐(0)
摘要: %Y%m%d => 20071119 Calendar date (basic) %F => 2007-11-19 Calendar date (extended) %Y-%m => 2007-11 Calendar date,... 阅读全文
posted @ 2016-09-29 16:30 c3tc3tc3t 阅读(221) 评论(0) 推荐(0)
  2016年9月21日
摘要: sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6 sudo apt-get install g++-multilib 阅读全文
posted @ 2016-09-21 22:03 c3tc3tc3t 阅读(181) 评论(0) 推荐(0)
  2016年9月19日
摘要: sudo add-apt-repository ppa:staticfloat/juliareleases sudo add-apt-repository ppa:staticfloat/julia-deps sudo apt-get update sudo apt-get install julia 阅读全文
posted @ 2016-09-19 12:28 c3tc3tc3t 阅读(837) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 40 下一页