会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
听哥哥的话
上一页
1
···
27
28
29
30
31
32
33
34
35
···
48
下一页
2015年9月13日
1.ef 映射关系
摘要: 1.edmx ...
阅读全文
posted @ 2015-09-13 21:29 听哥哥的话
阅读(308)
评论(0)
推荐(0)
正则表达式复习 (?<=) (?=)
摘要: 1.首先值得一说的是"" 不是元字符 "."是元字符 ,连接字符"-",即使在字符组内部也不一定就是元字符,如果连接字符出现在字符组的开头,它表示的就是一个普通的字符,而不是一个范围如[a-zA-z0-9]里的连接字符"-",代表的就是一个范围小写字符a到z或大写字符A到Z或数字0到9,同样的"?"...
阅读全文
posted @ 2015-09-13 09:09 听哥哥的话
阅读(485)
评论(0)
推荐(0)
2015年9月11日
c# 常规验证基类
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text.RegularExpressions;using System.Web;namespace Holworth.Utility{ p...
阅读全文
posted @ 2015-09-11 14:19 听哥哥的话
阅读(368)
评论(0)
推荐(0)
不错的silverlight教程
摘要: http://www.visifire.com/documentation/Visifire_Documentation/Charts/Reference/Chart_Elements_Reference/Axis.htm
阅读全文
posted @ 2015-09-11 11:18 听哥哥的话
阅读(204)
评论(0)
推荐(0)
2015年9月10日
js 遮罩层请稍后
摘要: this.WaitMessage = function (msg) { $("").css({ display: "block", width: "100%", height: $(window).height() }).appendTo("body"); if (...
阅读全文
posted @ 2015-09-10 13:26 听哥哥的话
阅读(245)
评论(0)
推荐(0)
2015年9月5日
登陆冻结账户思路
摘要: 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...
阅读全文
posted @ 2015-09-05 21:16 听哥哥的话
阅读(238)
评论(0)
推荐(0)
mvc json 日期问题的最简单解决方法
摘要: 1.首先编写BaseController这个类,需要引入Newtonsoft.Json.dll程序集using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web;u...
阅读全文
posted @ 2015-09-05 18:15 听哥哥的话
阅读(186)
评论(0)
推荐(0)
EF 常见语句以及sql语句简单 后续继续添加
摘要: 1.注意级联删除的时候数据库的外键要设置为开启级联删除,(数据库里sqlserver的外键修改的时候,可以看到级联删除和级联更新)using System;using System.Collections.Generic;using System.Data.Entity;using System.L...
阅读全文
posted @ 2015-09-05 10:54 听哥哥的话
阅读(800)
评论(0)
推荐(0)
2015年9月4日
Entity Framework edmx(mapping文件)
摘要: ...
阅读全文
posted @ 2015-09-04 17:47 听哥哥的话
阅读(555)
评论(0)
推荐(0)
2015年8月27日
asp.net服务器推送长连接
摘要: Asp. Server Push 现在时间是: using System;using System.Collections.Generic;using System.Linq;using System.Web;u...
阅读全文
posted @ 2015-08-27 22:24 听哥哥的话
阅读(465)
评论(0)
推荐(0)
上一页
1
···
27
28
29
30
31
32
33
34
35
···
48
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告