On the way to the next secret treasure hiding place, the mathematician discovered a cave unknown to the map. The mathematician entered the cave becaus ...
分类:
其他好文 时间:
2017-12-16 18:32:53
阅读次数:
145
(自己在浏览器中,直接进入项目的根目录,即 http://localhost:8080/ssh/ 时便报错,web.xml文件已经配置了 欢迎页面 并且 filter-mapping设置为 所有的url 其实问题是,自己无意中,将 index.jsp 文件 拖到了别的路径(应该在WebRoot 的根 ...
分类:
移动开发 时间:
2017-12-14 04:02:35
阅读次数:
159
字典的概念 字典是存储数据的一种方式,与列表和元祖来说更灵活。元祖的局限性:值是无序,不可变的列表的局限性:如果里面想存储一个人的名字对应的值时dy,年龄对应的是30。使用一个列表是不行的如下: 1 >>> t=[name="dy",age=30] 2 File "<stdin>", line 1 ...
分类:
其他好文 时间:
2017-12-14 04:01:48
阅读次数:
180
[root@zhaoli Desktop]# uname -r 2.6.32-431.el6.x86_64 [root@zhaoli Desktop]# uname -m x86_64 查看客户端软件是否安装(环境准备) 1、服务端(server服务端)ip:192.168.2.68 [root@z... ...
分类:
其他好文 时间:
2017-12-13 00:13:08
阅读次数:
171
<?php header('Content-Type:text/html;Charset=utf-8'); function GetIp(){ $realip = ''; $unknown = 'unknown'; if (isset($_SERVER)){ if(isset($_SERVER['H... ...
分类:
Web程序 时间:
2017-12-12 12:16:16
阅读次数:
282
0. 前言 在讲解ping过程之前,我们需要了解以下概念。 1). 何为ping PING (Packet Internet Groper),因特网包探索器,用于测试网络连通性的程序。 Ping发送一个ICMP(Internet Control Mes ...
分类:
其他好文 时间:
2017-12-11 23:02:32
阅读次数:
302
B - The Suspects POJ - 1611 Severe acute respiratory syndrome (SARS), an atypical pneumonia of unknown aetiology, was recognized as a global threat in ...
分类:
其他好文 时间:
2017-12-07 15:14:18
阅读次数:
186
1、vue语法提示 设置 – Inspections – HTML – Unknown HTML tags,添加customs v-text v-html v-once v-if v-show v-else v-for v-on v-bind v-model v-ref v-el v-pre v-c ...
分类:
Web程序 时间:
2017-12-05 16:37:04
阅读次数:
346
java.lang.IllegalArgumentException at org.springframework.asm.ClassReader.<init>(Unknown Source) at org.springframework.asm.ClassReader.<init>(Unknown ...
分类:
编程语言 时间:
2017-12-03 13:54:15
阅读次数:
227
使用Mariadb时出现的问题 “Unknown system variable 'transaction_isolation‘” 解决办法:修改django/db/backends/mysql/base.py 文件大概240行左右如下部分(增添一个判断条件) ...
分类:
其他好文 时间:
2017-12-02 21:05:45
阅读次数:
311