
环境配置
chaosllgao
这个作者很懒,什么都没留下…
展开
-
Eclipse+CDT+MinGW+MSYS+GDB 安装手册
Eclipse+CDT+MinGW+MSYS+GDB 安装手册 一. 参考资料http://wiki.eclipse.org/CDT/User/FAQ#Are_there_complete_HowTos_for_setting_up_the_CDT.3F http://max.berger.name/howto/cdt/ (主要参考了这篇文档而来)原创 2009-02-04 16:14:00 · 8660 阅读 · 1 评论 -
打开Eclipse时出现"Failed to create the Java Virtual Machine"解决办法
Refer: http://wiki.eclipse.org/Eclipse.ini1. 修改一下Eclipse.ini,在其中加入-vmC:\Program Files\Java\jdk1.6.0_23\bin\javaw.exe2.修改–launcher.XXMaxPermSize 128原创 2012-03-04 21:50:43 · 460 阅读 · 0 评论 -
Maven中的变量
From: http://docs.codehaus.org/display/MAVENUSER/MavenPropertiesGuideIntroBecause I couldn't find a clear overview of which properties are availabe in maven2 I started this page. It is转载 2012-03-05 14:23:22 · 494 阅读 · 0 评论 -
常见的数字证书格式
From: http://wgchwgch.iteye.com/blog/243382cer后缀的证书文件有两种编码-->DER二进制编码或者BASE64编码(也就是.pem) p7b一般是证书链,里面包括1到多个证书 pfx是指以pkcs#12格式存储的证书和相应私钥。 在Security编程中,有几种典型的密码交换信息文件格式: DER-encoded ce转载 2012-04-10 15:04:51 · 719 阅读 · 0 评论 -
一个 autoconf / automake 例子 --- 静态库、动态库 多源文件
From: http://hi.baidu.com/fambalaya/blog/item/8347f1b4a784627b8bd4b2d4.html###这是一个 autoconf / automake 的 "Hello World"gztt.ll@gmail.com主要步骤是- 准备工程目录结构和程序- autoscan 生成 configure.sca转载 2012-05-11 14:55:20 · 672 阅读 · 0 评论 -
Using C/C++ libraries with Automake and Autoconf
From: http://www.openismus.com/documents/linux/using_libraries/using_librariesUsing C/C++ libraries with Automake and AutoconfContentsIntroductionCFLAGS and LIBSconfigure.ac转载 2012-05-14 15:55:23 · 688 阅读 · 0 评论 -
Using Automake and Autoconf with C++
From: http://www.openismus.com/documents/linux/automake/automakeUsing Automake and Autoconf with C++ContentsIntroductionmake and configureautomake and autoconfSubdire转载 2012-05-14 15:26:26 · 760 阅读 · 0 评论 -
Building C/C++ libraries with Automake and Autoconf
From: http://www.openismus.com/documents/linux/building_libraries/building_librariesBuilding C/C++ libraries with Automake and AutoconfContentsIntroductionlibtoolDirectory st转载 2012-05-14 15:56:04 · 908 阅读 · 1 评论 -
How To Setup a CA
From: http://pages.cs.wisc.edu/~zmiller/ca-howto/How To Setup a CAOriginal Version by Ian AldermanUpdated by Zach MillerIntroductionYou can set up a Certificate Authority (CA) in multipl转载 2012-09-29 15:31:21 · 1469 阅读 · 0 评论 -
Generating an SSL certificate on Windows without IIS
From: http://luke.breuer.com/time/item/Generating_an_SSL_certificate_on_Windows_without_IIS/634.aspxGenerating an SSL certificate on Windows without IISLuke Breuer2009-09-30 22:26转载 2012-09-19 14:17:09 · 695 阅读 · 0 评论 -
Linux Shell 1>/dev/null 2>&1 含义
From: http://blog.youkuaiyun.com/ithomer/article/details/9288353转载 2014-05-29 22:12:18 · 755 阅读 · 0 评论 -
Making an asynchronous WebRequest
From: http://holyhoehle.wordpress.com/2010/01/15/making-an-asynchronous-webrequest/Making an asynchronous WebRequestJanuary 15, 2010 — Steffen HöhleWhen downloading large amounts of data转载 2014-08-31 15:26:41 · 779 阅读 · 0 评论 -
Eclipse插件安装方式及使用说明
From: http://www.cnblogs.com/ggjucheng/p/3384753.html拷贝安装方式1、通过ECLIPSE_HOME\plugins安装在eclipse的主目录ECLIPSE_HOME, 比如在我的机器上安装的目录是:ECLIPSE_HOME有一个plugins的目录,这种方法的插件安装非常简单,只要将插件copy到这个目录下就可以转载 2016-09-30 10:53:46 · 551 阅读 · 0 评论 -
命令行参数解析之GetOpt
Reference: http://www.urbanophile.com/~arenn/hacking/download.htmlgetopt的详细使用在这份gnu java port的实现中做了非常翔实的描述,超越原著。特此增加批注以供查阅。虽然这是java的一个port版,但是它与glibc的实现是100%兼容的(经过测试,确实如此),所以仍然可以作为C版本的参考。Mav原创 2012-03-03 18:59:06 · 1384 阅读 · 0 评论 -
Eclipse 插件
Explorer in File Systemhttp://www.junginger.biz/eclipse/Install Eclipse Plugins offline (english)http://jars.de/java/install-eclipse-plugins-offline-englishHow to Install Eclipse原创 2012-02-20 09:38:47 · 444 阅读 · 0 评论 -
Cookie文件说明及IE的Cookie文件格式
From: http://blog.youkuaiyun.com/zhangxinrun/article/details/5779574http://blog.youkuaiyun.com/lixianlin/article/details/27382291、Cookie文件的实质 Cookie实际上是Web服务端与客户端(典型的是浏览器)交互时彼此传递的一部分内容,内容可以转载 2012-02-20 14:34:40 · 476 阅读 · 0 评论 -
批处理命令set的一个小问题:设置变量名与变量值只差一个文件扩展名
今天想写一个批处理文件,简化VC编译过程,主要内容如下 @echo offset LINK=link.exeset LFLAGS=/nologo /dll /out:dlltest2.dll /implib:dlltest2.lib%LINK% %LFLAGS% dlltest2.obj 结果无论怎么调试,都会冒出下面的这个错误LINK : fatal error LN原创 2009-02-28 12:04:00 · 859 阅读 · 0 评论 -
配置MSYS make-in-a-shell on Windows
Original From:http://www.redantigua.com/msys-win.html MSYS - make-in-a-shell on WindowsMSYS (Minimal SYStem) is an shell environment where you can run configure scripts and use the转载 2009-03-04 15:17:00 · 2400 阅读 · 0 评论 -
pkg-config for mingw 安装及配置
pkg-config for mingw 安装及配置--schroedinger库在mingw+msys上的编译过程 如果有朋友比较着急,不想听在下啰嗦,请直接进入第三节 一. 背景 在msys + mingw上编译schroedinger的过程中,总会冒出以下的这个错误 error: liboil-0.3 >= 0.3.13 is required原创 2009-03-12 16:05:00 · 27027 阅读 · 1 评论 -
批量安装Windows系统补丁的脚本
for %%i in (*.exe) do %%i /passive /norestart /nobackup原创 2009-04-30 20:52:00 · 1380 阅读 · 0 评论 -
利用SVNListParentPath增加http浏览仓库根目录的功能
From: http://boin.javaeye.com/blog/327377 使用SVNParentPath的时候,直接访问ParentPath的时候,总是得到以下错误提示: 403 Forbidden Forbidden You dont have permission to access /svn/ on this server. 下面的办法可以搞定它: 一、首先,Sub转载 2010-02-01 16:08:00 · 446 阅读 · 0 评论 -
使用wxWidgets开发应用程序时的VC++配置
From: http://www.wxwidgets.org/docs/technote/vc_ide.htm To compile wxWidgets samples and applications using the VC++ 5.0 or 6.0 IDE (having compiled wxWidgets using the makefile or project file pr转载 2010-03-05 16:33:00 · 716 阅读 · 0 评论 -
GCC4.4.0在MinGW下中文显示乱码的问题
新版的gcc 4.4.0默认是多国语言的,但是在win下面是直接输出的utf8字符,所以变成乱码了。 将环境比变量LANG随便设置一下,例如LANG=en,就可以改为英文显示。原创 2010-03-12 14:14:00 · 1609 阅读 · 0 评论 -
GCC4.4.0环境变量设置
C_INCLUDE_PATH=%MINGW_HOME%/include;%MINGW_HOME%/lib/gcc/mingw32/4.4.0/include CPLUS_INCLUDE_PATH=%MINGW_HOME%/lib/gcc/mingw32/4.4.0/include/c++;%MINGW_HOME%/lib/gcc/mingw32/4.4.0/include/c++原创 2010-03-12 15:26:00 · 624 阅读 · 0 评论 -
MSVC vs. MinGW 之 (lib,dll,def,obj,exe) vs (a,dll,def,o,exe)
From: http://hi.baidu.com/kaien_space/blog/item/ae765e0aa3de501695ca6bb9.html MinGW:c -> o gcc -c a.cc -> exe gcc a.c libs.o -o a.exe (从主程序a.c,附加libs,生成a.exe)o -> exe转载 2010-03-12 18:38:00 · 969 阅读 · 0 评论 -
如何在 Windows XP 中自定义Windows Explorer 视图
<br /> <br /> <br />From: http://support.microsoft.com/kb/307856/zh-cn<br /> <br />本分步指南介绍了如何在 Windows XP 中使用 Windows 资源管理器命令行参数。 <br />回到顶端更多信息使用命令行参数,您既可以自定义 Windows 资源管理器启动时使用的默认视图,也可以指定在从命令提示符启动时所看到的视图。<br /><br />您可以在 Explorer.exe 命令中使用以下参数。<br /><b转载 2011-05-23 11:05:00 · 556 阅读 · 0 评论 -
UltraEdit 正则表达式
%[ ^t]++^p ==>空行^([0-9A-F]^) --> ^1^p 将单个0-F内的字符全部按行分割原创 2011-07-21 15:11:48 · 408 阅读 · 0 评论 -
Why doesn't my new Favicon display?
From: http://help.godaddy.com/article/4145#clearVarious issues could prevent your new favicon from displaying correctly after you转载 2011-08-31 14:52:02 · 506 阅读 · 0 评论 -
Eclipse安装OpenExplorer插件
Eclipse安装OpenExplorer插件原创 2016-10-05 23:37:02 · 2055 阅读 · 0 评论