robert_hly

踩坑填坑记录...

导航

2016年11月20日 #

eclipse 工程乱码问题

摘要: 一 设置工作空间的编码格式(对新建的工程有效) window-->preference-->Gerneral-->Workspace-->Text file coding >Other 选择相应的编码格式 比如utf-8 二 针对工程设置编码格式(指定的工程 比如导入的工程) 选中工程根目录或者要指 阅读全文

posted @ 2016-11-20 13:47 robert_hly 阅读(187) 评论(0) 推荐(0) 编辑

mysql 导入数据库文件到指定数据库

摘要: i:\mysql\bin>mysql -u 用户名 -p 数据库名 < i:/test.sql // (source "c:\adsense.sql" ) 例如: i:\MySQL\bin>mysql -u root -p test < I:/test.sql Enter password: *** 阅读全文

posted @ 2016-11-20 00:07 robert_hly 阅读(6759) 评论(0) 推荐(1) 编辑