代码: -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ ...
分类:
移动开发 时间:
2017-05-20 18:22:48
阅读次数:
291
<frameset rows="70,*"cols="1920"frameborder="0"noresize framespacing="0"> <frame src="top.html" name="topframe" scrolling="no" noresize /> <frameset r ...
分类:
其他好文 时间:
2017-05-20 15:26:19
阅读次数:
129
对于iframe,相信大家都是知道存在很多弊端,比如说不利于搜索引擎的抓取;产生冗余结构体系不易管理等。不过在漫长的开发路上有时候使用是不可避免的。 前两天在做一个退弹的功能的时候使用了iframe,由于我设置的滚动条属性是:scrolling="auto",首先出现的问题是右侧有两个滚动条,不难想 ...
分类:
Web程序 时间:
2017-05-17 12:11:41
阅读次数:
295
英文原文:http://net.tutsplus.com/tutorials/html-css-techniques/sass-vs-less-vs-stylus-a-preprocessor-shootout 原文链接:http://www.w3cplus.com/css/sass-vs-less ...
分类:
其他好文 时间:
2017-05-17 12:07:18
阅读次数:
195
1.new project -> Scrolling Activity 2.Layout xml code activity_scrolling.xml content_scrolling.xml 3.Activity code ...
分类:
其他好文 时间:
2017-05-12 17:34:25
阅读次数:
224
题目链接:HDU 5294 Tricks Device 题意:n个点,m条边。而且一个人从1走到n仅仅会走1到n的最短路径。问至少破坏几条边使原图的最短路不存在。最多破坏几条边使原图的最短路劲仍存在 思路: 1.跑一遍最短路。记录下全部最短路径,将这些最短路径的边以(0,1)(流量,容量)加到网络流 ...
分类:
其他好文 时间:
2017-05-08 12:23:07
阅读次数:
193
MyWin32_仅供学习使用 嵌入进页面: ...
分类:
其他好文 时间:
2017-05-08 10:08:28
阅读次数:
115
参考链接:http://www.itdadao.com/articles/c15a1260810p0.html ...
分类:
Web程序 时间:
2017-05-05 10:48:05
阅读次数:
318
本文主要介绍8种实现细节的技巧或tricks:数据增广、图像预处理、网络初始化、训练过程中的技巧、激活函数的选择、不同正则化方法、来自于数据的洞察、集成多个深度网络的方法。1. 数据增广 ...
分类:
其他好文 时间:
2017-04-29 19:54:31
阅读次数:
394
style="overflow: auto;-webkit-overflow-scrolling: touch; 这个可以让页面在Native端滚动时模拟原生的弹性滚动效果 下面是微信浏览器禁止页面下拉查看网址(不影响页面内部scroll) ...
分类:
Web程序 时间:
2017-04-28 18:22:25
阅读次数:
496