会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
C# 点滴
Gsun
上一页
1
···
11
12
13
14
15
2009年3月10日
禁止鼠标右键
摘要:
阅读全文
posted @ 2009-03-10 11:13 Gsun
阅读(273)
评论(0)
推荐(0)
判断用户是否登录
摘要: public class Class_LoginJudge { public static void IsLogin() { if(Object.Equals(HttpContext.Current.Session["partno"],null) || Object.Equals(HttpContext.Current.Session["name"]...
阅读全文
posted @ 2009-03-10 11:05 Gsun
阅读(606)
评论(0)
推荐(0)
2009年3月7日
CSS實現網頁漸變背景
摘要: 從上到下 body{ FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#000000); } 二、从左上至右下渐变 ...
阅读全文
posted @ 2009-03-07 13:29 Gsun
阅读(462)
评论(2)
推荐(0)
解决中文乱码问题
摘要: 1.设置web.config文件。 ...... ...... 2.传递中文之前,将要传递的中文参数进行编码,在接收时再进行解码。 >> 进行传递 string Name = "中文参数"; Response.Redirect("B.aspx?Name="+Server.UrlEncode或進HttpUtility.UrlEncodeUnicode (Name)); >> ...
阅读全文
posted @ 2009-03-07 13:27 Gsun
阅读(485)
评论(0)
推荐(0)
实现半透明效果
摘要: 1) 2)
阅读全文
posted @ 2009-03-07 13:26 Gsun
阅读(367)
评论(0)
推荐(0)
用iFrame遮挡DropDownList的方法
摘要: 方法:在<div></div>中加入<iframe></ifame>實例:<div id="ad" style="Z-INDEX:999999; FILTER:alpha(opacity=100); LEFT:120px; WIDTH:160px; POSITION:absolute; TOP:80px; HEIGHT:100px;"> ...
阅读全文
posted @ 2009-03-07 13:24 Gsun
阅读(595)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
导航
博客园
首页
新随笔
联系
订阅
管理
公告