会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
neusoft06
博客园
首页
新随笔
管理
上一页
1
2
3
4
5
2014年12月4日
ASP.NET-AD(ActiveDirectory)用户验证
摘要: http://blog.sina.com.cn/s/blog_5067ef490101e1ul.html protected void Page_Load(object sender, EventArgs e) { // 認証処理開始 string staffCo...
阅读全文
posted @ 2014-12-04 10:33 neusoft06
阅读(196)
评论(0)
推荐(0)
2014年12月2日
技术学习网站
摘要: 网站建设教程 http://www.w3school.com.cn/index.html 牛人博客 .NET http://jimmyzhang.cnblogs.com/ http://www.tracefact.net/ http://zhoufoxcn.blog.51cto.com/ http:
阅读全文
posted @ 2014-12-02 12:45 neusoft06
阅读(144)
评论(0)
推荐(0)
.net里如何判断字符长度
摘要: protected int GetLength(string strValue) { byte[] myByte = System.Text.Encoding.Default.GetBytes(strValue); return myByte.Length; ...
阅读全文
posted @ 2014-12-02 12:14 neusoft06
阅读(849)
评论(0)
推荐(0)
2014年11月28日
LINQ--- MAX()函数 group by
摘要: 获取最后修改的记录SQL 转化LINQ
阅读全文
posted @ 2014-11-28 08:26 neusoft06
阅读(1939)
评论(0)
推荐(0)
2014年11月27日
linq
摘要: List<SearchApplicationResult> results = (from row in query.Where(item => item.DEL_FLG == '0') join row_temp in DataContext.TBAARS_COMMITTEE_APPLICATIO
阅读全文
posted @ 2014-11-27 14:39 neusoft06
阅读(162)
评论(0)
推荐(0)
2014年11月26日
座右铭
摘要: 平心静气,多思多闻。思想是语言的升华。技术的精深源于总结。没有谁能随随便便成功!
阅读全文
posted @ 2014-11-26 12:00 neusoft06
阅读(138)
评论(0)
推荐(0)
获取当前URL
摘要: http://www.ipentec.com/document/document.aspx?page=csharp-asp-net-get-request-url
阅读全文
posted @ 2014-11-26 11:38 neusoft06
阅读(115)
评论(0)
推荐(0)
2014年11月6日
javascript RadioButtonList 選択値
摘要: 【ASPXソース】')"/> AAA BBB CCC【javascript(jQuery)ソース】//この引数idはコントロールIDの文字列を渡してください。function getCheckedRadio(id) { //各Itemの配列を取得 //↓javascriptならこれ va...
阅读全文
posted @ 2014-11-06 16:05 neusoft06
阅读(178)
评论(0)
推荐(0)
2014年10月29日
C# 后台生成javascript
摘要: protected override void OnPreRender(EventArgs e) { base.OnPreRender(e); bool isHistory = false; if (Session[SESSION_KEY_I...
阅读全文
posted @ 2014-10-29 17:24 neusoft06
阅读(308)
评论(0)
推荐(0)
上一页
1
2
3
4
5
公告
分享到:
更多