参考:https://blog.csdn.net/niu_hao/article/details/17440247 1.导入项目之前,请确认工作空间编码已设置为utf-8:window->Preferences->General->Wrokspace->Text file encoding->Oth ...
分类:
系统相关 时间:
2019-01-09 17:29:08
阅读次数:
182
1、Eclipse中java文件和jsp字体大小设置 1、更改所有文件的字体显示大小过程: Window->preferences->General->Appearance->Colors and Fonts->Basic->TextFont->右边按钮Change 2、Eclipse-Eclisp ...
分类:
系统相关 时间:
2019-01-09 14:19:17
阅读次数:
236
IDEA中默认Tab是单行显示的,而且默认允许同时打开10个Tab,继续打开Tab会根据规则关闭之前打开的Tab。但是可以通过设置来符合自己的使用习惯。 一、打开Tab过多自动关闭 1、选择File→Settings→Editor→General→Editor Tabs,将Tab limit的数量调 ...
分类:
其他好文 时间:
2019-01-08 19:28:31
阅读次数:
474
VsCode快捷键 [TOC] 常用 General | 按 Press | 功能 Function | | | | | Ctrl + Shift + P,F1 | 显示命令面板 Show Command Palette | | Ctrl + P | 快速打开 Quick Open | | Ctrl ...
分类:
其他好文 时间:
2019-01-07 21:04:39
阅读次数:
291
查询操作: 查找是数据库操作中一个非常重要的技术。查询一般就是使用filter、exclude以及get三个方法来实现。我们可以在调用这些方法的时候传递不同的参数来实现查询需求。在 ORM 层面,这些查询条件都是使用 field + __ + condition 的方式来使用的。以下将那些常用的查询 ...
分类:
其他好文 时间:
2019-01-06 18:23:27
阅读次数:
219
970. Powerful Integers Given two non-negative integers x and y, an integer is powerful if it is equal to x^i + y^j for some integers i >= 0 and j >= 0 ...
分类:
其他好文 时间:
2019-01-06 13:36:04
阅读次数:
151
1、units单位 2、INCLUDES包含 3、GENERAL通用 1)、daemonize daemonize yes 启用后台守护进程运行模式 2)、pidfile pidfile /var/run/redis.pid redis启动后的进程ID保存文件 3)、port port 6379 指 ...
分类:
其他好文 时间:
2019-01-06 01:06:55
阅读次数:
141
新建一个库并设置编码create database 数据库名称 character set utf8 collate utf8_general_ci ;创建表:mysql> create table if not exists class( -> id int primary key auto_in ...
分类:
其他好文 时间:
2019-01-05 12:16:04
阅读次数:
204
General Palindromic Number A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. For example, 1234 ...
分类:
其他好文 时间:
2019-01-01 21:13:13
阅读次数:
235