Error: could not open `F:\e\java\jre7\lib\amd64\jvm.cfg' C:\Users\wl>java -versionError: could not open `F:\e\java\jre7\lib\amd64\jvm.cfg' Win+R 输入regedit.exe 打开注册表编辑器 删除 HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment Error opening reg…
namespace YourNamespace { /// <summary> /// Uses the Name value of the ColumnAttribute specified, otherwise maps as usual. /// </summary> /// <typeparam name="T">The type of the object that this mapper applies to.</typeparam…
[转载] mysql5.6 删除之前的ibdata1文件后再重新生成,遇到[Warning] Info table is not ready to be used. Table 'mysql.slave_master_info' cannot be opened.问题 转载:http://blog.csdn.net/wxc20062006/article/details/17999407 1.在安装mysql 5.6.15时,安装完成后,后台日志报如下警告信息: 2014-01-08 13:47…
操作步骤: 1. 在 Microsoft Windows 2003 或 Windows XP 桌面上,依次单击"开始"."运行",然后在"打开"中键入 regedit.exe,再单击"确定".在 Windows 2000 中,使用 regedt32.exe 启动注册表编辑器 2. 定位到以下注册表项: [HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersio…
Oracle存储过程中异常的捕捉和处理 CREATE OR REPLACE Procedure Proc_error_process ( v_IN in Varchar2, v_OUT Out Varchar2) AUTHID CURRENT_USER AS --声明异常 some_kinds_of_err EXCEPTION; -- Exception to indicate an error condition v_ErrorCode NUMBER; -- Variable to hold…
<select id="findUserInfoListForMap" resultMap="BaseResultMap"> SELECT p.name, u.u_name,u.company,u.proComany,u.mobile,u.email, r.money FROM iw_user u LEFT JOIN raiseentry r on r.userId=u.id LEFT JOIN project p on r.sourceId=…