Web开发是和HTTP协议打交道的,必须了解,HTTP协议版本: HTTP/0.9 HTTP/1.0 HTTP/1.1 现在主流是 HTTP/1.1版本HTTP协议分析工具:1.DebugBar HTTP(S)标签的内容,免费的,只能分析当前浏览器中的内容2.httpwatch 收费的,只能分析当前 ...
分类:
Web程序 时间:
2017-05-11 22:23:45
阅读次数:
329
个人理解:接触的JSX就是在React中render方法里面的js,因为里面只能有一个节点,所以你写的东西都在一个div中,要有js所以通过JSX来表达。(个人菜鸟理解,欢迎指正) React 使用 JSX 来替代常规的 JavaScript。 JSX 是一个看起来很像 XML 的 JavaScri ...
分类:
Web程序 时间:
2017-05-11 18:30:04
阅读次数:
313
题目 题目1 : 最大集合 题目1 : 最大集合 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 给定一个1-N的排列A[1], A[2], ... A[N],定义集合S[K] = {A[K], A[A[K]], A[A[A[K]]] ... }。 显然对于任意的K=1 ...
分类:
其他好文 时间:
2017-05-11 11:36:48
阅读次数:
159
了解JPEG数据格式的人应该easy想到。其对图像以8*8像素块大小进行切割压缩的方法非常好用并行处理的思想来实现。而其实英伟达的CUDA自v5.5開始也提供了JPEG编解码的演示样例。该演示样例存储在CUDA的SDK中,即CUDA的默认安装路径“C:\ProgramData\NVDIA Corpo ...
分类:
其他好文 时间:
2017-05-09 20:48:20
阅读次数:
873
centos下关于防火墙的常用命令 查询防火墙状态:firewall-cmd --state 关闭防火墙:systemctl stop firewalld.service 开启防火墙: systemctl start firewalld.service 重启防火墙:firewall-cmd --re ...
分类:
其他好文 时间:
2017-05-09 11:23:43
阅读次数:
134
Someone ask me how to image a CD/DVD ROM and generate hash value in the same time. A small tool called "dcfldd" could achieve this goal. Compared to d ...
分类:
其他好文 时间:
2017-05-08 23:18:30
阅读次数:
257
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 45655 Accepted Submission(s): 20188 Problem Descr ...
分类:
其他好文 时间:
2017-05-08 01:21:24
阅读次数:
129
#!/bin/sh # # iptables Start iptables firewall # # chkconfig: 2345 08 92 # description: Starts, stops and saves iptables firewall # # config: /etc/sys ...
分类:
其他好文 时间:
2017-05-07 20:30:16
阅读次数:
181
转载自http://blog.csdn.net/manesking/archive/2007/02/09/1505979.aspx B树 即二叉搜索树: 1.所有非叶子结点至多拥有两个儿子(Left和Right); 2.所有结点存储一个关键字; 3.非叶子结点的左指针指向小于其关键字的子树,右指针指 ...
分类:
其他好文 时间:
2017-05-07 18:36:57
阅读次数:
171
Problem Description FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the warehouse containing his favorite food, JavaBean ...
分类:
其他好文 时间:
2017-05-07 11:49:08
阅读次数:
202