会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
学习学习再学习
昵称:
夜飞
园龄:
19年6个月
粉丝:
3
关注:
0
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2006年8月17日
滚动DATAGRID数据 和股票一样滚动
摘要:
阅读全文
posted @ 2006-08-17 17:05 夜飞
阅读(475)
评论(0)
推荐(0)
2006年7月14日
vs.2005 中对COOKIES 加密解密 例子
摘要: 加密 CookiesResponse.Cookies["askCRM"]["USERID"] = Tools.Encrypt(strUserName.Trim(), Tools.myKey);解密string strUid = Request.Cookies["askCRM"]["USERID"];strUid = Tools.Decrypt(strUid, Tools.myKey);加密解密 掉...
阅读全文
posted @ 2006-07-14 18:56 夜飞
阅读(1263)
评论(0)
推荐(0)
2006年7月12日
asp.net(c#) datelist DataGrid 中截取字符串加"..." 和 鼠标放上去字符全部显示
摘要: 前台<asp:TemplateColumn HeaderText="绑定网址"><HeaderStyle HorizontalAlign="Center" Width="100px"></HeaderStyle><ItemStyle HorizontalAlign="Center"></ItemStyle><ItemTemplate...
阅读全文
posted @ 2006-07-12 19:15 夜飞
阅读(1641)
评论(2)
推荐(0)
vs.2005 比较时间大小 可精确到秒
摘要: DateTime tmpDate; DateTime tmpDate2; if ((!DateTime.TryParse(this.txtBoxStartTime.Text.Trim(), out tmpDate)) || (!DateTime.TryParse(this.txtBoxEndTime.Text.Trim(), out tmpDate2))) { JS.Alert("时间格式不正确(...
阅读全文
posted @ 2006-07-12 17:38 夜飞
阅读(735)
评论(0)
推荐(0)
VS.2005 子窗体提交数据刷新父窗体 GRIDVIEW 子窗体(2)
摘要: 刷新夫窗体用的JS/// </summary>public class JS{ public JS() { } /// <summary> /// 刷新父窗口 /// </summary> public static void refreshParent(string strIndex) { HttpContext.Current.Response.Write(...
阅读全文
posted @ 2006-07-12 15:46 夜飞
阅读(1377)
评论(0)
推荐(0)
VS.2005 子窗体提交数据刷新父窗体 GRIDVIEW 父窗体(1)
摘要: 父窗题ASPX<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AddChance.aspx.cs" Inherits="BaseOperation_AddChance"%><%@ Register Assembly="Microsoft.Web.UI.WebControls" Namespace="Microsoft...
阅读全文
posted @ 2006-07-12 15:36 夜飞
阅读(1755)
评论(1)
推荐(0)
gridview中加弹出窗口用例
摘要: 。CSusing System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI...
阅读全文
posted @ 2006-07-12 15:11 夜飞
阅读(4896)
评论(0)
推荐(0)
创建数据库连接对象
摘要: using System;using System.Collections;using System.Collections.Specialized;using System.Data;using System.Data.SqlClient;using System.Configuration;using System.Text.RegularExpressions;/// <summary...
阅读全文
posted @ 2006-07-12 15:05 夜飞
阅读(966)
评论(2)
推荐(0)
ASP.NET程序员笔试最常见问题
摘要: public-----成员可以有任何代码访问private--- 成员只能有可类中的代码访问internal---成员只能有定义他的工程内部代码访问protected --成员只能有类或派生类的代码访问virtual---方法可以重写abstract--- 方法必须重写(只用于一抽象类)override---方法重写一个基类方法(如果方法被重写,就必须使用该关键字)extern---方法定义放在其...
阅读全文
posted @ 2006-07-12 09:11 夜飞
阅读(600)
评论(0)
推荐(0)
海量数据库的查询优化及分页算法方案
摘要: 海量数据库的查询优化及分页算法方案(转自 http://www.pconline.com.cn)--------------------------------------------------------------------------------实现小数据量和海量数据的通用分页显示存储过程 建立一个web 应用,分页浏览功能必不可少。这个问题是数据库处理中十分常见的问题。经典的数据分页方...
阅读全文
posted @ 2006-07-12 09:01 夜飞
阅读(475)
评论(1)
推荐(0)
下一页
点击右上角即可分享