摘要: Windows安装 Instant Client for Microsoft Windows (x64) 64-bit (oracle.com) 下载basic,odbc,sqlplus 将下载的安装包全部解压,放在同一个目录下,比如在D:/sqlplus。 添加环境变量 NLS_LANG = SI 阅读全文
posted @ 2022-02-26 10:39 Ranger-dev 阅读(128) 评论(0) 推荐(0)
摘要: Eclipse 基本设置 文件编码 Preferences->Gerneral->Workspace 字体 Preferences->Gerneral->Appearance->Colors And Fonts->Basic->TextFont Java代码提示 Preferences->Java- 阅读全文
posted @ 2022-02-26 10:01 Ranger-dev 阅读(26) 评论(0) 推荐(0)
摘要: 基本设置 Tomcat控制台乱码: Help-- custom vm options 添加-Dfile.encoding=UTF-8 Tomcat配置启动vm options 添加-Dfile.encoding=UTF-8 Tomcat启动模式 war模式这种可以称之为是发布模式,看名字也知道,这是 阅读全文
posted @ 2022-02-26 09:59 Ranger-dev 阅读(58) 评论(0) 推荐(0)