Step 1 - Create a New SSH KeyWe need to generate a unique SSH key for our second GitHub account. ssh-keygen -t rsa -C "your-email-address" Be careful ...
分类:
系统相关 时间:
2016-05-31 12:06:42
阅读次数:
222
超实用压力测试工具-ab工具 写在前面 在学习ab工具之前,我们需了解几个关于压力测试的概念 吞吐率(Requests per second)概念:服务器并发处理能力的量化描述,单位是reqs/s,指的是某个并发用户数下单位时间内处理的请求数。某个并发用户数下单位时间内能处理的最大请求数,称之为最大 ...
分类:
其他好文 时间:
2016-05-31 10:08:12
阅读次数:
174
1027 - A Dangerous Maze PDF (English) Statistics ForumTime Limit: 2 second(s) Memory Limit: 32 MBYou are in a maze; seeing n doors in front of you in ...
分类:
其他好文 时间:
2016-05-31 06:20:13
阅读次数:
178
1021 - Painful Bases PDF (English) Statistics ForumTime Limit: 2 second(s) Memory Limit: 32 MBAs you know that sometimes base conversion is a painful ...
分类:
其他好文 时间:
2016-05-30 21:22:04
阅读次数:
229
Second-词法分析编译器阶段
源程序 -> 编译器 -> 目标程序
编译器: 前端 -> 中间表示 -> 后端
前端: 词法分析器 -> 记号 -> 语法分析器
中间表示: 抽象语法树
后端: 语义分析器
词法分析器: 一段程序代码,主要功能是把字符流转变为记号流
词法分析器列子:
字符流输入:if (x > 5)
词法分析结果:IF LPAREN IDENT(x) GT INT(5) RP...
分类:
其他好文 时间:
2016-05-30 15:46:35
阅读次数:
269
1422 - Halloween Costumes PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB Gappu has a very busy weekend ahead of him. Becau ...
分类:
其他好文 时间:
2016-05-30 12:39:06
阅读次数:
318
1047 - Neighbor House PDF (English) Statistics ForumTime Limit: 0.5 second(s) Memory Limit: 32 MBThe people of Mohammadpur have decided to paint each ...
分类:
其他好文 时间:
2016-05-30 00:53:21
阅读次数:
161
1044 - Palindrome Partitioning PDF (English) Statistics ForumTime Limit: 1 second(s) Memory Limit: 32 MBA palindrome partition is the partitioning of ...
分类:
其他好文 时间:
2016-05-30 00:45:41
阅读次数:
172
1082 - Array Queries PDF (English) Statistics ForumTime Limit: 3 second(s) Memory Limit: 64 MBGiven an array with N elements, indexed from 1 to N. Now ...
分类:
其他好文 时间:
2016-05-29 21:16:57
阅读次数:
159
1082 - Array Queries PDF (English) Statistics ForumTime Limit: 3 second(s) Memory Limit: 64 MBGiven an array with N elements, indexed from 1 to N. Now ...
分类:
其他好文 时间:
2016-05-29 19:54:19
阅读次数:
143