1 2 3 4 5 练手 6 230 231 232 233 234 235 236 CONTACT US 237 TEAM 238 PORTFOLIO 239 HOME 240 ... ...
分类:
其他好文 时间:
2017-07-01 11:04:13
阅读次数:
352
转载:http://www.jianshu.com/p/1ff9e44ccc78 总结了几个月的东西终于能和大家分享了,不多说,直接看东西! 1、禁止手机睡眠 2、隐藏某行cell 3、禁用button高亮 4、tableview遇到这种报错failed to obtain a cell from ...
分类:
移动开发 时间:
2017-06-27 16:24:13
阅读次数:
688
学习swift的String用法总结 学习了swift的String的用法之后感觉比OC的太直接了,不需要直接的初始化、类型声明也不用区分可变和不可变的类型,基本上就是属于哪里需要就在哪里直接写就可以的状态 ...
分类:
编程语言 时间:
2017-06-20 13:38:42
阅读次数:
233
Given a complete binary tree, count the number of nodes. Definition of a complete binary tree from Wikipedia:In a complete binary tree every level, ex ...
分类:
其他好文 时间:
2017-06-19 01:15:45
阅读次数:
201
【POJ 2482】 Stars in Your Window(线段树+离散化+扫描线) Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 11294 Accepted: 3091 Description Fleeting time ...
布隆过滤器的实现方法1:自己实现 参考 http://www.cnblogs.com/naive/p/5815433.html bllomFilter两个参数分别代表,布隆过滤器的大小和hash函数的个数 布隆过滤器的实现方法2:使用pybloom 参考 http://www.jianshu.com ...
分类:
编程语言 时间:
2017-06-18 13:24:59
阅读次数:
201
一、热更新学习介绍 1、什么是热更新 举例来说: 游戏上线后,玩家下载第一个版本(70M左右或者更大),在运营的过程中,如果需要更换UI显示,或者修改游戏的逻辑,这个时候,如果不使用热更新,就需要重新打包,然后让玩家重新下载(浪费流量和时间,体验不好)。 热更新可以在不重新下载客户端的情况下,更新游 ...
分类:
编程语言 时间:
2017-06-03 15:14:52
阅读次数:
186
“System.InvalidOperationException”类型的未经处理的异常在 System.Windows.Forms.dll 中发生 其他信息: 线程间操作无效: 从不是创建控件“label1”的线程访问它。 解决方法: 1 构造方法中添加 CheckForIllegalCrossT ...
分类:
编程语言 时间:
2017-05-29 18:25:58
阅读次数:
2270
Problem statement: Suppose Andy and Doris want to choose a restaurant for dinner, and they both have a list of favorite restaurants represented by str ...
分类:
其他好文 时间:
2017-05-29 09:59:15
阅读次数:
195
Completely uninstalling Astrill fixed the issue but this solution is not what I want. Astrill support answered (within 2 hours) saying the correct fix ...
分类:
编程语言 时间:
2017-05-27 21:54:05
阅读次数:
299