1. http://www.lizardsource.cn/ 2. http://ftp.sjtu.edu.cn 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/74418/showart_1180453.html
对以下职位有兴趣的朋友可将简历发到 [email]stellazzm@hotmail.com[/email](MSN), QQ:2806546045,收到邮件后会第一时间复。 对职位有任何问题,可随时与我联系。如你有IT同行的朋友也欢迎推荐。我们目前的职位比较多,希望能为大家提供帮助。 Senior / Staff Software Engineer Job Description • Building applications on top of the home grown analytical platforms to facilitate online and o...
原链接:http://www.cpan.org/scripts/index.html 初学lwp,练习着整理了一下~感觉不错! 越来越喜欢perl了~ :mrgreen:
$ git mv demo/.git demo.git $ git --git-dir=demo.git config core.bare true $ rm -rf demo 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/32610/showart_1997546.html
1 $ git clone --bare ${current_repository} ${new_repository} 2 $ touch ${new_repository}/git-daemon-export-ok 3 $ git daemon --base-path=${parent of new_repository} everything is ready,your git repository is git://ip/${new_repository} pull: git clone git://ip/${new_repository} push: git push yourname@ip:/${parent of new repository}/${new_repository} 本文来自ChinaUnix博客...
Some days ago, due to the abuse of chmod command by root account in my server, the subversion repository is refused to access. I want to recover the files access mode in the repository, so I use the command chmod to files and directories one by one. But the result is disappointed. After rethink of previous process of creating the repository "moo", I decide to use the chmod command used in the...
dbca创建数据库之后 $ emca oracle.sysman.vbo.vboe.repmgr.CreateDatabaseFailedException: The command: "/home/ora9/product/9.2.0/bin/dbca -progress_only -emca_internal -createDatabase -templateName Transaction_Processing.dbc -gdbName ora -sid ora" returned status: 1 at oracle.sysman.vbo.vboe.repmgr.DBConfigBase.executeDBCACommand(DBConfigBase.java:549) at oracle.sysman.vbo.vboe.repm...
. 创建你的 repository 随着自已写的软件越来越大,阅读、修改项目的代码的时间越来越多。不幸的是,自己做的修改有时候后来证明是非常不明智的,这时候怎么找回原来的代码?当代码几有不到一千行时,也许你只需要用几个小时就能重新写完自己要修改的部分。不管你是向前改还是凭记忆对代码回滚。但是我现在每个项目已经达到至少二千行,源文件要几十个了。如果我对其中超过五个子程序或类的设计进行了更改,那我再要回滚就只有哭了...
什么是内网、什么是公网、什么是NAT? 公网、内网是两种Internet的接入方式。 内网接入方式:上网的计算机得到的IP地址是Inetnet上的保留地址,保留地址有如下3种形式: 10.x.x.x 172.16.x.x至172.31.x.x 192.168.x.x 内网的计算机以NAT(网络地址转换)协议,通过一个公共的网关访问Internet。内网的计算机可向Internet上的其他计算机发送连接请求,但Internet上其他的计算机无法向内网的计算机发送连接请...