arguments转数组: arguments.callee使用: ...
分类:
其他好文 时间:
2016-11-12 20:14:58
阅读次数:
140
Computer Science An Overview _J. Glenn Brookshear _11th Edition 耦 两个人一起耕地 one of the benefits of the object-oriented paradigm is that it inherently te ...
分类:
其他好文 时间:
2016-11-12 19:52:27
阅读次数:
155
Construct Binary Tree from Inorder and Postorder Traversal Given inorder and postorder traversal of a tree, construct the binary tree. 根据后序遍历和中序遍历构建一棵 ...
分类:
其他好文 时间:
2016-11-12 16:58:13
阅读次数:
197
1、百度搜索关键字“Qt TCP” 2、 2.1、Qt学习之路_5(Qt TCP的初步使用) http://www.cnblogs.com/tornadomeet/archive/2012/06/30/2571001.html http://www.cnblogs.com/tornadomeet/c ...
分类:
其他好文 时间:
2016-11-12 16:46:15
阅读次数:
140
刚刚装好bantu 16.10就遇到了好多问题,记录一下 一、卸载一些用不到的软件。 1、su认证失败 2、卸载libreoffice 3、删除Amazon的链接 4、删掉基本不用的自带软件 ...
分类:
系统相关 时间:
2016-11-12 16:30:33
阅读次数:
294
虽然这是一道水题DP,但是 还是在杨老师的帮助下完成了题目。 题目描述: 蒜头君要爬一个有 nn 个台阶的楼梯。蒜头君一步可以走 11 个台阶或 22 个台阶。现在蒜头君想请你帮忙算下,一共会有多少种不同的爬楼梯方法? 输入格式 输入一行,输入一个正整数 n(1 \leq n \leq 70)n(1 ...
分类:
其他好文 时间:
2016-11-12 16:22:35
阅读次数:
326
这个题应该算是比较水的一个提高组的模拟题了。 我是参考了hzwer的写法,详细看代码和注释。 #include <iostream> #include <cstdio> #include <cstring> using namespace std; string name[1000],ganbu,x ...
分类:
其他好文 时间:
2016-11-12 16:06:24
阅读次数:
106
一、Log4j简介 Log4j有三个主要的组件:Loggers(记录器),Appenders (输出源)和Layouts(布局)。这里可简单理解为日志类别,日志要输出的地方和日志以何种形式输出。综合使用这三个组件可以轻松地记录信息的类型和级别,并可以在运行时控制日志输出的样式和位置。其中 Logge ...
分类:
其他好文 时间:
2016-11-12 16:05:12
阅读次数:
155
新建repository 本地目录下,在命令行里新建一个代码仓库(repository) 里面只有一个README.md 命令如下: touch README.md git init 初始化repository git add README.md 将README.md加入到缓存区 (可以用 git ...
分类:
其他好文 时间:
2016-11-12 14:14:52
阅读次数:
192