-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
16 lines (15 loc) · 6.25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="X-UA-Compatible" content="IE=edge"><title> NoSUGAR</title><meta name="description" content="A Blog Powered By Hexo"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="icon" href="/favicon.ico"><link rel="stylesheet" href="/css/prontera.css"><link rel="search" type="application/opensearchdescription+xml" href="no5ugar.github.io/atom.xml" title="NoSUGAR"></head><body><header class="feature-header"><nav class="component-nav"><ul><div class="logo-container"><a href="/"><h2 class="title">NoSUGAR</h2></a></div><a href="/" target="_self" class="li component-nav-item"><p class="selected">主页</p></a><a href="/archives" target="_self" class="li component-nav-item"><p>归档</p></a><ul class="shortcut-icons"><a href="https://github.com/NoSUGAR" target="_blank"><img src="/images/github.svg" class="icon"></a><a href="/atom.xml" target="_blank"><img src="/images/rss.svg" class="icon"></a></ul></ul></nav></header><main class="container"><div id="body-container"><div id="post-list" class="left"><div class="home post-list"><div class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2018/06/21/lenovo-g400-hackintosh-guide/" class="post-title-link">「 联想 G400 笔记本 」 Hackintosh 攻略</a></h2><div class="post-info">Jun 21, 2018</div><div class="post-content"><h4 id="🛠-准备工作"><a href="#🛠-准备工作" class="headerlink" title="🛠 准备工作"></a>🛠 准备工作</h4><ul>
<li>笔记本: 联想 G400</li>
<li>U 盘:SanDisk 酷铄 CZ73</li>
<li>内存条:金士顿 DDR3L 1600Mhz 4G x1</li>
<li>无线网卡&蓝牙:博通 BCM94352HMB</li>
</ul>
<h4 id="🔧-BIOS-移除白名单"><a href="#🔧-BIOS-移除白名单" class="headerlink" title="🔧 BIOS 移除白名单"></a>🔧 BIOS 移除白名单</h4><p>在拿到 <strong>博通BCM 94352HMB</strong> 和 <strong>内存条</strong> 当天,就都装了上去<br></div><a href="/2018/06/21/lenovo-g400-hackintosh-guide/" class="read-more">READ MORE</a></article></div><div class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2018/06/09/objc-summary-arc-first/" class="post-title-link">【《Objective-C 高级编程 iOS 与 OS X 多线程与内存管理 》 阅读系列 】之 自动引用计数篇(一)</a></h2><div class="post-info">Jun 9, 2018</div><div class="post-content"><p><img src="http://wx2.sinaimg.cn/mw690/699458aegy1fs591c4724j21590p0u0x.jpg" alt=""></p>
<blockquote>
<h4 id="导读"><a href="#导读" class="headerlink" title="导读"></a>导读</h4><p>本系列,作为 《Objective-C 高级编程 iOS 与 OS X 多线程与内存管理 》一书的阅读总结,内容以原书内容提炼 + 内容扩展+个人理解,但大部分还是以提炼书中内容为主,以保证内容正确性。 </p>
<p>相信大部分 iOS 开发者都对 <strong>自动引用计数</strong> 不陌生,<strong>自动引用计数(ARC,Automatic Reference Counting)</strong>是指内存管理中对引用采取自动计数的技术,官方文档说的是:“<strong>在 LVVM 编译器中设置 ARC 为有效状态,就无需再次键入 retain 或者是 release 代码</strong>”。</p>
<p>在介绍 ARC 之前,我们先了解什么是引用计数,也就是 Objective-C 中的内存管理。</p>
</blockquote></div><a href="/2018/06/09/objc-summary-arc-first/" class="read-more">READ MORE</a></article></div><div class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2018/05/20/product—weapon-okamoto/" class="post-title-link">【日常生产 · 阿威十八式】 の 武器篇 - 冈本零点零一</a></h2><div class="post-info">May 20, 2018</div><div class="post-content"><p>一人之下 2 就这样完结了,第 3 季据说要 8-9 月份,这可如何是好,昨晚一口气把“ 端脑 ”刷完了,国产动漫现在是越来越好了,顺便扯扯冰火今年至今还没有要开播的消息啊,难道要等到 19 年吗。</p>
<p>这个系列暂时就叫 《日常生产 · 啊威十八式》 哈哈哈,啊威十八式,全活不打折;第一篇的话,就从宝宝的锋利无比的菜刀冈本零点零一开始,这篇主要是一些工具的分享,包括 iOS 、macOS 上。</p></div><a href="/2018/05/20/product—weapon-okamoto/" class="read-more">READ MORE</a></article></div><div class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2018/05/16/iOS-Develop-Tips/" class="post-title-link">iOS Develop Tips</a></h2><div class="post-info">May 16, 2018</div><div class="post-content"><p><img src="http://assets.chaojita.cn/68759513_p0_master1200.png" alt="こよりん"></p>
<center>配图来自 <a href="https://www.pixiv.net/member_illust.php?mode=manga&illust_id=68759513" target="_blank" rel="noopener">こよりん</a> ,已取得作者授权 ~</center>
<p>记录工作生产过程中一些 iOS 相关基础知识点,本文将不断更新</p></div><a href="/2018/05/16/iOS-Develop-Tips/" class="read-more">READ MORE</a></article></div></div></div><div id="sidebar" class="left"><div id="about-panel"><div class="info"><div class="title">NoSUGAR</div><div class="url">no5ugar.github.io</div><div class="bio">爱吃面的程序员</div></div><img src="/images/avatar.png" class="avatar"></div><div id="friend-links-panel"><div class="panel-title"><p>LINKS</p></div><a href="https://weibo.com/u/1771329710" target="_blank" class="link-item"><div class="link-container"><div class="site-name">weibo</div><div class="site-desc">常年潜水收藏点赞党</div></div></a></div></div></div><div class="clear"></div></main><footer class="footer-container"><div class="paginator"></div><div class="copyright"><p>© 2018 - 2019 <a href="no5ugar.github.io">NoSUGAR</a>, powered by <a href="https://hexo.io/" target="_blank">Hexo</a> and <a href="https://github.com/AngryPowman/hexo-theme-prontera" target="_blank">hexo-theme-prontera</a>.</p></div></footer><script>(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;e=o.createElement(i);r=o.getElementsByTagName(i)[0];e.src='//www.google-analytics.com/analytics.js';r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));ga('create',"NoSUGAR",'auto');ga('send','pageview');</script></body></html>