general: 源码管理: 构建触发器: 构建后操作: ...
分类:
其他好文 时间:
2019-12-18 12:52:13
阅读次数:
55
通过maven下载源代码,在eclipse中浏览源代码时,发现中文注释为乱码的问题。 eclipse默认编码造成的问题。可以通过以下方法解决: 1.修改Eclipse中文本文件的默认编码:windows->Preferences->general->Workspace->Text file enco ...
分类:
编程语言 时间:
2019-12-17 10:25:48
阅读次数:
107
1.设置自动导包 Editor-General-Auto Improt Add unambiguous imports on the fly:自动导入不明确的结构 Optimize imports on the fly:自动帮我们优化导入的包 2.显示行号 Editor-General-Appear ...
分类:
其他好文 时间:
2019-12-16 22:29:11
阅读次数:
88
第一步,控制台输入:mysql -uroot -p 敲击回车 第二步,输入数据库密码 第三步, 输入 show variables like "general_log%"; 命令查看日志文件是否打开 如图所示: 如果 general_log 的 Value 为OFF 则需要输入命令:SET GLOB ...
分类:
数据库 时间:
2019-12-16 13:07:15
阅读次数:
391
1、在修改name的时候,code的值将跟着联动 修改方法:PowerDesign中的选项菜单里修改,在[Tool]-->[General Options]->[Dialog]->[Operating modes]->[Name to Code mirroring],这里默认是让名称和代码同步,将前 ...
分类:
其他好文 时间:
2019-12-16 11:44:44
阅读次数:
97
良好的快捷键的使用,不仅可以提高编辑效率,同时可以方便排查代码的bug。 对于中级用户,可以采用以下菜单: Help -> Show Active Keybindings... Window -> Preferences: General -> Keys General -> C/C++ Gener ...
分类:
系统相关 时间:
2019-12-15 10:59:34
阅读次数:
106
部署LAMP架构安装Mysql数据库1.安装环境包2.源码文件解压到/opt/目录下3.安装环境包-DCMAKE_INSTALL_PREFIX=/usr/local/mysql#指定安装路径-DDEFAULT_CHARSET=utf8#指定字符集支持中文-DDEFAULT_COLLATION=utf8_general_ci#默认字符集-DEXTRA_CHARSETS=all#指定扩展字符集-DSY
分类:
数据库 时间:
2019-12-13 23:38:34
阅读次数:
129
ref: these come from youtuber Ali AbdaalPrinciples Generalyou have full control of your lifePareto: focus on 20% leads to 80% gainParkinson's Law: wor... ...
分类:
其他好文 时间:
2019-12-13 19:36:34
阅读次数:
105
代码: <?php namespace Main\Controller; use Common\Library\Vendor\ElasticSearch; use Common\Library\Vendor\Page; use General\Classes\QcloudApi; use Gener ...
分类:
Web程序 时间:
2019-12-11 19:43:17
阅读次数:
144
1、修改 workspace text file encoding 依次点击windows -> Preferences -> general -> Workspace,修改如图的编码为UTF-8 2、修改资源文件编码 依次点击windows -> Preferences -> general -> ...
分类:
其他好文 时间:
2019-12-11 10:59:35
阅读次数:
92