select * from 表 where instr(','||判断的字段||',',',指定的值,')>0 mybatis : select * from 表 where instr(','||判断的字段||',',concat(concat(',', #{userId}), ',')) >0 Read More
[root@localhost mysql]# ./scripts/mysql_install_db --user=mysql FATAL ERROR: please install the following Perl modules before executing ./scripts/mysq Read More
故障现象: 使用vim修改文件报错,系统提示如下: E37: No write since last change (add ! to override) 故障原因: 文件为只读文件,无法修改。 解决办法: 使用命令:w!强制存盘即可,在vim模式下,键入以下命令: :w! 存盘后在使用vim命令检 Read More
eclipse indigo 3.7 1.显示内存使用Window--PreferencesGeneral 勾选 Show heap status 2.设置工作空间字符集Window--PreferencesGeneral--Workspace Text file encoding 选 Other Read More