idea如何设置类头注释和方法注释 idea: 类头注释:打开file->setting->Editor->Filr and Code Templates->Includes->File Header 注释模板: 方法注释:打开file->setting->Editor->LiveTemplates ...
分类:
其他好文 时间:
2018-09-21 20:28:10
阅读次数:
213
服务器端包含 SSI,是英文 Server Side Includes的简写。SSI是一种可以指挥服务器动态声称网页内容的HTML指令。 通常SSI可以用来确保网页中的一些通用内容,比如版权信息、联系方式、或导航信息在全站所有网页中保持一致。使用SSI显示这些通用内容还可以减轻网站维护的工作量,因为 ...
分类:
其他好文 时间:
2018-09-21 11:40:42
阅读次数:
244
在链接上添加"?orderby=ID"即可。 注意不能用小写的id,因为wp-includes/class-wp-query.php中的parse_orderby方法限定了key值: wordpress会按以下路径传递该参数: 1. wp-admin/includes/post.php的wp_edi ...
分类:
编程语言 时间:
2018-09-20 22:53:44
阅读次数:
266
使用idea构建maven项目时不编译src/main/java目录下写的mapper.xml文件,这是找到pom.xml文件,在<build>节点下添加如下代码: 如果时在src/main/resource目录下不编译mapper.xml文件时就添加如下代码: * 希望可以帮助有需要的小伙伴。🙂 ...
分类:
编程语言 时间:
2018-09-18 22:53:25
阅读次数:
176
题目描述: Given two positive integers a and b,find suitable X and Y to meet the conditions: X+Y=a Least Common Multiple (X, Y) =b Input Input includes mul ...
分类:
其他好文 时间:
2018-09-06 02:55:36
阅读次数:
177
主要php文件: 1,admin/includes/inc_menu.php ECSHOP管理中心菜单数组--配置菜单组及URL 2,languages/zh_cn/admin/common.php ECSHOP管理中心共用语言文件--配置菜单显示名 3,admin/includes/inc_pri ...
分类:
其他好文 时间:
2018-09-05 21:45:57
阅读次数:
306
payment - A collection of smart contracts that can be used to manage payments through escrow arrangements, withdrawals, and claims. Includes support f ...
分类:
其他好文 时间:
2018-09-05 19:58:27
阅读次数:
218
http://127.0.0.1:8000/boards/1/topics/1/reply/ http://127.0.0.1:8000/boards/1/topics/1/ #myproject/urls.py url(r'^boards/(?P\d+)/topics/(?P\d+)/reply/... ...
分类:
其他好文 时间:
2018-09-05 14:58:54
阅读次数:
178
rpmbuild SPEC语法 摘自:http://bbs.chinaunix.net/thread-4179207-1-1.html spec文件写作规范 2008-09-28 11:52:17 分类: LINUX1.The RPM system assumes five RPM director ...
分类:
其他好文 时间:
2018-08-31 17:09:35
阅读次数:
1880
安装了mysql5.7,用group by 查询时抛出如下异常: 原因: MySQL 5.7.5和up实现了对功能依赖的检测。如果启用了only_full_group_by SQL模式(在默认情况下是这样),那么MySQL就会拒绝选择列表、条件或顺序列表引用的查询,这些查询将引用组中未命名的非聚合列 ...
分类:
其他好文 时间:
2018-08-31 17:05:24
阅读次数:
272