会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
陌念
博客园
首页
新随笔
联系
管理
订阅
随笔- 81 文章- 61 评论- 1 阅读-
26719
上一页
1
2
3
4
5
6
7
8
9
下一页
2014年8月19日
js 接收浏览器的参数值
摘要: 修改页面 要修改的班级信息:
阅读全文
posted @ 2014-08-19 11:16 陌念
阅读(313)
评论(0)
推荐(0)
模态窗口的运用
摘要: 1 在主窗体 弹出模态窗口2 弹出的窗体 我是模态窗体 模态窗体赶回值给父窗体
阅读全文
posted @ 2014-08-19 11:12 陌念
阅读(129)
评论(0)
推荐(0)
2014年3月17日
thickbox的用法
摘要: 1 在注册页面中调用另一个页面在注册页面中引用 2 在被打开的页面中 产品页面中 关闭页面的图标确定后关闭的确定
阅读全文
posted @ 2014-03-17 16:51 陌念
阅读(311)
评论(0)
推荐(0)
2014年3月12日
新语法
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections;namespace 新语法{ static class Program { static void Main(string[] args) { //2.1 调用带参数默认值的方法,编译后悔自动添加默认值到这个方法的括号中 // TestPareDafaule(); //2.2 ...
阅读全文
posted @ 2014-03-12 22:20 陌念
阅读(183)
评论(0)
推荐(0)
2014年3月9日
ToString()格式化输出
摘要: C 货币2.5.ToString("C")¥2.50D 十进制数25.ToString("D5")00025E 科学型25000.ToString("E")2.500000E+005F 固定点25.ToString("F2")25.00G 常规2.5.ToString("G")2.5N 数字2500000.ToString("N")2,500,000.00X 十六进制255.ToString("X")FFformatCode 是可选的格式化代码字符串。(详
阅读全文
posted @ 2014-03-09 11:30 陌念
阅读(570)
评论(0)
推荐(0)
2014年3月4日
全局配置文件
摘要: 1 二个方法比较重要 //网站运行后只会运行一次 不管换不换浏览器都不回执行 protected void Application_Start(object sender, EventArgs e) { HttpContext.Current.Application["web"] = "我只会执行一次" + DateTime.Now;//在页面中输出的时候 Response.Write(Application["web"].ToString()); } /// /// 出现页面...
阅读全文
posted @ 2014-03-04 23:10 陌念
阅读(173)
评论(0)
推荐(0)
url 重定向的原理
摘要: 1----------------------------在全局配置文件中写url重写 //命名规则 一定要以 Application_ 作为开头 url 重写 protected void Application_BeginRequest(object sender, EventArgs e) { System.Web.HttpApplication app = sender as HttpApplication; fackProcess(app); } void fackProcess(Ht...
阅读全文
posted @ 2014-03-04 23:07 陌念
阅读(637)
评论(0)
推荐(0)
2014年3月3日
简单的过滤器
摘要: 1 新建个类库 添加 system.web的应用2 实现IHttpModule的接口using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web;namespace FirstModule{ class FirstModule :System.Web.IHttpModule {//为请求管道的第一个事件 ,也是就BeginRequest 的事件注册一个用户自动以的一个方法 public void Init(HttpApplicatio...
阅读全文
posted @ 2014-03-03 23:39 陌念
阅读(172)
评论(0)
推荐(0)
2014年3月2日
LoginNet配置
摘要: 1 在配置文件 2在调用的页面中 //一般一个类用一个ILog静态类实例就可以 private static ILog logger = LogManager.GetLogger(typeof(t)); //t就是所在类的类名 //GetLogger 一般传所在累的类明 //1LogManager.GetLogger(typeof(t)).Debug("我的第一条日子"); ////////////ILog logger = LogM...
阅读全文
posted @ 2014-03-02 22:08 陌念
阅读(216)
评论(0)
推荐(0)
数据源绑定GridView
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;namespace Comp.WEB.GridView{ public partial class GridView数据员绑定数据 : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { ...
阅读全文
posted @ 2014-03-02 21:59 陌念
阅读(309)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告
昵称:
陌念
园龄:
11年8个月
粉丝:
4
关注:
21
<
2025年7月
>
日
一
二
三
四
五
六
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
点击右上角即可分享