上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页
摘要: VIM 拼写检查/spell check 一、Hunspell科普 Hunspell 作为一个拼写检查的工具,已经用在了许多开源的以及商业软件中。包括Google Chrome, Libreoffice等。 二、Vimspell使用 Use to turn on spell checking. If 阅读全文
posted @ 2016-09-13 23:52 xiulug 阅读(912) 评论(0) 推荐(0) 编辑
摘要: C语言 goto, return等跳转 Please don't fall into the trap of believing that I am terribly dogmatical about [the go to statement]. I have the uncomfortable f 阅读全文
posted @ 2016-09-13 16:35 xiulug 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 《C和指针》 static global varibale VS global variable static function VS normal function 数组变量 VS 字符串指针 VS 参考: 1、 "《C和指针》" 阅读全文
posted @ 2016-09-13 13:53 xiulug 阅读(149) 评论(0) 推荐(0) 编辑
摘要: C++ 书籍 一、《深度探索C++对象模型/Inside the C++ Object Model》 二、 阅读全文
posted @ 2016-09-13 08:13 xiulug 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 一、Google JavaScript编码风格 "简体中文版" "Google JavaScript Style Guide" 二、Google HTML/CSS代码风格指南 "简体中文版" 三、Google C++编程风格指南 "简体中文版" 四、Google Python编程风格指南 "简体中文 阅读全文
posted @ 2016-09-12 18:56 xiulug 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 利用C语言获取设备的MAC address MAC address Medium Access Control layer address // // http://www.binarytides.com/c program to get mac address from interface nam 阅读全文
posted @ 2016-09-12 14:35 xiulug 阅读(1462) 评论(0) 推荐(0) 编辑
摘要: 代码版本管理 一、SVN 1、SVN diff(create patch) 遇到了一个问题: 二、Git 参考: 1、 "Apache Subversion Binary Packages" 2、 "TortoiseSVN" version control") 阅读全文
posted @ 2016-09-12 13:19 xiulug 阅读(254) 评论(0) 推荐(0) 编辑
摘要: enum 与 define 一、为什么既要有enum,又要define enum is derived from , from + ,字面意思就是 。 阅读全文
posted @ 2016-09-12 10:33 xiulug 阅读(369) 评论(0) 推荐(0) 编辑
摘要: C Plus Plus 基础 一、变量和基本类型 1、const 限定符号 const constant(中文意思:不停的,不断的,一直不变的) ①代替Magic Number(即『无意义的常数』),提高程序的可读性。 ②使 变量/varibale 变成一个「值 不可更改」的 常量/const 或 阅读全文
posted @ 2016-09-11 16:57 xiulug 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 高效率的学习方法 参考: REFER: "2013 5 7学习方法研究_Scott Young" 阅读全文
posted @ 2016-09-11 09:38 xiulug 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 日语 1、日语词典 2、日语词频统计表 在英语中有类似的 REFER: "『現代日本語書き言葉均衡コーパス』語彙表" REFER: "NINJAL LWP for BCCWJ" 阅读全文
posted @ 2016-09-10 23:36 xiulug 阅读(544) 评论(0) 推荐(0) 编辑
摘要: 用python下载词源词典Etymoline "Online Etymology Dictionary" 是最好的 English 词源词典,现在来说没有之一。但是,一直在PC上查单词有时不是很方便,遂就想怎么才能在手机上使用。现在的手机上的词典,除了 "BlueDict" 、 "MDict" 之外 阅读全文
posted @ 2016-09-10 08:32 xiulug 阅读(605) 评论(0) 推荐(0) 编辑
摘要: C语言中的%0nd printf formatted print /格式化输出 一、十进制 d decimal/十(shí)进制 结果如下: 二、十六进制 x hexadecimal,其中hexadecimal来自于 古希腊 ,这个词语 is composed of hexa , derived f 阅读全文
posted @ 2016-09-09 11:19 xiulug 阅读(1617) 评论(0) 推荐(0) 编辑
摘要: 删除Windows 文本右键选项 在Windows上用所谓的 安装了 ,但是给的卸载程序(即删除掉注册表相应的选项)无法使用,导致只能手动从 (注册表 编辑器)中手动删除。步骤如下: 1. 键打开 ,在弹出框中输入 ,就此打开reg edit(注册表 编辑器)。 2. 选择 ,在输入框输入 ,这个应 阅读全文
posted @ 2016-09-09 10:14 xiulug 阅读(165) 评论(0) 推荐(0) 编辑
摘要: ASCII Table/ASCII表 参考: 1、 "Table of ASCII Characters" 阅读全文
posted @ 2016-09-09 09:16 xiulug 阅读(183) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页