to make tomcat to use javaw.exe instead of
java.exeusing some startup parameter or environment varibaleAt the bottom
ofsetclasspath.batset _RUNJAVA="%...
分类:
其他好文 时间:
2014-05-26 22:24:34
阅读次数:
415
方法一安装cURLwgethttp://curl.haxx.se/download/curl-7.17.1.tar.gztar -zxf
curl-7.17.1.tar.gz./configure --prefix=/usr/local/curlmake & make
install方法二进入安装原...
分类:
Web程序 时间:
2014-05-26 21:25:29
阅读次数:
698
此文介绍 ubuntu 平台下配置 AMD/ATI Opencl 环境,我是ubuntu
12.04。主要分为六个步骤:1. Take a look at your hardware to make sure it’s compatible
先安装驱动,http://support.amd.com....
分类:
其他好文 时间:
2014-05-26 15:51:53
阅读次数:
384
一、问题描述
在我使用MinGW的mingw32-make工具的时候,提示错误“libiconv-2.dll找不到”。二、问题解决1、从脚本之家下载“libiconv-2.dll”,下载地址“http://www.jb51.net/dll/libiconv-2.dll.html”。2、笔者PC系统....
分类:
其他好文 时间:
2014-05-26 13:58:12
阅读次数:
236
一直按网上的方法:1.先安装apt-get install
zlib1g-dev2.重新安装python(3.3):即是./configure 再make再make
install始终没有解决掉问题!最后发现,还需要再链接一次:#ln -s /usr/local/python3.3/bin/pyth...
分类:
编程语言 时间:
2014-05-26 12:35:01
阅读次数:
298
1.查看并安装服务器是否安装编译器 make gcc gcc-c++ 查看:rpm -q
gcc-c++2.查看SELinux 和 iptables 的状态3.在根目录新建文件夹 lamp4.使用WINscp 上传 包5.解压压缩包 tar -zxf
httpd............6.编译 .....
分类:
系统相关 时间:
2014-05-23 06:57:15
阅读次数:
354
从openjdk.java.net下载openjdk的软件包,你就获得了所有相关的源码。
强烈建议首先仔细看懂README-builds.html 指南。在执行 make all 之前,首先要 执行make sanity
来检验依赖是否满足,你最好解决所有的的error 和 warning。编译需要...
分类:
其他好文 时间:
2014-05-22 15:45:08
阅读次数:
263
linux的touch命令不常用,一般在使用make的时候可能会用到,用来修改文件时间戳,或者新建一个不存在的文件。1.命令格式:touch[选项]...文件...2.命令参数:-a或--time=atime或--time=access或--time=use 只更改存取时间。-c或--no-crea...
分类:
其他好文 时间:
2014-05-21 19:47:57
阅读次数:
297
uboot 源码包:u-boot1.1.6.tar
编译器:arm-linux-gcc-4.3.2
源码路径下配置 # make forlinx_nand_ram128_config
编译 # make
得到uboot.bin之后考到sd卡中,通过sd卡中的mmc.bin将uboot、kernel、filesystem烧到nandflash
启动出现一直重启的错误:
CPU: ...
分类:
其他好文 时间:
2014-05-21 15:40:24
阅读次数:
391
Description
Facer's pet cat just gave birth to a brood of little cats. Having considered the health of those lovely cats, Facer decides to make the cats to do some exercises. Facer has well designe...
分类:
其他好文 时间:
2014-05-21 10:36:57
阅读次数:
297