排序
解决web.xml报错The content of element type “web-app” must match(正解)
IntelliJ IDEA编辑器显示web.xml红叉,内容如下 The content of element type “web-app” must match “(icon ,display- name ,description ,distributable ,context-param*,filter*,filter-ma...
easyui报错Cannot read property ‘width’ of null解决办法
easyui初始化datagrid/treegrid的时候报的错。 查找原因之后发现是columns参数错误,该参数有两个[],但是只写了一个。 columns:[[ {field:'code',title:'Code',width:100}, {field:'name',titl...
Oracle 11g中的数据类型盘点及详解
在Oracle 11g中提供的数据类型有23种,下面介绍常用的数据类型,并把数据类型分为字符型、数字型、日期类型和其他数据类型4类进行详解。 1.字符型 字符型在Oracle 11g中有varchar2、char、nchar...
access-control-allow-origin跨域错误解决办法
ajax请求报错: No'Access-Control-Allow-Origin' header is present on the requested resourse.Origin 'http//localhost:8088' is therefore not allowed access. 解决办法有三种: 1.不需要...
使用google gson对json字符串和Java对象进行转换
使用google gson对json字符串和Java对象进行转换 java对象转换为json字符串 转换代码 /** * @author 四个空格-https://www.ddmit.com/ */ public class JavaToJsonDemo { public static void ma...
通过JMX方式监控Tomcat服务器(应用服务器监控篇1)
通过JMX方式监控Tomcat服务器,首先要开启需要进行监控的Tomcat(而不是你运行工程的tomcat)的远程jmx功能,从而可以通过远程在jconsole对tomcat的性能进行监控,本文就是开启tomcat的jmx功能的...
git push提示错误:fatal: remote error
在使用git push命令将改动的文件提交到远程仓库时,git bash提示错误: fatal: remote error: You can’t push to git://github.com/user/repo.git Use https://github.com/user/repo.git, 下...
免费空间-Byethost
Byethost是老字号的免费网页空间供应商,经营多年,稳定性有一定的水平,适合长期放置网站;Byethost提供1000MB的空间大小,50GB月流量,5个MySQL资料库,可使用PhpMyAdmin,可以绑定5个Addon D...
Java中String.format方法使用介绍
在Java中,String.format方法可以对数字、字符串和时间(日期)数据进行格式转换,本文整理了Java中String.format方法的一般使用示例: 1.字符串格式语法 1.1 常规、字符和数字类型的格式语法 %[a...
同一局域网内查看其他电脑的IP地址
在平时偶尔会需要知道同一局域网内的其他电脑设备的IP地址,如何通过简单的操作来查看其他电脑的IP呢,本文进行了简单的介绍。 下面是在同一局域网内查看其他电脑的IP地址的方法: Windows系统...

