07 2015 档案

摘要:Immutable dictionaries can be defined using the literal @{} syntax. But, like array literals, this was added relatively recently, so you should also b 阅读全文
posted @ 2015-07-23 17:48 qike 阅读(152) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/itdada/article/details/9097021visual svn download: http://www.visualsvn.com/ apache和subversion安装包放在下载目录 阅读全文
posted @ 2015-07-23 14:13 qike 阅读(146) 评论(0) 推荐(0)
摘要:新建ftp站点 http://www.iis.net/learn/publish/using-the-ftp-service/creating-a-new-ftp-site-in-iis-7配置防火墙,允许远程登录ftp站点 http://www.iis.net/learn/publish/usin 阅读全文
posted @ 2015-07-23 01:20 qike 阅读(258) 评论(0) 推荐(0)
摘要:SVN – Apache subversion SVN – Subversion is a versioning and revision control system used by developers to track and keep up earlier versions of their 阅读全文
posted @ 2015-07-22 01:26 qike 阅读(296) 评论(0) 推荐(0)
摘要:The chkconfig command can also be used to activate and deactivate services. The chkconfig --list command displays a list of system services and whethe 阅读全文
posted @ 2015-07-22 01:04 qike 阅读(238) 评论(0) 推荐(0)
摘要:IntroductionGit is an open source, distributed version control system (VCS). It’s commonly used for source code management (SCM), with sites like GitH 阅读全文
posted @ 2015-07-19 23:17 qike 阅读(186) 评论(0) 推荐(0)
摘要:参考:https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s1-networkscripts-interfaces.html Interface configur 阅读全文
posted @ 2015-07-18 20:04 qike 阅读(266) 评论(0) 推荐(0)
摘要:http://codeseekah.com/2012/02/16/command-line-android-development-debugging/ I personally have a distaste towards IDEs, preferring lightweight solutio 阅读全文
posted @ 2015-07-18 19:16 qike 阅读(229) 评论(0) 推荐(0)
摘要:https://guides.cocoapods.org/using/using-cocoapods.html <Adding Pods to an Xcode project Before you begin <Installation Create a Podfile, and add your 阅读全文
posted @ 2015-07-17 11:14 qike 阅读(243) 评论(0) 推荐(0)
摘要:By: Andy Obusek http://engineering.aweber.com/improving-ios-unit-tests-with-ocmock/ OCMock's website: http://ocmock.org/ CocoaPod: https://github.com/ 阅读全文
posted @ 2015-07-17 10:47 qike 阅读(199) 评论(0) 推荐(0)
摘要:if ((scrollView.contentOffset.y + scrollView.frame.size.height) >= scrollView.contentSize.height) { if (!self.isLoadingMoreData) { self.isLoadingMoreD 阅读全文
posted @ 2015-07-16 16:42 qike 阅读(164) 评论(0) 推荐(0)
摘要:Have you tried this? CGFloat val = 37.777779;CGFloat rounded_down = floorf(val * 100) / 100; /* Result: 37.77 */CGFloat nearest = floorf(val * 100 + 0 阅读全文
posted @ 2015-07-16 09:51 qike 阅读(378) 评论(0) 推荐(0)
摘要:It is possible to disable ARC for individual files by adding the -fno-objc-arc compiler flag for those files.You add compiler flags in Targets -> Buil 阅读全文
posted @ 2015-07-16 09:22 qike 阅读(136) 评论(0) 推荐(0)
摘要:- (void)drawRect:(CGRect)rect { CGFloat lineWidth = 2; CGRect borderRect = CGRectMake(self.frame.size.width/2, self.frame.size.height - 20, 10.0, 10.0 阅读全文
posted @ 2015-07-15 09:36 qike 阅读(200) 评论(0) 推荐(0)
摘要:This letter serves as notice of termination of the Apple Developer Program License Agreement (the “ADP Agreement”) and the Registered Apple Developer 阅读全文
posted @ 2015-07-14 13:50 qike 阅读(2501) 评论(0) 推荐(1)
摘要:http://www.bluecloudsolutions.com/blog/app-store-keywords-choose-terms/# KEYWORDS Here are some helpful tips in picking keywords for your app: The key 阅读全文
posted @ 2015-07-10 09:33 qike 阅读(380) 评论(0) 推荐(0)
摘要:http://stackoverflow.com/questions/860187/access-restriction-on-class-due-to-restriction-on-required-library-rt-jar Go to the Build Path settings in t 阅读全文
posted @ 2015-07-07 16:35 qike 阅读(216) 评论(0) 推荐(0)
摘要:Eclipse is looking for eclipse projects, meaning its is searching for eclipse-specific files in the root directory, namely .project and .classpath. Yo 阅读全文
posted @ 2015-07-07 14:40 qike 阅读(141) 评论(0) 推荐(0)
摘要:sudo /usr/local/mysql/support-files/mysql.server startsudo /usr/local/mysql/support-files/mysql.server stop /usr/local/mysql/bin/mysql -u rootSET PASS 阅读全文
posted @ 2015-07-07 14:09 qike 阅读(119) 评论(0) 推荐(0)

点击右上角即可分享
微信分享提示