建表语句: CREATE TABLE ts.points ( name VARCHAR (20) NOT NULL, location POINT NOT NULL, description VARCHAR (200) ); 添加记录如下: INSERT INTO Points (name, loc
分类:
数据库 时间:
2016-02-24 14:04:39
阅读次数:
320
一、认识XSS先 二、XSS攻击 三、XSS防御(重点) 四、总结 Writer:BYSocket(泥沙砖瓦浆木匠) 微博:BYSocket 豆瓣:BYSocket Reprint it anywhere u want. 文章Points: 1. 认识XSS 2. XSS攻击 3. XSS防御(重点
分类:
其他好文 时间:
2016-02-24 14:00:20
阅读次数:
162
Paths中的几个重要元素 Points void CGContextMoveToPoint ( CGContextRef c, CGFloat x, CGFloat y ); 指定一个点成为current point Quartz会跟踪current point一般执行完一个相关函数后,curre
分类:
移动开发 时间:
2016-02-21 18:23:51
阅读次数:
201
Clarke and points Problem Description The Manhattan Distance between point A(XA,YA) and B(XB,YB) is |XA - XB| + |Xb - YB|; the coordinate of each poin
分类:
其他好文 时间:
2016-02-14 00:25:22
阅读次数:
264
居然是KD解。 1 /* 4347 */ 2 #include <iostream> 3 #include <sstream> 4 #include <string> 5 #include <map> 6 #include <queue> 7 #include <set> 8 #include <s
分类:
其他好文 时间:
2016-02-12 16:15:59
阅读次数:
283
题目链接 Problem Description Your input is a series of rectangles, one per line. Each rectangle is specified as two points(X,Y) that specify the opposite
分类:
其他好文 时间:
2016-02-09 16:40:07
阅读次数:
264
Triangle Time Limit: 3000MS Memory Limit: 30000K Total Submissions: 8917 Accepted: 2650 Description Given n distinct points on a plane, your task is t
分类:
其他好文 时间:
2016-02-06 01:39:34
阅读次数:
241
int main(int argv, char* argc[]), argc[0] is always the program's name that you run switch() statement doesn't accept std::string. One way to solve th
分类:
编程语言 时间:
2016-02-02 06:30:16
阅读次数:
152
Key points: Shell种类,echo,$,基本语法,ls,man,su,sudo,grep,ps,clear,cp,rm,cat,more 参考:http://www.jb51.net/LINUXjishu/45329.html Shell的种类有很多种,例如CSH,Bourne She
分类:
系统相关 时间:
2016-01-28 20:50:27
阅读次数:
301
Problem Description There is a tree(the tree is a connected graph which contains n points and n?1 edges),the points are labeled from 1 to n,which edge
分类:
其他好文 时间:
2016-01-28 02:01:20
阅读次数:
165