It is one of the fashion trends that never go
out of fashion, Louis Vuitton handbag ! And "being in fashion trends for many
years, and this season is ...
分类:
其他好文 时间:
2014-04-30 03:07:40
阅读次数:
510
SELinux 全称 Security Enhanced Linux (安全强化 Linux),是
MAC (Mandatory Access
Control,强制访问控制系统)的一个实现,目的在于明确的指明某个进程可以访问哪些资源(文件、网络端口等)。强制访问控制系统的用途在于增强系统抵御
0-D...
分类:
系统相关 时间:
2014-04-30 02:57:31
阅读次数:
783
快速移除键盘
之前一直是讲view的父类改成control,然后加一个全屏按钮,点击让键盘消失。这个方法要写好多代码,现在一个比较好的方法是重写一个下面的方法:-
(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ ...
分类:
移动开发 时间:
2014-04-30 02:54:24
阅读次数:
542
根据提供的wsdl生成webservice代理类1、开始->程序->Visual
Studio 2005 命令提示2、输入如下红色标记部分D:/Program Files/Microsoft Visual Studio
8/VC>wsdl /language:c# /n:TestDemo /out:...
分类:
Web程序 时间:
2014-04-30 02:14:22
阅读次数:
780
生成私钥输入“genrsa -out rsa_private_key.pem
1024”命令,回车后,在当前 bin 文件目 录中会新增一个 rsa_private_key.pem 文件,其文件为原始的商户私钥(请妥善保 存该文件,PHP
开发语言中需要使用该文件),生成公钥输入“rsa -in r...
分类:
移动开发 时间:
2014-04-30 01:33:26
阅读次数:
643
要将Servlet中的
response.setContentType("text/html;charset=utf-8")这行代码放在 PrintWriter out =
response.getWriter()之前。
分类:
Web程序 时间:
2014-04-29 23:03:34
阅读次数:
549
gcc在linux系统中,默认是没有安装gcc编译器的,可以通过命令rpm -q | grep
gcc来查看。安装命令为:yum -y install gcc安装后,编写一个.c结尾的文件。gcc
test.c就会默认输出一个a.out的输出文件,这个输出文件就是可执行文件。如果加上-o选项,则可以...
分类:
数据库 时间:
2014-04-29 18:11:03
阅读次数:
583
使用Runtime的addShutdownHook(thread)方法: 1 for(int
i=0; i<5; i++){ 2 System.out.println(i); 3 } 4 5 Thread th...
分类:
其他好文 时间:
2014-04-29 17:22:47
阅读次数:
311
push
服务器证书钥匙串:登入--》证书,选项里面导出证书命名为cert.p12,跟密钥命名为key.p12需要将上面的2个.p12文件转成.pem格式:openssl
pkcs12 -clcerts -nokeys -out cert.pem -in cert.p12openssl pkcs12...
分类:
移动开发 时间:
2014-04-27 23:12:13
阅读次数:
749
一、设置页面缓存1、直接在页面上用声明来缓存页面2、使用服务端方法://将Cache-Control标头设置为HttpCacheAbility值Response.Cache.SetCacheability(HttpCacheability.Public);//将页面的绝对过期时间Response.C...
分类:
其他好文 时间:
2014-04-27 23:02:18
阅读次数:
456