Mac 上的 Sublime 显示编码格式,设置方法: 右下角显示的 UTF-8 就是当前的编码格式. 添加如下代码: { "font_size": 18, // Display file encoding in the status bar "show_encoding": true, // Display line endings in the status bar // 注意这两行代码要放到 "ignored_packages" 前面,否则
There is a link about how to re-set password. http://database.51cto.com/art/201010/229528.htm words in short, two lines mysql> UPDATE mysql.user SET password=PASSWORD('your_new_password') WHERE User='root'; mysql> FLUSH PRIVILEGES; and about mysql e
执行JAVA程序报错内容如下: java.lang.IllegalStateException: The Java Virtual Machine has not been configured to use the desired default character encoding (UTF-8). 经查,是因为在windows中安装的jdk默认编码格式是GBK,需要修改为utf-8.在系统中添加系统变量 变量名:JAVA_TOOL_OPTIONS 变量值:-Dfile.encoding=U