码迷,mamicode.com
首页 >  
搜索关键字:apache https status 用户认证    ( 177872个结果
Hadoop AWS Word Count 例子
在AWS里用Elastic Map Reduce 开一个Cluster然后登陆master node并编译以下程序:import java.io.IOException; import java.util.StringTokenizer; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; ...
分类:其他好文   时间:2014-07-22 23:01:32    阅读次数:405
cocos2d-x 3.0 HelloWorld项目创建
1、cocos2d支持python,创建项目都可以用它自带的脚本, 所以第一步下载安装python, 然后配置系统环境变量, 让操作系统支持python脚本, 能找到二进制文件       地址: https://www.python.org/ 2、下载cocos2d-x 3.0 源码,解压      地址: http://www.cocos2d-x.org/...
分类:其他好文   时间:2014-07-22 23:00:33    阅读次数:283
编译打包Apache源码
如果要编写定制的Apache模块,最总需要编译成Apache包。 命令如下: % ./buildconf % ./configure --prefix=/usr/local/apache > --with-layout=Apache --enable-modules=most --enable-mods-shared=all > --with-mpm=prefork % make #mak...
分类:其他好文   时间:2014-07-22 22:59:34    阅读次数:243
UVA 1146 Now or later
二分时间+2sat 边加多了....RE了好久...... Now or later Time Limit: 9000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu [Submit]   [Go Back]   [Status]   D...
分类:其他好文   时间:2014-05-02 23:59:02    阅读次数:712
Struts2环境配置
1、导入jar包 2、拷贝修改配置文件struts.xml,web.xml 将struts.xml文件拷贝到src目录下,改为如下配置  xml version= "1.0" encoding = "UTF-8" ?>  DOCTYPE struts PUBLIC     "-//Apache Software Foundation//DTD Struts Con...
分类:其他好文   时间:2014-05-02 22:45:20    阅读次数:335
sqlite C/C++ API
官网:https://sqlite.org/download.html 下载代码安装三步走: ./configure // ./configure --help查看安装参数设置,学习configure的配置,明白安装后include、lib、bin等文件的位置 make make install 学习SQL基本语法,各个数据库基本相同http://www.w3cschool.cc...
分类:数据库   时间:2014-05-02 20:50:33    阅读次数:412
Struts2实现文件上传报错(三)
1、具体错误如下 usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-5-1 23:17:23 org.apache.catalina.core.AprLifecycleListener init 信息: Loade...
分类:其他好文   时间:2014-05-02 05:12:30    阅读次数:257
Struts2实现文件上传报错(一)
1、具体报错如下 2014-5-1 23:02:38 org.apache.catalina.core.StandardWrapperValve invoke 严重: Servlet.service() for servlet [jsp] in context with path [/UploadFile] threw exception [An exception occurred proce...
分类:其他好文   时间:2014-05-02 04:53:03    阅读次数:325
快速入門系列-spring和quartz
檔案說明pom.xml-maven設定Main.class主程式StoreOrderSyncTask.class-一個需要固定執行的Task,裡面只有一個方法Spring-Quartz.xml-設定要固定執行的Task,和執行的時間pom.xml<projectxmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSc..
分类:编程语言   时间:2014-05-02 03:52:19    阅读次数:339
Struts2实现文件上传报错(二)
1、具体报错如下 usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-5-1 23:10:21 org.apache.catalina.core.AprLifecycleListener init 信息: Loade...
分类:其他好文   时间:2014-05-02 02:17:00    阅读次数:353
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!