排序
Cloudflare如何设置才能让非www开头的地址跳转到www开头的地址
背景: 我的博客搭建在github上,cname添加的是带www的域名www.cobcmw.com,域名解析是使用的Cloudflare的别名解析,解析记录如下: 但是,解析之后,www.cobcmw.com能正常访问,并跳转到https:...
ureport报表新建spring数据源
使用ureport2报表新建spring数据源的步骤如下: 1.新建一个接口方法 接口方法如下: package lc.jw.iarp.queryapplystatistics.service; import java.util.List; import java.util.Map; /** * ...
百度echarts实现散点图
echarts版本:4.1.0; html代码: <div id='countScatter' style='height: 500px;'></div> JS代码: <script type='text/javascript'> $(function () { initChart(); }); /*图...
百度echarts实现折线图
echarts版本:4.1.0; html代码: <div id='countLine' style='height: 500px;'></div> JS代码: <script type='text/javascript'> $(function () { initChart(); }); /*图表...
解决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...
jquery数字微调组件jQuery.spinner使用
jquery数字微调组件jQuery.spinner功能如下: 向上箭头递增; 向下箭头递减; 支持鼠标和键盘操作,持续变化; 示例1:简单用法: <!-- // ref javascript file --> <script src='dist...
查看oracle数据库(database)的版本命令
在sqlplus下输入以下任意一个语句: SQL> select * from v$version; SQL> select version from v$instance; SQL> Select version FROM Product_component_version Where SUBSTR(PRODUCT...






