摘要:http://dev.mysql.com/downloads/file.php?id=458484
阅读全文
摘要:using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Runtime.Serialization.Json;using System.Text.RegularExp...
阅读全文
摘要:http://blog.csdn.net/weiky626/article/details/17068593http://blog.csdn.net/niewq/article/details/41877301
阅读全文
摘要:$(function () { $('html *:not(#btn_helper_)').click(function (e) { hepler = false; $("html").css({ cursor: "url(''),auto...
阅读全文
摘要:1.首先值得一说的是"" 不是元字符 "."是元字符 ,连接字符"-",即使在字符组内部也不一定就是元字符,如果连接字符出现在字符组的开头,它表示的就是一个普通的字符,而不是一个范围如[a-zA-z0-9]里的连接字符"-",代表的就是一个范围小写字符a到z或大写字符A到Z或数字0到9,同样的"?"...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text.RegularExpressions;using System.Web;namespace Holworth.Utility{ p...
阅读全文
摘要:http://www.visifire.com/documentation/Visifire_Documentation/Charts/Reference/Chart_Elements_Reference/Axis.htm
阅读全文
摘要:this.WaitMessage = function (msg) { $("").css({ display: "block", width: "100%", height: $(window).height() }).appendTo("body"); if (...
阅读全文
摘要:string input_pwd=get_input_pwd();string pwd=get_pwd(user_name);bool pwd_bool=input_pwd==pwd;int err_time=get_err_time(user);datetime last_err_time=get...
阅读全文
摘要:1.首先编写BaseController这个类,需要引入Newtonsoft.Json.dll程序集using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web;u...
阅读全文
摘要:1.注意级联删除的时候数据库的外键要设置为开启级联删除,(数据库里sqlserver的外键修改的时候,可以看到级联删除和级联更新)using System;using System.Collections.Generic;using System.Data.Entity;using System.L...
阅读全文