Skip to content

Commit

Permalink
deploy: 82194ac
Browse files Browse the repository at this point in the history
  • Loading branch information
rob2468 committed Aug 24, 2023
1 parent 1056326 commit 63f6f15
Show file tree
Hide file tree
Showing 68 changed files with 339 additions and 327 deletions.
4 changes: 2 additions & 2 deletions 2015/04/11/review-the-default-ios-source-code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<meta property="og:description" content="翻译自 Apple iOS developer library 源代码简介app 工程创建后通常会自动生成一些源代码文件,通过这些源代码文件构建 app。其中大部分的工作是由 UIApplicationMain 函数完成的,UIApplicationMain 函数在 main.m 文件中自动被调用。UIApplicationMain 函数创建一个应用程序对象,该应用程序对象为 app 创建与 iO">
<meta property="og:locale" content="zh_CN">
<meta property="article:published_time" content="2015-04-11T00:00:00.000Z">
<meta property="article:modified_time" content="2023-08-20T15:00:34.558Z">
<meta property="article:modified_time" content="2023-08-24T15:53:15.160Z">
<meta property="article:author" content="陈军">
<meta property="article:tag" content="iOS">
<meta property="article:tag" content="翻译">
Expand Down Expand Up @@ -160,7 +160,7 @@ <h2 id="app委托源代码文件"><a href="#app委托源代码文件" class="hea

</div>
<footer class="article-footer">
<a data-url="https://rob2468.github.io/2015/04/11/review-the-default-ios-source-code/" data-id="clljks8tp0003fiow0mo07tjn" data-title="iOS 工程默认源代码文件简介(译)" class="article-share-link">Share</a>
<a data-url="https://rob2468.github.io/2015/04/11/review-the-default-ios-source-code/" data-id="cllpcff6e0003ejon2bkheor4" data-title="iOS 工程默认源代码文件简介(译)" class="article-share-link">Share</a>



