摘要: 例如i=1; i.ToString().PadLeft(10,'0'); 固定长度为10,左不足补0,结果为0000000001; 阅读全文
posted @ 2015-01-09 16:59 wiming 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Register.cshtml 账户 VerifyAccount.js$(document).ready(function () { $("#next_btn_01").click(function () {if (is_account_exist(acc_account)) retu... 阅读全文
posted @ 2015-01-09 16:11 wiming 阅读(254) 评论(0) 推荐(0) 编辑
摘要: FirstOrDefault:取序列中满足条件的第一个元素,如果没有元素满足条件,则返回默认值(对于可以为null的对象,默认值为null,对于不能为null的对象,如int,默认值为0) 阅读全文
posted @ 2015-01-09 16:10 wiming 阅读(217) 评论(0) 推荐(1) 编辑