1.绘制箭头的三种方式
// Drawing code
// CGContextRef con = UIGraphicsGetCurrentContext();
// //draw a black(by default) vertical line,the shaft of the arrow 箭杆
// CGContextMoveToPoint(con, 100, 10...
首先,修改/opt/lampp/etc/httpd.conf文件,开启虚拟主机功能找到配置项# Virtual hosts# Include etc/extra/httpd-vhosts.conf修改为# Virtual hostsInclude etc/extra/httpd-vhosts.con...
分类:
其他好文 时间:
2014-08-26 13:19:06
阅读次数:
220
HTTP事务所需要的步骤:接下来,浏览器与远程Web服务器通过TCP三次握手协商来建立一个TCP/IP连接,类似对讲机的Over(完毕) Roger(明白)TCP/IP模型TCP即传输控制协议(Transmission Con-trol Protocol)一旦TCP/IP连接建立,浏览器会通过该连接...
分类:
编程语言 时间:
2014-08-26 01:44:25
阅读次数:
351
mysql怎样配置ODBC数据源 地址:http://jingyan.baidu.com/article/8065f87f38b31423312498e4.html下载 MySQL Connector/ODBC 5.1.8 地址: http://dev.mysql.com/downloads/con...
分类:
数据库 时间:
2014-08-23 18:55:01
阅读次数:
223
LCS stands for longest common subsequence, and it is a well known problem. A sequence in thisproblem means a list of integers, and a sequence X is con...
分类:
其他好文 时间:
2014-08-22 00:14:45
阅读次数:
303
题目来源:UVa 11354 Bond
题意:n个点m条边的图 q次询问 找到一条从s到t的一条边 使所有边的最大危险系数最小
思路:使最大的危险系数尽量小 答案是最小生成树上的边 然后用LCA倍增法记录s和t到他们最近公共祖先的最大值
#include
#include
#include
using namespace std;
const int maxn = 50010;
con...
分类:
其他好文 时间:
2014-08-21 21:15:54
阅读次数:
171
看清楚哦~~这是Sublime text 3不是2的版本,两者的安装还是有区别的,下面的方法是我感觉比较简单的,其他的要命令什么的感觉太复杂了,经测试是OK的。 先关闭Sublime text 3: 第一步:下载sublime_package_con...
分类:
其他好文 时间:
2014-08-21 13:29:54
阅读次数:
6752
iwconfig这个老工具已不推荐使用,iw支持大多新的设备并已被加入内核iw help 查看帮助iw dev wlan0 scan 扫描iw dev wlan0 link 查看连接信息iw wlan0 connect foo 连接到未加密的apiw wlan0 con...
分类:
其他好文 时间:
2014-08-21 11:04:24
阅读次数:
360
A message containing letters from A-Z is being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26Given an encoded message con...
分类:
其他好文 时间:
2014-08-20 20:56:53
阅读次数:
231