题目连接:ZOJ 1542 POJ 1861 Network 网络 Network Time Limit: 2 Seconds Memory Limit: 65536 KB Special Judge Andrew is working as system administrator and is
分类:
编程语言 时间:
2016-02-17 12:49:12
阅读次数:
231
What is Symfony « Symfony is a set of PHP Components, a Web Application framework, a Philosophy, and a Community — all working together in harmony. »
分类:
其他好文 时间:
2016-02-15 19:55:18
阅读次数:
153
pwd:英文名print working directory,打印工作目录的意思。1. 命令格式:pwd [选项]2. 常用选项:pwd 一般情况下不带参数;
pwd -P 如果目录是链接时,显示出实际路径,而非使用链接(link)路径。3. 常用范例:1) 查看当前所在目录的路径2) 查看链接目录的实际路径...
分类:
系统相关 时间:
2016-02-14 13:01:40
阅读次数:
290
当我在使用git的时候,有三个东西的出现,一度让我非常困扰,就如题所述,staging,index,和cache。 比如,当我阅读git官网提供的电子书《Pro Git》的时候,最初一章里,就提到,文件在git里面,有三种状态,working copy,staging area,和 in repos
分类:
系统相关 时间:
2016-02-06 22:19:23
阅读次数:
207
http://v.youku.com/v_show/id_XNDMwNzc3MTI4.html After working with Linux (mostly as an advanced user) for years, I decided to post my first Linux kern
分类:
系统相关 时间:
2016-02-05 18:54:29
阅读次数:
238
Cornerstone是mac操作系统上一款比较流行的SVN版本管理工具。 如何恢复到某一版本呢? 1。选中你要恢复的工程 2.点击“Working Copy”--->>"Revert..."。 3. 选择你要恢复的版本号,然后点击“Revert”。 4. 提示你当前工程有一些修改,但是还没提交,"
分类:
系统相关 时间:
2016-02-02 14:38:58
阅读次数:
198
1.1 Input 1 // ask for a person's name, and greet the person 2 #include <iostream> 3 #include <string> 4 5 int main() 6 { 7 // ask for a person's name
分类:
其他好文 时间:
2016-01-30 22:36:46
阅读次数:
188
DOM4J是dom4j.org出品的一个开源XML解析包,它的网站中这样定义: Dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using t
分类:
其他好文 时间:
2016-01-30 17:46:53
阅读次数:
2969
使用 Block 的时候谨记以下几点: 1.Block类型:全局块(Global Block)和堆块(Heap Block),以及栈块(Stack Block)。2.变量捕获: 默认无法修改变量,需要添加 __block 修饰符3.避免循环引用。 推荐文章:1.官方文档:快速上手:Working w
分类:
其他好文 时间:
2016-01-29 03:25:43
阅读次数:
227
sudo yum install avahisudo yum install avahi-tools转自:http://unix.stackexchange.com/questions/182932/avahi-commands-not-working-in-centos
分类:
其他好文 时间:
2016-01-27 12:53:40
阅读次数:
351