Linux:Settings —> Editor —> Inspections —> General —> Duplicated Code Mac:Preferences --> Editor —> Inspections —> General —> Duplicated Code fragment ...
分类:
其他好文 时间:
2019-03-01 12:17:09
阅读次数:
903
GenieACS General Config config.json acts as the main configuration file and is stored in /path_to_genieacs/config/. In this folder there's also a back ...
分类:
其他好文 时间:
2019-02-28 15:14:54
阅读次数:
190
前言:我们常用showprocesslist或showfullprocesslist查看数据库连接状态,其中比较关注的是State列,此列表示该连接此刻所在的状态。那么你真的了解不同State值所表示的状态吗?下面我们参考官方文档来一探究竟。以MySQL5.7版本为例官方文档地址:https://dev.mysql.com/doc/refman/5.7/en/general-thread-stat
分类:
数据库 时间:
2019-02-27 23:29:26
阅读次数:
510
如下图,解决方案,Preferences->General->Editors->File Associations->*.class->Decompiler->Default ...
分类:
系统相关 时间:
2019-02-27 23:24:19
阅读次数:
481
由于数据库中的数据表和表字段的字符集和排序规则不统一,找了很多帖子,最后发现如下脚本很好用。 用法儿是:先执行如下脚本生成修改数据表和表字段的脚本,然后再执行这些生成的脚本。 1. 修改指定数据库中所有varchar类型的表字段的字符集为UTF8,并将排序规则修改为utf8_general_ci S ...
分类:
数据库 时间:
2019-02-26 13:37:29
阅读次数:
234
解决方式一:下载eclipse相关的freemarker插件 解决方式二:原生解决方式,方法特点无需下载插件,和eclipse编辑html和jsp文件一模一样 步骤: 1:windows prefenrences general edirors Files Associations 新增一个*.ft ...
分类:
系统相关 时间:
2019-02-21 09:22:43
阅读次数:
393
常见开源协议概览 常见开源协议有GPL、LGPL、BSD、Apache、MPL、MIT等 联系及其区别 GPL 在自由软件所使用的各种许可证之中,最为人们注意的也许是通用公开许可证(General Public License,简称GPL)。 GPL同其它的自由软件许可证一样,许可社会公众享有:运行 ...
分类:
其他好文 时间:
2019-02-15 17:42:09
阅读次数:
192
题目链接 https://vjudge.net/problem/UVALive 7261 题面 Description Wei Qing (died 106 BC) was a military general of the Western Han dynasty whose campaigns a ...
分类:
其他好文 时间:
2019-02-14 23:46:54
阅读次数:
125
1.新建安装项目: 新建项目——其他项目类型——安装与部署——InstallShield Limited Edition Project 2.配置安装信息: 选择Project Assistant进入配置信息界面: 具体步骤如下: (1)应用基本信息 点击General Information进入如 ...