上一页 1 ··· 5 6 7 8 9 10 11 下一页
摘要: SqlDBHelper 阅读全文
posted @ 2016-10-17 09:33 泥称 阅读(3507) 评论(0) 推荐(0) 编辑
摘要: 从https的方式进行GitHub上的项目管理遇到了一些情况 1.push跟clone速度慢 2.push数据大时,需要靠人品与网络,随机有机会push成功(速度仅有几十KB) 3.需要输入用户名和密码(不算问题) 之后搜索半天的资料想着能不能解决掉https下的这些问题,有部分解决方案如下: Wr 阅读全文
posted @ 2016-08-31 15:19 泥称 阅读(22325) 评论(1) 推荐(2) 编辑
摘要: 负载测试 阅读全文
posted @ 2016-02-24 11:33 泥称 阅读(248) 评论(0) 推荐(0) 编辑
摘要: <div style="background:#98bf21;height:100px;width:100px;"> //从元素当前所在位置,往下消失 $(document).ready(function(){ $("button").click(function(){ $("div").css(' 阅读全文
posted @ 2016-02-01 16:05 泥称 阅读(207) 评论(0) 推荐(0) 编辑
摘要: html滚动,底部 阅读全文
posted @ 2016-01-15 16:23 泥称 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 图片变灰css3 阅读全文
posted @ 2016-01-11 15:10 泥称 阅读(229) 评论(0) 推荐(0) 编辑
摘要: outerHTML,获取Html,获取元素Html,当前元素Html 阅读全文
posted @ 2015-12-07 10:19 泥称 阅读(143) 评论(0) 推荐(0) 编辑
摘要: //获取当前提交过来的Request对象var request = System.Web.HttpContext.Current.Request; 阅读全文
posted @ 2015-11-13 13:54 泥称 阅读(137) 评论(0) 推荐(0) 编辑
摘要: //获取当前所在IFrame的idvar frameId = window.frameElement && window.frameElement.id || '';//Jquery获取父级框架的指定选择器对象,并调用单击事件('#id',window.parent.document).click 阅读全文
posted @ 2015-11-11 16:13 泥称 阅读(141) 评论(0) 推荐(0) 编辑
摘要: $("#select").empty();//清空$("#select").append($("").val("").text("..."));//新增$("#select").removeAttr("disabled");//禁用 //获取select下拉框的Text与Value,逗号分隔 ... 阅读全文
posted @ 2015-10-08 14:05 泥称 阅读(208) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 下一页