背景 最近想在公司整一个git服务器,需要做一些配置,看着.git/hooks/文件夹中的*.sample文件夹,很是不解,把".s
学了一段时间Javascript,觉得它特别地灵活好用,就想用它编写本地GUI,看了一堆东西,比如 Mozilla XULRunner, SpiderMonk
背景和需求 家里的老机器电池坏了,老爸不会整,说查个天气预报还要把日期打全才行,不然显示的就是几年前的天气预报,问能不能整下。 于是,我就想找一
发现这个时间服务器挺好用的。 stdtime.gov.hk
Ribbon工具条的有个最小化的功能,我做了个按钮,想根据Ribbon是否最小化,改变下状态,可是怎么获得这个状态呢。 CMFCRibbonB
向导 Word 2010 Bible 上说有的模板,在基于它新建文件时,可以弹出一个新建向导。然后,我就特别地想实现这个功能,比如新建若干个节,新建目录等。 跑到 http://word.mvps.org 上搜索
话说几年不整上位机编程了,忽然发现,大家都Ribbon了。最近才用了Office 2010,感觉Ribbon确实还不错。 于是,自己也想整下,果
转自 http://msdn.microsoft.com/en-us/library/dd293574.aspx When you deploy an application to another computer, you must install the application itself and any library files that the application depends on. Visual C++ 2010 gives you three ways to deploy the Visual C++ runtime with an application: central deployment, local deployment, or static linking. Central Deployment Central deployment means that your Visual C++ DLLs are installed in the System32 directory. To centrally deploy your application,
写编程语言的格式说明时,为了强调空格的作用,需要可见空格,LaTeX中有对应的命令,参见ctex-faq,但是Word里怎么整呢? 强大的Wo
刚用上Word 2010,目前看来除了多人协作、主控文档让我失望以外,2010基本上还是令我满意的。 最近给公司写说明书,总结了许多写Word的
转载自http://blog.sina.com.cn/s/blog_51e68f8d0100avil.html 转载自http://blog.
用新得立安装如下软件包: # codeblocks # codeblocks-dbg # wxformbuilder # libwxgtk2.8-dev # libwxgtk2.8-dbg 安装完后,主菜单的 编程菜单中会有 codeblocks和wxformbuilder 配置codebl
Installing a package yourself The following are the steps that you should follow to install a new LaTeX package into your own home directory. Download the package file(s) from wherever they are available. Most packages are available fromCTAN; enter appropriate keywords in the search fields to find the files. Packages may be distributed in different ways. Many packages on CTAN, for instance, come with a.dtx file and a .ins file.
一点并不正式的说明 本帖最后由 milksea 于 2011-2-11 22:35 编辑 补充:TUG 的说明 http://www.tug.org/levels.html 我作个简单的说明。 语言层面: TeX 是一种宏语言。就像别的语言有库一样,TeX 语言有宏
飞鸽使习惯了,原来ubuntu下直接就有安装文件 下载地址: http://code.google.com/p/qipmsg/ 很好,很强大!
WinXP远程登录Ubuntu主机 ###################################### Ubuntu主机 第一步:编辑 /etc/gdm/custom.conf [daemon] User= Group= (maybe the same as your name) [security] [xdmcp] Enable=true DisplaysPerHost=2 HonorIndirect=false MaxPending=4 MaxSessions=16 MaxWait=30 MaxWaitIndirect=30 PingIntervalSeconds=60 Port=177 [greeter] [chooser] Multicast=false [debug] Enable=false ########################################## Windows主机 第二
今天被教育了,以前我编程的时候,确实很少考虑可靠性的问题,今天问了同事两个问题,得出两条: 1、凡是外部输入都是不可靠的。 有一个模块里,FPG
为了让文件支持Unix标准的open, read, write, ioctl操作, RTEMS做了一层libio的封装,封装之后,用户不必了解libio过多, 只要会用
今天调试出了特别奇怪的问题,经常用的串口发送居然都不好使了,代码大约是这样的: if( flag in memory mapped reg) { write char to transmit reg } 从串口发出去的东西总是不对,用jta
splint是一个开源的Lint工具,在mingw上编译还需要一点修改。 首先mingw(msys 1.0)中必须包含gcc g++ flex bison,其他