上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 48 下一页

2015年7月23日

摘要: parent.parent.$("#tabs").tabs('getSelected').panel('options').title == "收藏夹管理" 阅读全文
posted @ 2015-07-23 14:31 听哥哥的话 阅读(592) 评论(0) 推荐(0)
摘要: if (Request["_method"] == "queryScreenSize") { string h = SystemInformation.WorkingArea.Height.ToString(); ... 阅读全文
posted @ 2015-07-23 10:43 听哥哥的话 阅读(191) 评论(0) 推荐(0)

2015年7月21日

摘要: "> 保存 关闭 设置为默认配置 ... 阅读全文
posted @ 2015-07-21 22:28 听哥哥的话 阅读(399) 评论(0) 推荐(0)

2015年7月18日

摘要: string key = HttpUtility.UrlDecode(Request["key"], Encoding.UTF8); 阅读全文
posted @ 2015-07-18 18:18 听哥哥的话 阅读(239) 评论(0) 推荐(0)

2015年7月16日

摘要: function imgdragstart() { return false; }$(function(){ for (i in document.images) document.images[i].ondragstart = imgdragstart; }); 阅读全文
posted @ 2015-07-16 17:18 听哥哥的话 阅读(236) 评论(0) 推荐(0)

2015年7月11日

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication1{ publi... 阅读全文
posted @ 2015-07-11 11:40 听哥哥的话 阅读(282) 评论(0) 推荐(0)

2015年7月9日

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Runtime.Serialization;using System.Runtime.Serialization.Json;using Syste... 阅读全文
posted @ 2015-07-09 17:40 听哥哥的话 阅读(2345) 评论(0) 推荐(0)

2015年7月7日

摘要: http://www.pengyaou.com/LegendsZ/eg/WebWindowSystem/ 阅读全文
posted @ 2015-07-07 22:47 听哥哥的话 阅读(113) 评论(0) 推荐(0)
摘要: 1. 后台代码using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Reflection;using System.Web;using Contrac... 阅读全文
posted @ 2015-07-07 18:09 听哥哥的话 阅读(1363) 评论(0) 推荐(0)

2015年7月2日

摘要: sql版本select * from (select t.CloseDate,t.ExpiryDate,t.DataTypeLookupID,ROW_NUMBER() over(partition by CloseDate,ExpiryDate,DataTypeLookupID order by C... 阅读全文
posted @ 2015-07-02 23:53 听哥哥的话 阅读(499) 评论(0) 推荐(0)
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 48 下一页

导航