摘要:
参见:https://blog.csdn.net/boyit0/article/details/41082941 阅读全文
摘要:
IntelliJ IDEA 默认快捷键模式下 自动补全变量名称 : Ctrl + Alt + v 自动补全属性名称 : Ctrl + Alt + f 阅读全文
摘要:
转自:http://singo107.iteye.com/blog/1175084 数据库事务的隔离级别有4个,由低到高依次为Read uncommitted 、Read committed 、Repeatable read 、Serializable ,这四个级别可以逐个解决脏读 、不可重复读 、 阅读全文
摘要:
修改hostname 免密码登录 阅读全文
摘要:
Linux 下查看日志时,使用 可以不断的刷新日志信息。 例如: 此时要想暂停刷新,使用ctrl+s暂停终端。若想继续终端,使用ctrl+q。 若想退出tail命令,直接使用ctrl+c。 阅读全文