上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 41 下一页
摘要: 响应式布局 responsive design @media 属性 bootstrap css 分析: @media (min-width:768px){ body{***} } use @media about the browser as a media [disabled] | :active 阅读全文
posted @ 2016-03-25 13:07 calochCN 阅读(49989) 评论(0) 推荐(3)
摘要: 案例: 代码: 阅读全文
posted @ 2016-03-24 13:05 calochCN 阅读(1078) 评论(0) 推荐(0)
摘要: How to estimate time when requirement changes or is added: my principle: never say so easy, at least one day when saying, cos, it is not so often for 阅读全文
posted @ 2016-03-21 14:36 calochCN 阅读(187) 评论(0) 推荐(0)
摘要: <button onclick="text1.scrollTop=text1.scrollHeight">滚动</button><br> cache the xmlhttprequest instance, if you want to use setinterval or settimeout. 阅读全文
posted @ 2016-03-13 22:42 calochCN 阅读(1817) 评论(0) 推荐(0)
摘要: http://www.daqianduan.com/example?pid=2959 animation, transition, transform or ani 2 trans 阅读全文
posted @ 2016-03-11 18:01 calochCN 阅读(159) 评论(0) 推荐(0)
摘要: Practical System Design using MEF MVVM RX MOQ Unit Tests in WPF Posted on May 21, 2015 by Arup Banerjee Prelude The project is a simple Temperature Co 阅读全文
posted @ 2016-03-11 13:16 calochCN 阅读(220) 评论(0) 推荐(0)
摘要: The Managed Extensibility Framework (MEF) is a built-in set of elements that allows you to “export” and “import” objects across projects that allows y 阅读全文
posted @ 2016-03-11 09:21 calochCN 阅读(247) 评论(0) 推荐(0)
摘要: What is Dependency Injection? A dependency is any object that another object requires. For example, it's common to define a repository that handles da 阅读全文
posted @ 2016-03-11 09:16 calochCN 阅读(213) 评论(0) 推荐(0)
摘要: var a=function(a,c){if(a)c(a)} undefined a(true,(console.log)) VM177:2 Uncaught TypeError: Illegal invocation(…)a @ VM177:2(anonymous function) @ VM18 阅读全文
posted @ 2016-03-11 08:58 calochCN 阅读(295) 评论(0) 推荐(0)
摘要: scenario: need to display raw xml, what does text() method do: <> converted to <> i.e. 把操作符号编码为html编码 显示原始html的方法, function htmlEncode(xml){ //1.to ht 阅读全文
posted @ 2016-03-10 10:34 calochCN 阅读(141) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 41 下一页