
blog.devtang.com
唐巧的博客希望通过这个博客,能够将自己的学习成果总结出来,与大家分享交流。
http://blog.devtang.com/
希望通过这个博客,能够将自己的学习成果总结出来,与大家分享交流。
http://blog.devtang.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.5 seconds
16x16
PAGES IN
THIS WEBSITE
18
SSL
EXTERNAL LINKS
160
SITE IP
151.101.53.147
LOAD TIME
0.465 sec
SCORE
6.2
唐巧的博客 | blog.devtang.com Reviews
https://blog.devtang.com
希望通过这个博客,能够将自己的学习成果总结出来,与大家分享交流。
唐巧的技术博客
http://blog.devtang.com/blog/page/2
今天是中国 iOS 开发者的一次聚会,因为首届 Swift 开发者大会在北京成功举办了。 这次会议的质量很高,大会的相关 keynote 和 视频,稍后都会在官网上公开,所以没能参会的同学可以关注官网 http:/ atswift.io/. 这次大会的 Keynote 可 在此下载. 开场的是 objc.io 的创始人 Chris Eidhof。 Chris 是大会演讲者中唯一没有准备 keynote 的人,但是演讲相当精彩。 Chris 虽然没有 keynote,但是内容是精心准备过的,他先用 playground 简单介绍了一些 Swift 的内容后,就转到一个游戏 Demo 的重构工作中,整个重构工作包括几点. 用 typealias 去掉 NSUserDefaults 的依赖。 用 extension 来实现 protocol。 人们常说,Talk is cheap, show me the code。 Chris 用行动让我们看到如何写出更好的 Swift 代码。 他这次的演讲主题是 越过 OC 与 Swift 间的鸿沟 ,对于正在经历从 OC 到 Swift 转型的各位来说,非常实际。
Category: iOS - 唐巧的技术博客
http://blog.devtang.com/blog/categories/ios
MagicalRecord 作者 Saul Mora 的故事. 专访 YYKit 作者 Ibireme: 开源大牛是怎样炼成的. Mac 应用出现 已损坏 问题,苹果到底犯了什么傻逼错误. 被误解的 MVC 和被神化的 MVVM. IOS 比 Android 还不安全? 基于 CoreText 的排版引擎 进阶. 基于 CoreText 的排版引擎 基础. 教你阅读图书的 方法论 - 评 如何阅读一本书. MagicalRecord 作者 Saul Mora 的故事. 专访 YYKit 作者 Ibireme: 开源大牛是怎样炼成的. Mac 应用出现 已损坏 问题,苹果到底犯了什么傻逼错误. 被误解的 MVC 和被神化的 MVVM. 2016 - 唐巧 - 基于 Octopress.
QCon 参会笔记 - 唐巧的技术博客
http://blog.devtang.com/blog/2015/04/24/qcon-2015-note
关注我的 iOS开发 微信公众号,每天获得精选的 iOS 开发文章和创业心得. 原创文章,版权声明 自由转载-非商用-非衍生-保持署名 Creative Commons BY-NC-ND 3.0. 教你阅读图书的 方法论 - 评 如何阅读一本书. MagicalRecord 作者 Saul Mora 的故事. 专访 YYKit 作者 Ibireme: 开源大牛是怎样炼成的. Mac 应用出现 已损坏 问题,苹果到底犯了什么傻逼错误. 被误解的 MVC 和被神化的 MVVM. 2016 - 唐巧 - 基于 Octopress.
iOS移动开发周报-第40期 - 唐巧的技术博客
http://blog.devtang.com/blog/2015/03/10/ios-weekly-40
关注我的 iOS开发 微信公众号,每天获得精选的 iOS 开发文章和创业心得. 原创文章,版权声明 自由转载-非商用-非衍生-保持署名 Creative Commons BY-NC-ND 3.0. Laquo; 引爆点 读书心得. IOS 开发中的争议 一 ». 教你阅读图书的 方法论 - 评 如何阅读一本书. MagicalRecord 作者 Saul Mora 的故事. 专访 YYKit 作者 Ibireme: 开源大牛是怎样炼成的. Mac 应用出现 已损坏 问题,苹果到底犯了什么傻逼错误. 被误解的 MVC 和被神化的 MVVM. 2016 - 唐巧 - 基于 Octopress.
将博客从GitHub迁移到GitCafe - 唐巧的技术博客
http://blog.devtang.com/blog/2014/06/02/use-gitcafe-to-host-blog
关注我的 iOS开发 微信公众号,每天获得精选的 iOS 开发文章和创业心得. 原创文章,版权声明 自由转载-非商用-非衍生-保持署名 Creative Commons BY-NC-ND 3.0. 教你阅读图书的 方法论 - 评 如何阅读一本书. MagicalRecord 作者 Saul Mora 的故事. 专访 YYKit 作者 Ibireme: 开源大牛是怎样炼成的. Mac 应用出现 已损坏 问题,苹果到底犯了什么傻逼错误. 被误解的 MVC 和被神化的 MVVM. 2016 - 唐巧 - 基于 Octopress.
TOTAL PAGES IN THIS WEBSITE
18
Mac OS中显示及隐藏文件和文件夹的方法
http://www.cocoa520.com/实用技巧/2014/04/26/Show-and-hide-files-and-folders-in-the-Mac-OS.html
Defaults write com.apple.finder AppleShowAllFiles -bool true KillAll Finder 或者 defaults write com.apple.finder AppleShowAllFiles YES KillAll Finder. Defaults write com.apple.finder AppleShowAllFiles -bool false KillAll Finder. Defaults write com.apple.finder AppleShowAllFiles NO KillAll Finder. 方法二 利用命令 chflags hidden 可以隐藏文件或文件夹。 文件路径 或 chflags hidden 文件夹路径既可。 在网上还发现有一个可以隐藏文件及文件夹的开源工程,提供了一个带界面的程序,可以方便不会使用命令行的用户,地址是 https:/ code.google.com/p/hideme4mac/. Chflags could not modify the flags for. Schg, schan...
IT相关有价值的个人网站和博客集锦 | 他山之石
http://www.tashanzhishi.net/Project/3145780
从 aspnet ajax 到 mvc ,linq 等等很多东西都跟随着老姐夫一路走来,也早早入手了赵三本,可惜所学依然是皮毛。 笔者一直在局限于 .NET 开发,对于赵姐夫情有独钟,常看常新,受益匪浅。 唐巧, InfoQ 编辑, iOS开发, 创业者。 NSHipster,关注被忽略的 Objective-C、Swift 和 Cocoa 特性。
分类: iOS | KevinMkY's Blog
http://kevinmky.github.io/categories/iOS
IOS 自定义相机, UIImagePickerController & AVCaptureSession (附微信小视频模仿demo). Take something normal and turn it into something extraordinary 取于平凡,创出非凡. 主题 - NexT.Mist.
微信5.0 | 何跃的博客
http://www.heyues.com/tag/微信5-0
首页 » Posts tagged 微信5.0. 实在忍不住了,觉得微信这次改版太大,也确实感觉到腾讯的强大,不得不写个文章来说说微信5.0的新功能,我更感兴趣 [.].
TOTAL LINKS TO THIS WEBSITE
160
DevSpace // Blog
Stay up to date with what’s happening now on GitHub. DevSpace on Android and iOS. DevSpace on Android and iOS. Although we don’t have a native app for DevSpace yet, you can still have an awesome app-like experience by adding it to your home screen. May 2, 2016. GitHub’s Permission System is Flawed. GitHub’s Permission System is Flawed. An open letter to GitHub on behave of third-party app developers. Feb 10, 2016. The problems with GitHubs News Feed. The problems with GitHubs News Feed. Jan 12, 2016.
devspan.com
Devspan.com is For Sale - 5 Payment Options - Free Instant Quote! The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois).
devspecialist.com
Dev and Ralph's Blog – Kinabuhi namo!
Dev and Ralph's Blog. Scroll down to content. November 25, 2017. New stuff day… lol. May 29, 2017. May 29, 2017. May 5, 2017. April 25, 2017. May 29, 2017. April 16, 2017. April 15, 2017. April 14, 2017. Gia’s First Easter. Proudly powered by WordPress. Dev and Ralph's Blog. Proudly powered by WordPress. Send to Email Address. Post was not sent - check your email addresses! Email check failed, please try again. Sorry, your blog cannot share posts by email.
DevTable Blog
唐巧的博客
腾讯爸爸的历史 - 读 腾讯传. 而打开 QQ 当时还做 OICQ ,正是那个时候每个网民上网后做的第一件事情。 阿里巴巴的发展史 - 读 阿里铁军. 序阿里巴巴作为中国互联网行业市值前三的公司,它的发展故事一直让我非常好奇,是什么样的原因让它成长为在中国如此举足轻重的企业 在它成长的过程中,又有什么值得我们学习的故事 带着好奇,我最近读完了 阿里铁军。 把自己当作机器 - 读 原则 的收获. 原则 这本书是一位投资人 Alex 推荐给我的,后来罗振宇又在跨年演讲上推荐了一次。 该书的作者是桥水公司 Bridgewater 创始人雷 达里奥 Ray Dalio。 4 步教你写好商业化文案 - 读 爆款文案. 好的文案和差的文案能差多少呢 我听过一些故事,也经历过一些故事,毫不夸张地说 效果差 10 倍不算多,有些能差接近 100 倍,可见文案的力量有多强大。 用游戏化的思维养孩子 - 读 儿童技能教养法. 序言 儿童技能教养法 是一本讲如何带孩子的书,作者是来自丹麦的本 富尔曼。 该方法主要用于帮助 4 7 岁的孩子克服一些成长问题,例如恐惧、坏习惯,或者一些学习障碍。 畅销书的套路 - 读 疯传 有感.
Signal
Signal is a publication by DevTeamSpace. We share tips and tricks on how to build and grow a better product, and talk about interesting tech stuff. Remote Development Deadline Failures and 5 Steps to Avoid Them. Remote Development Deadline Failures and 5 Steps to Avoid Them. Imagine this: You are scheduled to present a unique personality testing app for iOS at a psychology conference in three days. You’ve hired. Nov 15, 2016. How to build an MVP for Your Consumer Focused Mobile App in 3 Steps. Nov 4, 2016.
devtek.pl – Dev Blog
Devtek.pl – Dev Blog. IT, Security and Dev Blog. SSL in Glassfish with wildcard certificate. February 20th, 2010. This maybe useful if you want to add SSL to OpenSSO:. Http:/ blogs.sun.com/enterprisetechtips/entry/using ssl with glassfish v2. And http:/ weblogs.java.net/blog/kumarjayanti/archive/2009/08/26/configuring-non-jks-keystore-glassfish-v3. How to import own, previously created and signed cert:. Stop glassfish (with asadmin stop-domain. Copy your certificate key and crt files to opensso server.
public methods of the static class Nic - Chronicles and adventures from a still-learning developer
Public methods of the static class Nic. I am Nic, software developer, soccer player (midfield), snowboarder (regular standing), traveler and a serial accepter of challenges. I speak English, Spanish and French. I'm a Lead software developer of a high-skilled team of professional programmers dealing with high-traffic, high-availability technical challenges in a daily basis, and with proactive Product managers. Gnome Shell Overview with a mouse click on Ubuntu. So, how to do this under Ubuntu 13.10? Then, ...
Gastenboek
Encyclopédie du bien être | Blog utilisant WordPress
Encyclopédie du bien être. Si vous avez déjà été tenté par un livraison en 1 jour avec Amazon premium, essai gratuit de 30 jours…. A la fin des 30 jours, vous serez débité de 49euros pour un abonnement de 1an. Si vous vous êtes fait avoir.n’hésitez pas à appeler le service client 0800947715 pour demander le remboursement des 49 euros. Cette entrée a été publiée dans Uncategorized. Kapla Livre d art Kapla Tome 1. Livre d art Kapla Tome 1. Kapla Livre d art Kapla Tome 2. Livre d art Kapla Tome 2. Hors depu...