<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[wanghexin701的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/wanghexin701</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; wanghexin701]]></copyright><item><title><![CDATA[DZ 升级到X3.2后,UCenter用户管理中心进不了了]]></title><link>https://blog.csdn.net/wanghexin701/article/details/45556429</link><guid>https://blog.csdn.net/wanghexin701/article/details/45556429</guid><author>wanghexin701</author><pubDate>Thu, 07 May 2015 09:39:14 +0800</pubDate><description><![CDATA[DZ升级到X3.2后,UCenter用户管理中心进不了了,输入的密码也对,验证码也对,就是点登录后没反应,又回来输入前的状态。如果更换密码后，显示密码错误，证明密码是没错的。但就是进不了。


打开uc_server/model目录里的admin.php

找到第22行：
$this->cookie_status = 0;
修改成：
$this->cookie_status = i]]></description><category></category></item><item><title><![CDATA[phpcms v9  开启ucenter整合，会员登录、注册是提示操作失败]]></title><link>https://blog.csdn.net/wanghexin701/article/details/45556359</link><guid>https://blog.csdn.net/wanghexin701/article/details/45556359</guid><author>wanghexin701</author><pubDate>Thu, 07 May 2015 09:31:57 +0800</pubDate><description><![CDATA[把phpsso_server/api/uc_client/model/base.php 
74行：
$this->db->connect(UC_DBHOST,
 UC_DBUSER, UC_DBPW, '', UC_DBCHARSET, UC_DBCONNECT, UC_DBTABLEPRE);//UC_DBNAME不是空字符串。

修改成：
$this->db->connect(UC]]></description><category></category></item><item><title><![CDATA[phpcms v9 与 DZ最新版整合  ----配置流程]]></title><link>https://blog.csdn.net/wanghexin701/article/details/45556275</link><guid>https://blog.csdn.net/wanghexin701/article/details/45556275</guid><author>wanghexin701</author><pubDate>Thu, 07 May 2015 09:26:06 +0800</pubDate><description><![CDATA[第一步：
1.使用新的uc_client文件，打开phpsso_server\api\ 目录修改原uc_client目录名称为uc_client_backup，然后将ucenter下面文件uc_client覆盖到该目录下。
第二步：
1.登录Discuz! X31后台，进入“UCenter”，点击“应用管理”后点击“添加新应用”进入应用添加界面，设置如下：

1、安装方式选择“自定义安装]]></description><category></category></item><item><title><![CDATA[struts + hibernate + spring 整体的认识]]></title><link>https://blog.csdn.net/wanghexin701/article/details/4844789</link><guid>https://blog.csdn.net/wanghexin701/article/details/4844789</guid><author>wanghexin701</author><pubDate>Fri, 20 Nov 2009 22:56:00 +0800</pubDate><description><![CDATA[ 首先struts一定要用熟了 1.struts + hibernate 当struts你熟练了以后，考虑数据库用个框架的时候，用hibernate struts是MVC，那么也就是数据持久层该用hibernate hibernate正常配就行，dao自己封一个 2.struts + spring 有人说，用spring，你的春天就来了 spring为了解耦，如果你总出bug，记得一定要考虑把ac]]></description><category></category></item><item><title><![CDATA[java在线视频学习网站]]></title><link>https://blog.csdn.net/wanghexin701/article/details/4843877</link><guid>https://blog.csdn.net/wanghexin701/article/details/4843877</guid><author>wanghexin701</author><pubDate>Fri, 20 Nov 2009 20:00:00 +0800</pubDate><description><![CDATA[ 1.www.v512.com   Java高端培训系列视频 2.www.langsin.com   浪曦在线网 3.www.itcast.cn   传智播客教育 4.www.mldn.cn   魔乐在线]]></description><category></category></item><item><title><![CDATA[关于hibernate的onetomany和manytomany]]></title><link>https://blog.csdn.net/wanghexin701/article/details/4843696</link><guid>https://blog.csdn.net/wanghexin701/article/details/4843696</guid><author>wanghexin701</author><pubDate>Fri, 20 Nov 2009 19:15:00 +0800</pubDate><description><![CDATA[ 1.one to many     (1)对于1这一方的操作与多的一方级联级 增加1时  可以普通的双增,也就是先new一的一方,在new多的一方的多个,把一的外键给多的几个实体,分别save一和多   要点  new了几个实体就要save几次 例如:  Dept dept=new Dept();         dept.setD_name("就业");                  Re]]></description><category></category></item></channel></rss>