码迷,mamicode.com
首页 >  
搜索关键字:direct    ( 4030个结果
tomcat入门(一)几种常见的使用tomcat部署项目的方式
直接把web项目复制到tomcat安装目录下的%Tomcat_Home%/webapps/{web项目} 若一个web应用结构为D:\workspace\WebApp\AppName\WEB-INF\*,利用控制台进行部署的方式如下:进入tomcat的manager控制台的deploy区域——在Co ...
分类:其他好文   时间:2017-02-03 23:00:04    阅读次数:220
Tomcat部署
安装jdk配置jdk下载tomcat http://tomcat.apache.org/download-90.cgi下载后新建Tomcat环境变量变量名:CATALINA_HOME变量值:你的TOMCAT所在目录 在bin目录下运行startup.bat可以测试是否安装成功运行后打开网页 http... ...
分类:其他好文   时间:2017-02-03 16:56:24    阅读次数:166
TCP/IP协议族(一) HTTP简介、请求方法与响应状态码
接下来想系统的回顾一下TCP/IP协议族的相关东西,当然这些东西大部分是在大学的时候学过的,但是那句话,基础的东西还是要不时的回顾回顾的。接下来的几篇博客都是关于TCP/IP协议族的,本篇博客就先简单的聊一下TCP/IP协议族,然后聊一下HTTP协议,然后再聊一下SSL上的HTTP(也就是HTTPS ...
分类:Web程序   时间:2017-02-03 10:53:13    阅读次数:255
RabbitMQ安装和使用(和Spring集成)
一、安装Rabbit MQ Rabbit MQ 是建立在强大的Erlang OTP平台上,因此安装Rabbit MQ的前提是安装Erlang。通过下面两个连接下载安装3.2.3 版本: 原因是,安装 Rabbit MQ的过程中没有使用默认的安装路径。重新安装并使用默认的安装路径就没有问题了。如果使用 ...
分类:编程语言   时间:2017-02-02 23:52:00    阅读次数:1030
SPOJ QTREE3 - Query on a tree again!
You are given a tree (an acyclic undirected connected graph) with N nodes. The tree nodes are numbered from 1 to N. In the start, the color of any nod ...
分类:其他好文   时间:2017-02-02 18:25:27    阅读次数:230
POJ 3268 Silver Cow Party
Silver Cow Party Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 20274 Accepted: 9278 Description One cow from each of N farms (1 ≤ N ≤ 100 ...
分类:其他好文   时间:2017-02-02 17:25:37    阅读次数:210
CSS3的Animation
1、animation-name :动画名 2、animation-duration:时间 3、animation-delay:延时 4、animation-iteration-count:次数 5、 animation-direction:方向 6、 animation-play-state:控制 ...
分类:Web程序   时间:2017-02-02 16:31:08    阅读次数:200
angular.directive
var m=angular.moduel("module",[]); m.directive("myDrag",function(){ //驼峰是写法 下面用 my-drag 你这里就得用myDrag return { restrict:"A", // A代表属性 attr , E代表元素 elem ...
分类:其他好文   时间:2017-01-30 15:34:55    阅读次数:169
MISP版本嵌入式QT编译时出现mips-linux-gcc command not found
configure的时候都没什么问题我的configure是:./configure -prefix /opt/qt-jz -xplatform qws/linux-mips-g++ -embedded mips configure顺利的过了,但是当make的时候,出现了mips-linux-gcc ...
分类:系统相关   时间:2017-01-27 23:44:06    阅读次数:506
win 下 nginx 与 php的配置
1、下载需要的软件包 php的windows版本(*注意这里下载非线程安全的,nginx使用的是cgi) http://windows.php.net/download/ nginx的windows版本 http://nginx.org/en/download.html 2、下载好后,分别把压缩包解 ...
分类:Windows程序   时间:2017-01-26 17:20:00    阅读次数:267
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!