会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
Gamesun's Blog
管理
上一页
1
2
3
4
2013年4月28日
VBA 读取文件/写入文件
摘要: VBA 读取文件/写入文件例程
阅读全文
posted @ 2013-04-28 22:13 gamesun
阅读(1901)
评论(0)
推荐(0)
VBA 打开文件对话框
摘要: VBA“打开”/“保存”对话框的例程
阅读全文
posted @ 2013-04-28 21:58 gamesun
阅读(1478)
评论(0)
推荐(0)
2013年4月22日
修改GitHub记录中的invalid-email-address
摘要: GitHub中出现invalid-email-address时的修改方法。
阅读全文
posted @ 2013-04-22 22:57 gamesun
阅读(1219)
评论(0)
推荐(0)
2013年4月14日
RAII(C++必知必会 条款40)
摘要: 介绍C++的一个技术:RAII(资源获取即初始化),用法和好处。
阅读全文
posted @ 2013-04-14 22:19 gamesun
阅读(343)
评论(0)
推荐(0)
2013年3月29日
C函数包装ASM代码时,指针无法传值的问题
摘要: C函数包装ASM代码时,指针无法传值,因为忘记了在ASM里,需要用通用寄存器来进行寻址。
阅读全文
posted @ 2013-03-29 20:55 gamesun
阅读(319)
评论(0)
推荐(0)
2013年3月28日
渐进记号的定义
摘要: 我们常常使用大O记号来表示算法的复杂度,本文讲解大O记号的定义,以及相关的Θ,Ω,o和ω四种渐进记号的定义。
阅读全文
posted @ 2013-03-28 20:32 gamesun
阅读(1862)
评论(0)
推荐(0)
2013年2月11日
编译Emacs for Windows
摘要: 2019-07-19修订:新增Emacs-26.2版编译方法 1. 使用mingw-get-inst-20120426.exe安装编译工具MinGW,下载:http://sourceforge.net/projects/mingw/files/MinGW/ 2. 下载Emacs源码,解压,到这里选择
阅读全文
posted @ 2013-02-11 22:41 gamesun
阅读(927)
评论(0)
推荐(0)
2013年2月5日
Emacs正则表达式+零宽断言/环视
摘要: 让Emacs的正则表达式支持环视(零宽断言),如\(?=abc\),\(?=ing\)等。Add the Lookaround to Emacs regex.(Lookaround/Lookahead and Lookbehind Zero-Width Assertions)
阅读全文
posted @ 2013-02-05 20:30 gamesun
阅读(1828)
评论(0)
推荐(0)
2013年2月1日
CPAN安装module时,gcc编译错误造成dmake.exe: Error code 129
摘要: 解决一个Strawberry Perl的CPAN安装module时遇到的gcc编译错误
阅读全文
posted @ 2013-02-01 23:25 gamesun
阅读(3387)
评论(0)
推荐(0)
2013年1月18日
Emacs+highlight-parentheses高亮括号
摘要: Emacs中使用highlight-parentheses高亮括号。
阅读全文
posted @ 2013-01-18 23:07 gamesun
阅读(2666)
评论(1)
推荐(0)
2013年1月13日
Emacs+hideif.el 隐藏预编译代码(或彩色显示预编译代码)
摘要: 介绍Emacs自带的hideif.el扩展:将#if 0…#else…#endif注释掉的代码变灰色或隐藏。(自定义格式)
阅读全文
posted @ 2013-01-13 00:08 gamesun
阅读(872)
评论(1)
推荐(0)
2012年12月30日
由desktop-save-mode引起的Emacs配置失效
摘要: 在Emacs进行desktop-save操作时,会分别保存每个文件的配置,并会覆盖.emacs中的配置,可能会导致配置失效。
阅读全文
posted @ 2012-12-30 12:29 gamesun
阅读(1183)
评论(0)
推荐(0)
2012年12月23日
Emacs的C语言排版
摘要: 如何在Emacs中使用Google-c-style来对代码进行排版
阅读全文
posted @ 2012-12-23 23:09 gamesun
阅读(3568)
评论(0)
推荐(0)
Emacs的Tab键
摘要: 介绍Emacs的Tab键的功能及如何修改Tab功能
阅读全文
posted @ 2012-12-23 19:59 gamesun
阅读(5926)
评论(2)
推荐(0)
上一页
1
2
3
4
公告