会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
听哥哥的话
上一页
1
···
30
31
32
33
34
35
36
37
38
···
48
下一页
2015年7月23日
easyui 获取当前页签选中的名称
摘要: 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日
解决URL参数中文乱码
摘要: string key = HttpUtility.UrlDecode(Request["key"], Encoding.UTF8);
阅读全文
posted @ 2015-07-18 18:18 听哥哥的话
阅读(239)
评论(0)
推荐(0)
2015年7月16日
html 图片拖动不出来的脚本
摘要: 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日
往数据库添加的时候(只添加以前未添加的记录的写法)c#
摘要: 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日
前台的json数组转化为List<T>集合
摘要: 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日
web桌面
摘要: http://www.pengyaou.com/LegendsZ/eg/WebWindowSystem/
阅读全文
posted @ 2015-07-07 22:47 听哥哥的话
阅读(113)
评论(0)
推荐(0)
easyui combogrid 下拉框 智能输入
摘要: 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分组获取第一条记录(sql+oracle)
摘要: 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
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告