会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
muddy-bear
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
2012年2月9日
asp.net 获得地址的参数
摘要: 1 string a = Request.QueryString[ "eb1 "].ToString(); 2 string b = Request.QueryString[ "eb2 "].ToString();
阅读全文
posted @ 2012-02-09 15:23 muddy-bear
阅读(136)
评论(0)
推荐(0)
2012年2月6日
sharepoint 获得当前登录人的用户名(转载)
摘要: 第一种方法:以下是代码片段:System.Web.HttpContext.Current.User.Identity.Name.ToString(); 这种方法不用获取当前的Site和Web信息,是全局使用的帐号信息。此方法获取的帐号信息是带域的。第二种方法:以下是代码片段: string username = ""; SPSite site = new SPSite("http://kf102"); SPWeb web = site.OpenWeb(); username = web.CurrentUser.LoginName.ToString();
阅读全文
posted @ 2012-02-06 16:18 muddy-bear
阅读(437)
评论(0)
推荐(0)
2012年2月1日
html <a> 标记 颜色与下划线
摘要: <a style= 'color:#0072bc; text-decoration : none'/>text-decoration参数:none : 无装饰blink : 闪烁underline : 下划线line-through : 贯穿线overline : 上划线
阅读全文
posted @ 2012-02-01 14:56 muddy-bear
阅读(10986)
评论(0)
推荐(0)
上一页
1
2
3
4
公告