打开控制台,在窗口中输入指令:netstat -ano | findstr 8080 指令的意思是找出占用8080端口的进程pid 上图中表示占用进程pid为23288,然后再次输入指令:taskkill -pid 进程pid -f 这里已图片为例指令为:taskkill -pid 23288 -f ...
分类:
其他好文 时间:
2018-10-15 12:07:10
阅读次数:
136
(1)下载Tomcat8压缩包,下载地址是:http://tomcat.apache.org/download-80.cgi (2)将下载好的tomcat放到software下备份: (3)将apache-tomcat放到/usr下: 3.1、解压压缩包: 3.2、删除压缩包: (4)配置tomca ...
分类:
其他好文 时间:
2018-10-14 16:22:15
阅读次数:
232
安装环境 Red Hat Enterprise Linux Server release 7.3 (Maipo) jdk1.7.0_80 subversion-1.10.3.tar.gz apr-1.6.5.tar.gz、apr-util-1.6.1.tar.gz、apr-iconv-1.2.2.t ...
分类:
其他好文 时间:
2018-10-13 18:42:06
阅读次数:
297
在eclipse4.8.2中运行tomcat8.5项目时,提示出错: Server Tomcat v8.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try ...
分类:
系统相关 时间:
2018-10-13 02:47:20
阅读次数:
258
Python基础教程 第3版Python简明教程书籍 Python编程从入门到实践 灵程序设计丛书 下载地址:网盘下载 编辑推荐 久负盛名的Python入门经典 中文版累计销量200 000+册 针对Python 3全新升级 本书是经典的Python入门教程,层次鲜明、结构严谨、内容翔实,特别是后面 ...
分类:
编程语言 时间:
2018-10-13 02:40:01
阅读次数:
406
1、端口镜像 port Mirroring 功能通过在交换机上或者路由器上,将一个或者多个源端口的数据流量妆发大奥某一个指定的端口来实现对网络的监听,指定端口成为镜像端口或目的端口。 2、ARP攻击捕获数据包 当用户不具备上网功能的时候,可以通过发起ARP攻击,来捕获目标主机上的数据,APR攻击就是 ...
分类:
其他好文 时间:
2018-10-12 16:14:15
阅读次数:
175
1.You are given a table, Projects, containing three columns: Task_ID, Start_Date and End_Date. It is guaranteed that the difference between the End_Da ...
分类:
其他好文 时间:
2018-10-08 23:20:58
阅读次数:
2590
# https://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html # 安装 jdk # http://archive.apache.org/dist/zookeeper/ # 安装 ...
分类:
其他好文 时间:
2018-10-08 21:36:22
阅读次数:
192
最近听了一节Java公开课,讲的Tomcat8.0的,老师分享的学习方法很好, 时间和精力要用对地方 1.学习一个知识的广度和深度,先学主要的主流的,不要学了很多不该学,没必要学的东西 2.要花时间总结,实践下,练习下,整理下,避免没有收获到本该收获到的内容 ...
分类:
编程语言 时间:
2018-10-06 23:40:20
阅读次数:
260
在asp.net core中则可以使用BuildBundlerMinifier来进行css,js的压缩合并 1、使用NuGet安装 BuildBundlerMinifier(也可以在vs中下载安装扩展Bundler & Minifier,手动压缩文件) 2、新建:bundleconfig.json ...
分类:
Web程序 时间:
2018-10-06 10:43:37
阅读次数:
619