1.
CentOS操作安装好了以后,系统自带了openJDK,先查看相关的安装信息:[plain]view plaincopy$rpm -qa | grep
javatzdata-java-2013b-1.el6.noarchjava-1.6.0-openjdk-1.6.0.0-1.61.1.11....
分类:
其他好文 时间:
2014-05-17 00:06:29
阅读次数:
435
如果你仅仅是要检查一个document是否存在,而对document的内容不感兴趣,你可以使用HEAD进行查询curl -i -XHEAD
/website/blog/123如果document存在将会返回如下数据:HTTP/1.1200 OKContent-Type: text/plain;
ch...
分类:
其他好文 时间:
2014-05-15 17:07:40
阅读次数:
293
<img title="red oak plywood- plain sliced and rotary cut" alt="red oak plywood- plain sliced and rotary cut" src="http://s12.sinaimg.cn/bmiddle/507a9ec8g70eb53f7624b&690"
real_src="http://s12.sinaim...
分类:
其他好文 时间:
2014-05-13 14:34:11
阅读次数:
355
使用CGPathAddArc使UIView的Layer绕中心点旋转2012-12-04
15:38775人阅读评论(0)收藏举报animationAnimationiosiOSIOSlayerpathPATHPathuiviewUIViewUIVIew[plain]view
plaincopyflo...
分类:
其他好文 时间:
2014-05-12 10:14:44
阅读次数:
368
1 前言构造和绘制路径,能够在图形环境上画任意形状.2
代码实例ZYViewControllerView.m[plain]view
plaincopy-(void)drawRect:(CGRect)rect{//创建路径创建一个新的CGMutablePathRef类型的可变路径并返回其句柄。CGMu...
分类:
其他好文 时间:
2014-05-12 10:02:22
阅读次数:
308
我们知道在通过POST方式向服务器发送AJAX请求时最好要通过设置请求头来指定为application/x-www-form-urlencoded编码类型。知道通过表单上传文件时必须指定编码类型为"multipart/form-data"。而text/plain是我们在做纯文本传输时防止接收数据时出...
分类:
移动开发 时间:
2014-05-09 16:30:46
阅读次数:
444
1.把一个 const 对象的地址赋给一个普通的、非 const
对象的指针也会导致编译时的错误:const double pi = 3.14;double *ptr = π // error: ptr is a
plain pointerconst double *cptr = π /...
分类:
编程语言 时间:
2014-05-09 05:39:43
阅读次数:
404
Problem Description
During the War of Resistance Against Japan, tunnel warfare was carried out extensively in the vast areas of north China Plain. Generally speaking, villages connected by tunnels ...
分类:
其他好文 时间:
2014-05-06 22:05:11
阅读次数:
376
application/x-www-form-urlencoded、multipart/form-data、text/plain上传文件的表单中要加属性enctype="multipart/form-data",很多人只是死记硬背知道上传表单要这么
写,知其然而不知其所以然。那到底为什么要添加这个属...
分类:
其他好文 时间:
2014-05-06 10:34:11
阅读次数:
446
1 keytool命令总结
一、创建数字证书
交互模式
使用默认的密钥库.keystore(目录是c: Documents and Setting用户名)和算法(DSA)
keytool -genkey
默认的别名mykey
密钥库中可以存放多个条目(公钥/私钥对和证书),它们在密钥库中以别名(alias)区分。
[plain] view
...
分类:
编程语言 时间:
2014-05-04 00:32:09
阅读次数:
1113