本文是我的 WWDC 2014 笔记 中的一篇,涉及的 Session 有What's New in Cocoa TouchBuilding Adaptive Apps with UIKitWhat's New in Interface BuilderView Controller Advancem...
分类:
移动开发 时间:
2014-08-14 01:00:17
阅读次数:
421
以A字母开头的词汇 英文 中文 abstract module 抽象模组 access 访问、存取 access control 存取控制 access control information 存取控制资讯 access mechanism 存取机制 access rights 存取权限 accessibilit...
分类:
其他好文 时间:
2014-08-13 22:42:58
阅读次数:
1271
概要Windows Forms 控件通常不是thread-safe(直接或间接继承于System.Windows.Forms.Control),因此.NET Framework为防止multithread下对控件的存取可能导致控件状态的不一致,在调试时,CLR-Debugger会抛出一个Invali...
分类:
其他好文 时间:
2014-08-13 21:39:57
阅读次数:
269
在Xcode中,我们可以在StoryBoard编辑界面或者是xib编辑界面中通过“Control键+拖拽“的方式将某个界面元素和对应的代码文件连接起来,在代码文件中创建outlet。不过,如果你的运气不太好,执行以上操作的过程中你可能会遇到下面这样的错误:Could not insert new o...
分类:
移动开发 时间:
2014-08-13 21:33:17
阅读次数:
185
http://acm.hdu.edu.cn/showproblem.php?pid=4289题目讲的是有一些恐怖分子要从S市去往D市,要求在一些城市中安排特工,保证一定能够抓住恐怖分子,因为安排特工需要一定的费用,所以希望找出最小的花费。思路:可以把每个城市,即每个点拆分成进来的点和出去的点,如x点...
分类:
其他好文 时间:
2014-08-13 12:53:26
阅读次数:
210
关键代码: /// /// 向下递归查找控件 /// /// 查找控件的父容器控件 /// 查找控件名称 /// 若没有查找到返回NULL public static Control DownRecursiveFindControl(this Control parentContr...
Network AttackNicola regularly inspects the local networks for security issues. He uses a smart and aggressive program which takes control of computer...
分类:
Web程序 时间:
2014-08-13 10:18:05
阅读次数:
247
原因:缺少unity-control-center解决:安装sudoapt-getinstallunity-control-center
分类:
其他好文 时间:
2014-08-13 03:42:55
阅读次数:
189
6.5.2 The cregister Keyword
The compiler extends the C/C++ language by adding the cregister keyword to allow high level language access to control registers.
When you use the cregister keyword on an...
分类:
其他好文 时间:
2014-08-13 01:21:04
阅读次数:
309
通用信息头Cache-Control : no-cache(不缓存当前请求) [*]Connection:close(返回当前请求后立即断开)[*]Date:。。。(HTTP消息产生的时间)Pragma:no-cache (不缓存) [*]Trailer:Date(哪些能放到实体内容后的头字段)T....
分类:
其他好文 时间:
2014-08-13 01:06:14
阅读次数:
169