09 2012 档案
摘要:Setting environment for using Microsoft Visual Studio 2010 x86 tools.d:\Program Files (x86)\Microsoft Visual Studio 10.0\VC>cl /?Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for 80x86Copyright (C) Microsoft Corporation. All rights reserved. C/C++ COM...
阅读全文
摘要:There is a trimWhiteSpaces directive that should accomplish this,In your JSP:<%@ page trimDirectiveWhitespaces="true" %>Or in the jsp-config section your web.xml (Note that this works starting from servlet specification 2.5.):<jsp-config> <jsp-property-group> <url-patt
阅读全文
摘要:.vimrc vim,gvim启动设定 推荐 git clone git://github.com/amix/vimrc.git ~/.vim_runtimesh ~/.vim_runtime/install_awesome_vimrc.shsh ~/.vim_runtime/install_bas
阅读全文
摘要:from: http://cx4a.org/software/gccsense/manual.html#Editros1. Introduction1.1. What is GCCSense ?GCCSense is the most intelligent development tools for C/C++ using GCC's code analyzers. Using internal compiler information, it is capable to provide a high precise code completion functions. GCCSen
阅读全文
摘要:http://www.lazarus.freepascal.org/What is Lazarus?Lazarus is a cross-platform integrated development environment (IDE) that lets you create visual (GUI) and non-visual Object Pascal programs, and uses the Free Pascal compiler to generate your executable. Its aim iswrite once, compile anywhere: you s
阅读全文
摘要:http://asmirvine.com/
阅读全文
摘要:安装好系统后,发现没有我习惯使用的五笔输入法。你可以在这里设置:system->preferences->inputmethod。如果在安装系统时选择语言包括UK和中文了,这块应该就有五笔等汉语输入法了。但如果没有的话,就这样操作:1.yuminstall"@ChineseSupport"2.到设置输入的地方添加即可http://hi.baidu.com/limingpeng2008/item/b0b13ec5711c904aa8ba9430
阅读全文
摘要:from:http://en.wikipedia.org/wiki/GNU_toolchainTheGNU toolchainis a blanket term for a collection ofprogramming toolsproduced by theGNU Project. These tools form atoolchain(suite of tools used in a serial manner) used for developingapplicationsandoperating systems.The GNU toolchain plays a vital rol
阅读全文
摘要:yum -y install gccyum -y install gcc-c++ yum install make-- 或者yum groupinstall "Development Tools"-- 或者yum install gcc gcc-c++ kernel-develfrom:http://www.oschina.net/code/snippet_54100_10351
阅读全文
摘要:http://www.dwheeler.com/autotools/Try to use autotools, and after that gmake looks like child's play SCons vs. CMake The GNU build system, also known as the Autotools, is a suite of programming tools designed to assist in making source-code packages portable to many Unix-like systems.It can be d
阅读全文
摘要:http://www.51testing.com/?uid-350678-action-viewspace-itemid-805441JDK的配置从oracle 官网下载 jrockit-jdk1.6.0_29-R28.2.0-4.1.0-linux-x64.bin ,到centos上,我将jrockit-jdk1.6.0_29-R28.2.0-4.1.0-linux-x64.bin 放在了 /opt下。# cd /opt# chmod 777 jrockit-jdk1.6.0_29-R28.2.0-4.1.0-linux-x64.bin# ./jrockit-jdk1.6.0_29-R...
阅读全文
摘要:安装阿帕奇2 Apache2的是作为一个CentOS的软件包,因此我们可以直接用下面命令安装它:yum install httpd 现在配置系统在引导时启动Apachechkconfig --levels 235 httpd on 并启动Apache/etc/init.d/httpd start 现在,您的浏览器到http://192.168.0.100,你应该看到Apache2的测试页:Apache 2测试网页 Apache的默认文档根目录是在CentOS上的/var/www/html 目录 ,配置文件是/etc/httpd/conf/httpd.conf。配置存储在的/etc/h...
阅读全文
摘要:from:http://yaronspace.cn/blog/archives/tag/%E5%9D%97%E6%B3%A8%E9%87%8Avim下1.插入注释:按Control+v进入"可视 块"模式按大些“I”进入插入模式,输入注释符“#”,然后立刻按下ESC(两下)2.删除注释先按Control+v进入"可视 块"模式按光标键选中需要删除的注释符按x键删除
阅读全文
摘要:centos修改源CentOS USTC mirrorhttp://centos.ustc.edu.cn/centos/安装后请按照以下步骤修改CenOS-Base.repo,以后就可以方便的用yum安装软件了.cd /etc/yum.repos.dmv CentOS-Base.repo CentOS-Base.repo.savewget http://centos.ustc.edu.cn/CentOS-Base.repohttp://titantse.blog.163.com/blog/static/3620623420104254926490/
阅读全文
摘要:原文:http://www.cnblogs.com/alaska1131/articles/1659654.htmlSSH为 Secure Shell 的缩写,由 IETF 的网络工作小组(Network Working Group)所制定;SSH 为建立在应用层和传输层基础上的安全协议。传统的网络服务程序,如FTP、POP和Telnet其本质上都是不安全的;因为它们在网络上用明文传送数据、用户帐号和用户口令,很容易受到中间人(man-in-the-middle)攻击方式的攻击。就是存在另一个人或者一台机器冒充真正的服务器接收用户传给服务器的数据,然后再冒充用户把数据传给真正的服务器。而 SS
阅读全文
摘要:http://www.netsarang.com/products/xsh_overview.htmlXshell 4DOWNLOADXshell is a powerful terminal emulator that supports SSH, SFTP, TELNET, RLOGIN and SERIAL. It delivers industry leading performance and feature sets that are not available in its free alternatives. Features that enterprise users find
阅读全文
摘要:http://trentrichardson.com/Impromptu/index.php下载:https://github.com/trentrichardson/jQuery-ImpromptuEXAMPLESTo simply call Impromptu like you would a regular alert command:$.prompt('Example 1');Example 1To add a a couple extra buttons with different values:$.prompt('Example 2',{ butt
阅读全文
摘要:from:http://smashingspy.com/32-best-jquery-popup-window-dialog-box-example/JQuery7Tweet58<respond_social title="jQuery 32 Best jQuery Popup Window Dialog Box Example" keyword="32 Best jQuery Popup Window Dialog Box Example" category="jQuery " url="http://smashin
阅读全文