Galaxy Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others) Total Submission(s): 577 Accepted Submission(s): 132 Special ...
分类:
其他好文 时间:
2017-06-16 20:19:04
阅读次数:
218
题目链接: http://poj.org/problem?id=1696 题目描述: Space Ant Description The most exciting space discovery occurred at the end of the 20th century. In 1999, s ...
分类:
其他好文 时间:
2017-06-15 14:57:31
阅读次数:
137
一、配置前说明: 1、phpStudy集成了XDebug扩展,所以不用单独下载XDebug。 2、打开XDebug扩展:其它选项菜单 > PHP扩展 > Xdebug 二、配置步骤: 1、phpStudy当前版本: 2、修改php.ini文件: 3、选择PHP版本: 4、Debug端口: 5、IDE ...
分类:
Web程序 时间:
2017-06-14 19:22:31
阅读次数:
214
poj 1426 的传送门 Language: Find The Multiple Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 21735 Accepted: 8939 Special Judge Description Gi ...
分类:
其他好文 时间:
2017-06-14 16:28:33
阅读次数:
196
sfr(Special function registers):特殊功能寄存器声明 bit:位变量声明 sbit:特殊位声明 psw^2,表示psw寄存器上的第2位 << >> 位左移 位右移 & | 按位与,按位或 ^按位异或 ~按位取反 单片机最小系统:1.电源 2.晶振3.复位电路 ...
分类:
其他好文 时间:
2017-06-14 02:31:50
阅读次数:
173
Hard Life Time Limit: 8000MS Memory Limit: 65536K Total Submissions: 9012 Accepted: 2614 Case Time Limit: 2000MS Special Judge Description John is a C ...
分类:
编程语言 时间:
2017-06-13 14:20:17
阅读次数:
288
随笔记载,欢迎指正:修改nginx的header信息和错误显示版本号1.隐藏版本号:nginx的配置文件nginx.conf找到http栏目加入:server_tokensoff;2.修改显示nginx的名称需要修改源码文件:/opt/soft/nginx-1.2.0/src/http/ngx_http_special_response.cvi/opt/soft/nginx-1.2.0/src/h..
分类:
其他好文 时间:
2017-06-12 14:41:09
阅读次数:
128
题目链接: http://poj.org/problem?id=1654 题目描述: Area Description You are going to compute the area of a special kind of polygon. One vertex of the polygon ...
分类:
其他好文 时间:
2017-06-11 10:28:35
阅读次数:
200
链表也是一种线性表,但与线性表不同的是,链表的物理存储结构是一堆地址任意的存储单元。也就是说,链表的数据在内存中的物理位置可能相互邻接,也有可能不邻接。 单链表的基本操作如下: ...
分类:
其他好文 时间:
2017-06-10 22:28:47
阅读次数:
253