11 2013 档案

摘要:所需软件discuzx1.5 (包含ucenter1.5)ecmall2.3phpcms v9.51.先安装discuz1.52.然后安装ecmall2.33.最后安装phpcms v9.5disucz1.5中的ucenter来对其他两种产品进行同步登录和注册进行通信1.discuz1.52.ecmall 要将discusz里面的uc_client文件拷贝到ecmall里面的根目录下才行3.phpcms通信 实际上你懂的 http://www.discuz.net/thread-2026688-1-1.html 阅读全文
posted @ 2013-11-28 15:00 天道酬勤,坚持! 阅读(447) 评论(0) 推荐(0) 编辑
摘要:讨人喜欢的 MySQL replace into 用法(insert into 的增强版)在向表中插入数据的时候,经常遇到这样的情况:1. 首先判断数据是否存在; 2. 如果不存在,则插入;3.如果存在,则更新。在 SQL Server 中可以这样处理: if not exists (select 1 from t where id = 1) insert into t(id, update_time) values(1, getdate()) else update t set update_time = getdate() where id = 1那么 MySQ... 阅读全文
posted @ 2013-11-16 15:24 天道酬勤,坚持! 阅读(356) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示