最近看了objc.io上第17期中的文章 《Inside Code Signing》 对应的中文翻译版 《代码签名探析》 ,受益颇深,对iOS代码签名机制有了进一步的认识。想了解详细内容建议大家还是去看原文好了。下面是对此文章的理解再结合自己之前对该部分的认识写出的学习笔记。本文的前提是已经对非对称...
分类:
移动开发 时间:
2014-10-29 21:13:44
阅读次数:
186
ElementSize (in points)Window (including status bar)320 x 480 ptsStatus Bar(How to hide the status bar)20 ptsView inside window(visible status bar)320...
分类:
其他好文 时间:
2014-10-29 19:01:46
阅读次数:
106
NS Simulation: Scheduling Events Simulation time A similation system (such as NS) must have a built-in simulation clock - it represents the "clock" .....
分类:
其他好文 时间:
2014-10-27 00:25:01
阅读次数:
301
Variables declared inside anifshort statement are also available inside any of theelseblocks.package main import ( "fmt" "math")func pow(x, n, ...
分类:
其他好文 时间:
2014-10-27 00:23:52
阅读次数:
165
Python : Data EncapsulationThe following table shows the different behaviour:NameNotationBehaviournamePublicCan be accessed from inside and outside_na...
分类:
编程语言 时间:
2014-10-26 21:02:13
阅读次数:
274
推荐《Inside The c++ Object Model》, 文章转自其中一段。 多态是面向对象的一个重要特征,c++中多态是通过虚函数机制实现的,关于c++多态实现的一些基本知识,本文就不在细述。 通常类似这样: Shape * ps = new circle; ps-...
分类:
编程语言 时间:
2014-10-26 19:40:52
阅读次数:
240
1.if you declare a method to be static in your .cc file.The reason is thatstaticmeans something different inside .cc files than in class declarations ...
分类:
其他好文 时间:
2014-10-20 19:24:37
阅读次数:
223
1.简单拓扑图专线进口------专线入口(我机房核心交换机)------我服务器终端分配的IP101.251.65.33101.251.65.34||iproute101.230.0.0255.255.0.0nextop101.251.65.33专线路由器2.边界路由3945配置定义inside端口和区域(我机房内网接口)定义outside端口和区域(我机房外网接..
分类:
移动开发 时间:
2014-10-20 15:25:11
阅读次数:
225
1.Loop循环(成功) // the code inside the loop //插入Loop 中的代码 2.在WordPress的第一篇文章中插入Google广告 // Insert your Google AdSense code here 你同样可以改变 count值来让广...
分类:
其他好文 时间:
2014-10-19 14:17:19
阅读次数:
205
ena
conf t
int fo/0
ip add +公网地址+子网掩码
ip nat ouside
no shut
int fo/1
ip add +内网地址+子网掩码
ip nat inside
no shut
ip route 0.0.0.0 0.0.0.0 +公网网关地址
access-list 1 premit+内网网关地址+0.0.0.255
ip nat...
分类:
其他好文 时间:
2014-10-19 10:17:18
阅读次数:
208