Expand Down
4 changes: 2 additions & 2 deletions 2015/04/15/lifecycle-of-view-of-viewcontroller/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<meta property="og:locale" content="zh_CN">
<meta property="og:image" content="https://media.githubusercontent.com/media/rob2468/rob2468.github.io/master/images/2015-04-15-%E6%9F%90%E4%B8%AA%E8%A7%86%E5%9B%BE%E6%8E%A7%E5%88%B6%E5%AF%B9%E8%B1%A1%E7%9A%84%E8%A7%86%E5%9B%BE%E7%9A%84%E7%94%9F%E5%91%BD%E5%91%A8%E6%9C%9F.png">
<meta property="article:published_time" content="2015-04-15T00:00:00.000Z">
<meta property="article:modified_time" content="2023-08-20T15:00:34.558Z">
<meta property="article:modified_time" content="2023-08-24T15:53:15.160Z">
<meta property="article:author" content="陈军">
<meta property="article:tag" content="iOS">
<meta name="twitter:card" content="summary">
Expand Down Expand Up @@ -146,7 +146,7 @@ <h1 id=""><a href="#" class="headerlink" title=""></a></h1><p>《iOS编程(第

</div>
<footer class="article-footer">
<a data-url="https://rob2468.github.io/2015/04/15/lifecycle-of-view-of-viewcontroller/" data-id="clljks8tr0005fiowa3h3csxz" data-title="视图控制对象的视图的生命周期" class="article-share-link">Share</a>
<a data-url="https://rob2468.github.io/2015/04/15/lifecycle-of-view-of-viewcontroller/" data-id="cllpcff6h0005ejonai984p4q" data-title="视图控制对象的视图的生命周期" class="article-share-link">Share</a>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<meta property="og:locale" content="zh_CN">
<meta property="og:image" content="https://media.githubusercontent.com/media/rob2468/rob2468.github.io/master/images/2015-05-24-UML%E4%B8%AD%E7%B1%BB%E5%8F%8A%E5%85%B6%E5%85%B3%E7%B3%BB%E7%9A%84%E7%AC%A6%E5%8F%B7%E8%A1%A8%E7%A4%BA.png">
<meta property="article:published_time" content="2015-05-24T00:00:00.000Z">
<meta property="article:modified_time" content="2023-08-20T15:00:34.558Z">
<meta property="article:modified_time" content="2023-08-24T15:53:15.160Z">
<meta property="article:author" content="陈军">
<meta property="article:tag" content="UML">
<meta property="article:tag" content="资源">
Expand Down Expand Up @@ -147,7 +147,7 @@ <h1 id=""><a href="#" class="headerlink" title=""></a></h1><p>在软件开发过

</div>
<footer class="article-footer">
<a data-url="https://rob2468.github.io/2015/05/24/symbol-representation-of-uml-class-diagram/" data-id="clljks8ts0006fiow1zsq85d0" data-title="UML 中类及其关系的符号表示" class="article-share-link">Share</a>
<a data-url="https://rob2468.github.io/2015/05/24/symbol-representation-of-uml-class-diagram/" data-id="cllpcff6i0006ejoncz754w3w" data-title="UML 中类及其关系的符号表示" class="article-share-link">Share</a>



Expand Down
4 changes: 2 additions & 2 deletions 2015/08/14/app-behavior-after-receiving-push/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<meta property="og:description" content="iOS App有多种运行状态,并且可能在任一状态下接收到APNS (Apple Push Notification Service)发送来的push通知;针对一条push通知,用户可能采取不同动作。 为了合理的处理push通知,需要开发者在合适的地方提供处理代码。通过测试,本文总结出iOS App在不同状态下接收到push通知的行为。本文只是简单的总结处理push通知的时机,针对更加复杂的push">
<meta property="og:locale" content="zh_CN">
<meta property="article:published_time" content="2015-08-14T00:00:00.000Z">
<meta property="article:modified_time" content="2023-08-20T15:00:34.558Z">
<meta property="article:modified_time" content="2023-08-24T15:53:15.160Z">
<meta property="article:author" content="陈军">
<meta property="article:tag" content="iOS">
<meta name="twitter:card" content="summary">
Expand Down Expand Up @@ -171,7 +171,7 @@ <h1 id=""><a href="#" class="headerlink" title=""></a></h1><p>iOS App有多种

</div>
<footer class="article-footer">
<a data-url="https://rob2468.github.io/2015/08/14/app-behavior-after-receiving-push/" data-id="clljks8ts0007fiow9rip4kvl" data-title="iOS App 在不同状态下收到 push 通知的行为" class="article-share-link">Share</a>
<a data-url="https://rob2468.github.io/2015/08/14/app-behavior-after-receiving-push/" data-id="cllpcff6j0007ejonhiku1uv6" data-title="iOS App 在不同状态下收到 push 通知的行为" class="article-share-link">Share</a>



Expand Down
4 changes: 2 additions & 2 deletions 2015/10/26/autolayout-in-uiscrollView/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<meta property="og:image" content="https://media.githubusercontent.com/media/rob2468/rob2468.github.io/master/images/2015-10-26-UIScrollView%E5%B8%83%E5%B1%80%E4%BE%9D%E8%B5%96%E7%A4%BA%E6%84%8F%E5%9B%BE.png">
<meta property="og:image" content="https://media.githubusercontent.com/media/rob2468/rob2468.github.io/master/images/2015-10-26-xib%E6%96%87%E4%BB%B6%E4%B8%ADUIScrollView%E5%B8%83%E5%B1%80.png">
<meta property="article:published_time" content="2015-10-26T00:00:00.000Z">
<meta property="article:modified_time" content="2023-08-20T15:00:34.558Z">
<meta property="article:modified_time" content="2023-08-24T15:53:15.160Z">
<meta property="article:author" content="陈军">
<meta property="article:tag" content="iOS">
<meta property="article:tag" content="工程实践">
Expand Down Expand Up @@ -171,7 +171,7 @@ <h3 id="参考文献"><a href="#参考文献" class="headerlink" title="参考

</div>
<footer class="article-footer">
<a data-url="https://rob2468.github.io/2015/10/26/autolayout-in-uiscrollView/" data-id="clljks8tu000afiow8uuhfw1k" data-title="在 UIScrollView 中使用 Autolayout" class="article-share-link">Share</a>
<a data-url="https://rob2468.github.io/2015/10/26/autolayout-in-uiscrollView/" data-id="cllpcff6l000aejon0k3o8eh7" data-title="在 UIScrollView 中使用 Autolayout" class="article-share-link">Share</a>



Expand Down
4 changes: 2 additions & 2 deletions 2015/11/02/bdphoneheadtabview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<meta property="og:image" content="https://media.githubusercontent.com/media/rob2468/rob2468.github.io/master/images/2015-11-02-HeadTabView%E7%9A%84%E4%BB%A3%E7%A0%81%E6%95%B4%E4%BD%93%E7%BB%93%E6%9E%84.png">
<meta property="og:image" content="https://media.githubusercontent.com/media/rob2468/rob2468.github.io/master/images/2015-11-02-BDPhoneHeadTabView%E7%9A%84%E8%A7%86%E5%9B%BE%E5%B1%82%E6%AC%A1.png">
<meta property="article:published_time" content="2015-11-02T00:00:00.000Z">
<meta property="article:modified_time" content="2023-08-20T15:00:34.558Z">
<meta property="article:modified_time" content="2023-08-24T15:53:15.160Z">
<meta property="article:author" content="陈军">
<meta property="article:tag" content="iOS">
<meta property="article:tag" content="工程实践">
Expand Down Expand Up @@ -163,7 +163,7 @@ <h2 id="三、视图层次"><a href="#三、视图层次" class="headerlink" tit

</div>
<footer class="article-footer">
<a data-url="https://rob2468.github.io/2015/11/02/bdphoneheadtabview/" data-id="clljks8tv000bfiowg94o2gvj" data-title="Head Tab View" class="article-share-link">Share</a>
<a data-url="https://rob2468.github.io/2015/11/02/bdphoneheadtabview/" data-id="cllpcff6m000bejon9t4x82ja" data-title="Head Tab View" class="article-share-link">Share</a>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<meta property="og:image" content="https://media.githubusercontent.com/media/rob2468/rob2468.github.io/master/images/2016-01-16-%E5%8F%8C%E5%87%BB%E7%BC%A9%E6%94%BE%E5%9B%BE%E7%89%87%E5%A4%84%E7%90%86%E6%B5%81%E7%A8%8B.png">
<meta property="og:image" content="https://media.githubusercontent.com/media/rob2468/rob2468.github.io/master/images/2016-01-16-%E6%8D%8F%E5%90%88%E7%BC%A9%E6%94%BE%E5%9B%BE%E7%89%87%E5%A4%84%E7%90%86%E6%B5%81%E7%A8%8B.png">
<meta property="article:published_time" content="2016-01-16T00:00:00.000Z">
<meta property="article:modified_time" content="2023-08-20T15:00:34.558Z">
<meta property="article:modified_time" content="2023-08-24T15:53:15.160Z">
<meta property="article:author" content="陈军">
<meta property="article:tag" content="iOS">
<meta property="article:tag" content="工程实践">
Expand Down Expand Up @@ -202,7 +202,7 @@ <h2 id="五、总结"><a href="#五、总结" class="headerlink" title="五、

</div>
<footer class="article-footer">
<a data-url="https://rob2468.github.io/2016/01/16/image-browser-implementation-and-optimization/" data-id="clljks8tw000dfiow6usg62co" data-title="图片查看器中单张图片浏览的实现与优化" class="article-share-link">Share</a>
<a data-url="https://rob2468.github.io/2016/01/16/image-browser-implementation-and-optimization/" data-id="cllpcff6n000dejonhhmsc399" data-title="图片查看器中单张图片浏览的实现与优化" class="article-share-link">Share</a>



Expand Down
4 changes: 2 additions & 2 deletions 2016/05/16/jspatch-code-analysis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<meta property="og:image" content="https://media.githubusercontent.com/media/rob2468/rob2468.github.io/master/images/2016-05-16-JSPatch_MessageSend.png">
<meta property="og:image" content="https://media.githubusercontent.com/media/rob2468/rob2468.github.io/master/images/2016-05-16-JSPatch_callSelector.png">
<meta property="article:published_time" content="2016-05-16T00:00:00.000Z">
<meta property="article:modified_time" content="2023-08-20T15:00:34.558Z">
<meta property="article:modified_time" content="2023-08-24T15:53:15.160Z">
<meta property="article:author" content="陈军">
<meta property="article:tag" content="iOS">
<meta property="article:tag" content="动态化">
Expand Down Expand Up @@ -237,7 +237,7 @@ <h3>参考文献:</h3>

</div>
<footer class="article-footer">
<a data-url="https://rob2468.github.io/2016/05/16/jspatch-code-analysis/" data-id="clljks8tw000efiowaaghem8d" data-title="JSPatch 代码分析" class="article-share-link">Share</a>
<a data-url="https://rob2468.github.io/2016/05/16/jspatch-code-analysis/" data-id="cllpcff6o000eejon5un091un" data-title="JSPatch 代码分析" class="article-share-link">Share</a>



Expand Down
4 changes: 2 additions & 2 deletions 2016/05/17/objc-message-send/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<meta property="og:description" content="OC 为动态运行时语言,其将许多决策从编译和链接时延迟到运行时执行。OC 中的方法调用本质为消息传递,[receiver message] 可以解释为向 receiver 对象发送 message 消息。今天阅读了 Apple 开发文档的 Messaging 章节,利用运行时系统提供的相关方法,OC 消息传递式的方法调用最终转换成了标准 C 语言函数调用方式,实现了统一。 本文以 Apple 开发">
<meta property="og:locale" content="zh_CN">
<meta property="article:published_time" content="2016-05-17T00:00:00.000Z">
<meta property="article:modified_time" content="2023-08-20T15:00:34.558Z">
<meta property="article:modified_time" content="2023-08-24T15:53:15.160Z">
<meta property="article:author" content="陈军">
<meta property="article:tag" content="iOS">
<meta name="twitter:card" content="summary">
Expand Down Expand Up @@ -201,7 +201,7 @@ <h2 id="四、总结"><a href="#四、总结" class="headerlink" title="四、

</div>
<footer class="article-footer">
<a data-url="https://rob2468.github.io/2016/05/17/objc-message-send/" data-id="clljks8ty000gfiow9t740t7u" data-title="Objective-C 消息传递" class="article-share-link">Share</a>
<a data-url="https://rob2468.github.io/2016/05/17/objc-message-send/" data-id="cllpcff6r000gejon4d0ghg94" data-title="Objective-C 消息传递" class="article-share-link">Share</a>



Expand Down
4 changes: 2 additions & 2 deletions 2016/05/20/project-management-summary/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<meta property="og:description" content="加入百度时间不长,一直参与百度浏览器 iPhone 版的开发。开发组里每位同事会轮流负责新版本的管理工作,在试用期转正的1个月后,我承担了一次重大更新版本的项目管理工作。 这次重大更新版本从进入开发到 App Store 发布,将近2个月时间。本文是对这段经历的总结,包括管理经验、个人感受、个人思考。">
<meta property="og:locale" content="zh_CN">
<meta property="article:published_time" content="2016-05-20T00:00:00.000Z">
<meta property="article:modified_time" content="2023-08-20T15:00:34.558Z">
<meta property="article:modified_time" content="2023-08-24T15:53:15.160Z">
<meta property="article:author" content="陈军">
<meta property="article:tag" content="思考">
<meta name="twitter:card" content="summary">
Expand Down Expand Up @@ -171,7 +171,7 @@ <h2 id="三、个人思考与总结"><a href="#三、个人思考与总结" clas

</div>
<footer class="article-footer">
<a data-url="https://rob2468.github.io/2016/05/20/project-management-summary/" data-id="clljks8u0000ifiow4o3k8l19" data-title="初试项目管理,个人经验小结" class="article-share-link">Share</a>
<a data-url="https://rob2468.github.io/2016/05/20/project-management-summary/" data-id="cllpcff6v000iejon0g4a5o87" data-title="初试项目管理,个人经验小结" class="article-share-link">Share</a>



Expand Down
4 changes: 2 additions & 2 deletions 2016/05/26/cycle-scroll-view/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<meta property="og:locale" content="zh_CN">
<meta property="og:image" content="https://media.githubusercontent.com/media/rob2468/rob2468.github.io/master/images/2016-05-26-Cycle-Scroll-View.png">
<meta property="article:published_time" content="2016-05-26T00:00:00.000Z">
<meta property="article:modified_time" content="2023-08-20T15:00:34.558Z">
<meta property="article:modified_time" content="2023-08-24T15:53:15.160Z">
<meta property="article:author" content="陈军">
<meta property="article:tag" content="iOS">
<meta property="article:tag" content="工程实践">
Expand Down Expand Up @@ -168,7 +168,7 @@ <h1 id=""><a href="#" class="headerlink" title=""></a></h1><p>代码:<a target

</div>
<footer class="article-footer">
<a data-url="https://rob2468.github.io/2016/05/26/cycle-scroll-view/" data-id="clljks8u1000lfiow3ek7e4ao" data-title="可循环滚动的 ScrollView" class="article-share-link">Share</a>
<a data-url="https://rob2468.github.io/2016/05/26/cycle-scroll-view/" data-id="cllpcff6x000lejon8tbc6wox" data-title="可循环滚动的 ScrollView" class="article-share-link">Share</a>



Expand Down
4 changes: 2 additions & 2 deletions 2016/09/20/uti/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<meta property="og:image" content="https://media.githubusercontent.com/media/rob2468/rob2468.github.io/master/images/2016-09-20-conformance_hierarchy.gif">
<meta property="og:image" content="https://media.githubusercontent.com/media/rob2468/rob2468.github.io/master/images/2016-09-20-physical_vs_functional.gif">
<meta property="article:published_time" content="2016-09-20T00:00:00.000Z">
<meta property="article:modified_time" content="2023-08-20T15:00:34.558Z">
<meta property="article:modified_time" content="2023-08-24T15:53:15.160Z">
<meta property="article:author" content="陈军">
<meta property="article:tag" content="iOS">
<meta property="article:tag" content="资源">
Expand Down Expand Up @@ -180,7 +180,7 @@ <h3 id="参考文献:"><a href="#参考文献:" class="headerlink" title="

</div>
<footer class="article-footer">
<a data-url="https://rob2468.github.io/2016/09/20/uti/" data-id="clljks8u2000nfiow1qcofob2" data-title="UTI,Uniform Type Identifier" class="article-share-link">Share</a>
<a data-url="https://rob2468.github.io/2016/09/20/uti/" data-id="cllpcff6y000nejonhr4f0m2t" data-title="UTI,Uniform Type Identifier" class="article-share-link">Share</a>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<meta property="og:image" content="https://media.githubusercontent.com/media/rob2468/rob2468.github.io/master/images/2016-12-29-Skip-registration-to-the-autorelease-pool.jpeg">
<meta property="og:image" content="https://media.githubusercontent.com/media/rob2468/rob2468.github.io/master/images/2016-12-29-Relationship-of-Serial-Dispatch-Queue-Concurrent-Dispatch-Queue-and-threads.png">
<meta property="article:published_time" content="2016-12-29T00:00:00.000Z">
<meta property="article:modified_time" content="2023-08-20T15:00:34.558Z">
<meta property="article:modified_time" content="2023-08-24T15:53:15.160Z">
<meta property="article:author" content="陈军">
<meta property="article:tag" content="读书笔记">
<meta property="article:tag" content="iOS">
Expand Down Expand Up @@ -347,7 +347,7 @@ <h3>参考文献:</h3>

</div>
<footer class="article-footer">
<a data-url="https://rob2468.github.io/2016/12/29/reading-notes-pro-multithreading-and-memory-management-for-ios-and-osx-with-arc-grand-central-dispatch-and-blocks/" data-id="clljks8vq0055fiow1dl6gtak" data-title="ARC 内存管理和 GCD" class="article-share-link">Share</a>
<a data-url="https://rob2468.github.io/2016/12/29/reading-notes-pro-multithreading-and-memory-management-for-ios-and-osx-with-arc-grand-central-dispatch-and-blocks/" data-id="cllpcff9f0055ejonbdzw49zk" data-title="ARC 内存管理和 GCD" class="article-share-link">Share</a>



Expand Down
4 changes: 2 additions & 2 deletions 2017/04/18/commentme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<meta property="og:image" content="https://media.githubusercontent.com/media/rob2468/rob2468.github.io/master/images/2017-04-18-overall-architecture.png">
<meta property="og:image" content="https://media.githubusercontent.com/media/rob2468/rob2468.github.io/master/images/2017-04-18-UA-and-GitHub-communication-process.png">
<meta property="article:published_time" content="2017-04-18T00:00:00.000Z">
<meta property="article:modified_time" content="2023-08-20T15:00:34.558Z">
<meta property="article:modified_time" content="2023-08-24T15:53:15.160Z">
<meta property="article:author" content="陈军">
<meta property="article:tag" content="工程实践">
<meta property="article:tag" content="Git">
Expand Down Expand Up @@ -215,7 +215,7 @@ <h3>参考文献:</h3>

</div>
<footer class="article-footer">
<a data-url="https://rob2468.github.io/2017/04/18/commentme/" data-id="clljks8u3000qfiow7ov1g91m" data-title="实现 GitHub Pages 的评论系统" class="article-share-link">Share</a>
<a data-url="https://rob2468.github.io/2017/04/18/commentme/" data-id="cllpcff6z000qejon5azccszb" data-title="实现 GitHub Pages 的评论系统" class="article-share-link">Share</a>



Expand Down
Loading

0 comments on commit 63f6f15

Please sign in to comment.