上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 92 下一页
作为一句java开发人员,(以配置一个Spring+Hibernate+Struts2的WebApp为例)你是否为到处网站找jar包以及相关依赖而烦闷不已,你是否为它们之间jar包版本不兼容或冲突而怒发冲冠,你是否为你电脑上的jar包存放位置而晕头转向,你是否为你多个项目之间jar包的共享重用而头疼不已,你是否为你的项目构建war包写一大串ant脚本而眼球充血,还有 回归测试、持续集成、部署 等诸多问题...程序员的时间应该用在写好程序上面,而不应该花太多在这些环节上。maven是这些问题的终结者,而且它能做得更多。maven会让你更喜欢java.“自从搞上maven,眼不酸了,手不疼了,腰脚 Read More
posted @ 2013-01-09 12:24 庚武 Views(734) Comments(0) Diggs(0) Edit
from:http://www.infoq.com/cn/news/2012/12/programmer-interview-record这篇访谈是2006年一位波兰程序员Jaroslaw "sztywny" Rzeszótko (AKA "Stiff")发布的,原文已经下线,2008年澳大利亚一位开发者(twitter是@dodgy_coder)在经过原作者授权的情况下,将这篇访谈再次发布了。原作者提出了10个问题,问题有关于他认为读者会感兴趣的或尊敬各位优秀程序员所创造的各种事物,最后两个问题则是出于原作者的兴趣。原作者介绍,并不是所有人都 Read More
posted @ 2012-12-30 10:23 庚武 Views(445) Comments(0) Diggs(0) Edit
http://askubuntu.com/questions/211409/is-there-classic-mode-in-ubuntu-12-10sudo apt-get install gnome-session-fallbackstartdict星际译王词典下载 http://forum.ubuntu.org.cn/viewtopic.php?f=86&t=313666 Read More
posted @ 2012-12-15 14:49 庚武 Views(351) Comments(0) Diggs(0) Edit
from《C++ Common Knowledge》#include <iostream>using namespace std;extern void fi(int);extern void fl(long);extern void fc(char);class Foo{public: Foo(){}; virtual ~Foo(){}; static void do_foo(int i){ cout<<"您好,您输入了i="<<i<<endl; } void to_str(){ cout<<"a_:& Read More
posted @ 2012-12-07 14:15 庚武 Views(219) Comments(0) Diggs(0) Edit
from:http://www.yolinux.com/TUTORIALS/CppStlMultiMap.html#include <string.h>#include <iostream>#include <map>#include <utility>using namespace std;struct cmp_str { bool operator()(char const *a, char const *b) { return std::strcmp(a, b) < 0; }};int main(){ map<char *, i Read More
posted @ 2012-11-22 19:45 庚武 Views(230) Comments(0) Diggs(0) Edit
环境:Windows 7 Home BasicCygwin (不是必要条件,个人喜好,从该镜像安装:China:mirrors.neusoft.edu.cn(ftp))MinGW (使用CodeBlocks捆绑的,设置到Path)使用的插件:color-theme.elyasnippetauto-complete-1.3.1smart-compile.eltabbar.el配置文件:http://files.cnblogs.com/wucg/emacs_home..zipauto-complete 可能需要重装install.M-x 3 (水平分割窗口)编写HelloWorld.cppM-x Read More
posted @ 2012-11-17 23:52 庚武 Views(431) Comments(0) Diggs(0) Edit
http://open.163.com/http://study.163.com/mooc/find.htm http://www.scotthyoung.com/blog/mit-challenge/ http://ocw.mit.edu/index.htm http://www.core.org Read More
posted @ 2012-11-06 10:11 庚武 Views(618) Comments(0) Diggs(0) Edit
http://git-scm.com/bookBookThe entire Pro Git book, written by Scott Chacon and published by Apress, is available here. All content is licensed under theCreative Commons Attribution Non Commercial Share Alike 3.0 license. Print versions of the book are available onAmazon.com.1.Getting Started1.1Abou Read More
posted @ 2012-10-30 22:50 庚武 Views(223) Comments(0) Diggs(0) Edit
http://www.apuebook.com/Advanced Programming in the UNIX® Environment, Second Edition源码:http://files.cnblogs.com/wucg/AdvancedProgrammingInTheUnixEnvironment2ed_src.zip官方源码:http://www.apuebook.com/src.tar.gz Read More
posted @ 2012-10-23 14:00 庚武 Views(182) Comments(0) Diggs(0) Edit
http://www.understudy.net/custom.htmlDescriptioncsh*kshbashtcsh*zshCurrent working directory$CWD$PWD\w%/%/Current working directory, with one's home directory by `~'$CWD:t$PWD##*/\W%~%~Full hostname'uname -n''uname -n'N/A%M%MHostname up to the first '.'`hostname -s``h Read More
posted @ 2012-10-22 11:18 庚武 Views(311) Comments(0) Diggs(0) Edit
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 92 下一页