码迷,mamicode.com
首页 >  
搜索关键字:unlimited strength policy files    ( 15426个结果
摘抄内容
为服务器生成证书“运行”控制台,进入%JAVA_HOME%/bin目录,使用如下命令进入目录:cd “c:\Program Files\Java\jdk1.6.0_11\bin” 使用keytool为Tomcat生成证书,假定目标机器的域名是“localhost”,keystore文件存放在“D:\...
分类:其他好文   时间:2014-05-17 01:11:14    阅读次数:273
VC6.0下opencv1.0的环境配置
本文内容取材于http://blog.csdn.net/haizimin/article/details/7734184以OpenCV安装到如下目录为例: C:\Program Files\OpenCV(在安装时选择"将\OpenCV\bin加入系统变量Add\OpenCV\bin to the s...
分类:其他好文   时间:2014-05-16 03:52:28    阅读次数:234
MyEclipse10.0 配置 Tomcat1.7
1 首先 从网上下载Tomcat1.7,然后放到本机目录。2 然后在MyEclipse10.0菜单Preferences指向Tomcat的路径,我本机路径是 D:\Program Files (x86)\apache-tomcat-7.0.47然后是设定tomcat对应的JDK测试 ,启动Tomca...
分类:系统相关   时间:2014-05-15 12:02:11    阅读次数:343
C:\Program Files (x86)\Common Files\microsoft shared\TextTemplating\11.0
Generating Files with the TextTransform Utility \Program Files\Common Files\Microsoft Shared\TextTemplating\11.0C:\Program Files (x86)\Common Files\mi...
分类:其他好文   时间:2014-05-15 10:14:13    阅读次数:212
C:\Program Files (x86)\Common Files\microsoft shared\TextTemplating\11.0
Generating Files with the TextTransform Utility \Program Files\Common Files\Microsoft Shared\TextTemplating\11.0C:\Program Files (x86)\Common Files\mi...
分类:其他好文   时间:2014-05-15 10:06:28    阅读次数:994
Eclipse查询MySql、添加中文乱码问题
一、设置MyEclipse的字符编码,步骤如下: 1、进入Window--Preferences--General--Workspace,Text file encoding 选项中默认的Default(GBK)选项更改为Other,并将值设为utf-8; 2、进入Window--Preferences--MyEclipse--Files and Editors,将这个选项下面的:ASP ...
分类:数据库   时间:2014-05-15 04:18:55    阅读次数:299
LINK : fatal error LNK1123: 转换到 COFF 期间失败: 文件无效或损坏
突然之间,我的VS2010在编译的时候出现了如上的错误,赶紧度之。有以下解决方法:在电脑里面搜索发现C:\Program Files\Microsoft Visual Studio 10.0\VC\binC:\Windows\winsxs\x86_netfx-cvtres_for_vc_and_vb...
分类:其他好文   时间:2014-05-14 12:37:07    阅读次数:292
如何设置jsp默认的编码为utf-8
方法一:文件里写:方法二:选择window –> Preferences –> MyEclipse –> Files and Editors –> JSP中选择你要设置的Encoding根本行不通啊,没有encoding这一项啊,在style里面又不能改,哪位用过myeclise8.5的帮个忙---...
分类:Web程序   时间:2014-05-14 07:43:34    阅读次数:539
Linux Commands 彻底研究(04):cat
NAME cat - concatenate files and print on the standard output SYNOPSIS cat [OPTION]... [FILE]...DESCRIPTION Concatenate FILE(s), ...
分类:系统相关   时间:2014-05-14 07:34:14    阅读次数:398
简单的php文件上传系统
<?php if(isset($_GET[‘type‘])&&$_GET[‘type‘]=="send"){ if($_FILES[‘userfile‘][‘error‘]==0){ /*echo‘FileName:‘.$_FILES[‘userfile‘][‘name‘].‘<br>‘; echo‘FileType:‘.$_FILES[‘userfile‘][‘type‘].‘<br>‘; echo‘FileSize:‘.$_FILES[‘userfile‘][..
分类:Web程序   时间:2014-05-13 13:18:26    阅读次数:301
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!