摘要:打开oraparam.ini文件 添加红色部分Windows=5.1,5.2,6.1最下面添加[Windows-6.1-required]#Minimum display colours for OUI to runMIN_DISPLAY_COLORS=256#Minimum CPU speed r...
阅读全文
摘要:grant dba to testuser ;如果还不行,再执行:alter user testuser default role DBA;
阅读全文
摘要:转载来自:http://airshiplay.iteye.com/blog/1855799
阅读全文
摘要:eclipse 中页面中中文正常预览出现中文乱码 解决方法:windows->preferences->general->content types->text(展开)选择页面我的是php页面就选择phpcontent type 在窗口下面default encoding 中输入gbk 。点击upd...
阅读全文
摘要:windows->preferences->Team->SVN->SVN接口选择SVNKit (Pure Java) xxxxxx
阅读全文
摘要:jdk已经安装过但是启动eclipse时提示“A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be avail”解决方法终端进入你的eclipse目录,然后输入:mkdir jrecd jreln -s 你的JD...
阅读全文
摘要:1、首先用命令查看是否安装过jdkjava -version如果出现版本号说明已经安装如果没有出现请继续2、下载合适的jdk本人下载的是jdk1.8.0_20http://www.oracle.com/technetwork/java/javase/downloads/index.html下载后解压...
阅读全文
摘要:步骤1、首先下载fpdfhttp://www.fpdf.org/en/download.php(本人用的是1.7版本)步骤2、下载中文包http://www.fpdf.org/download/chinese.zip 下载后将文件放到 步骤1文件夹中与fpdf.php同级目录下面步骤3、编辑ex.p...
阅读全文
摘要:错误提示如下:New XAMPP security concept:Access to the requested object is only available from the local network.This setting can be configured in the file "...
阅读全文
摘要:找到\mysql\bin下面的my.ini中mysqld项目后添加innodb_force_recovery = 1
阅读全文
摘要:后台定义类public class Course_pj { private String _id; private String _courseid; private String _course_page_id; public String _itemid; priv...
阅读全文
摘要:找到redmine安装目录-apps->redmine->htdocs->conflg->configuration.ymlemail_delivery: delivery_method: :smtp smtp_settings: address: smtp.163.com port: 25 d...
阅读全文