摘要:
用户修改密码的代码 using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Text.RegularExpressions;namespace Niunan.Sho... 阅读全文
摘要:
完整的内置票据认证教程,看这里:牛腩购物网3:asp.net 内置票据认证控件 runat="server" 可以用来解决 新页面调用母版页图片路径显示不正确,以及 链接不正确。 例如 图片 http://localhost:10356/user/images/banner.gif 给图片加一个 runat=”server” 后,就可以显示完整了。 对于超链接也是一样的。加了runat之后,... 阅读全文
摘要:
前台js如下 function checkuser(username) { var name = $.trim(username); if (name.length == 0) { $("#mes_Username").html("<img src='images/wrong.jpg'>用户名不可用,请重新更换用户名"); ... 阅读全文
摘要:
用户表 shop_user:id,createdate,username,email,password,question,answer,isopenemail,realname,cardid,sex,age,province,city,address,phone,postcode,qq,url,intro, type,integral,amount, 用户登录表:shop_login_log:i... 阅读全文
摘要:
今天新装了系统,从windows server 2003 换到 windows server 2008 企业版,总体来说还是蛮好的,就是需要对2008系统进行优化。 我担心的软件问题不是问题,因为在86位(也就是原来的32位系统下)运行的软件,在64位下,也运行的好好的。例如 vs2010都还是能直接运行的,但是 daemon这款我用了很多年的虚拟光驱软件不能使用,换做 VirtualCloneD... 阅读全文