XSLT存档  

不及格的程序员-八神

 查看分类:  ASP.NET XML/XSLT JavaScripT   我的MSN空间Blog

随笔分类 -  IPhone

iPhone 6 屏幕揭秘
摘要:http://www.cocoachina.com/design/20141218/10680.html一根线的渲染为了说明多种设备的不同像素渲染情况,我们比较了一个一像素宽的线是怎样渲染的:最初的iPhone – 没有高清屏,比例系数是1。iPhone 5 – 有高清屏,比例系数是2。iPhone... 阅读全文
posted @ 2015-10-12 14:28 不及格的程序员-八神 阅读(379) 评论(0) 推荐(0) 编辑
微信公众平台开发入门教程
该文被密码保护。
posted @ 2015-09-25 21:00 不及格的程序员-八神 阅读(2) 评论(0) 推荐(0) 编辑
iOS各版本图标尺寸汇总
摘要:About Information Property List Files UILaunchImageFile UILaunchImageFile (String - iOS) specifies the name of the launch image file for the app on ol 阅读全文
posted @ 2015-07-29 11:14 不及格的程序员-八神 阅读(9130) 评论(0) 推荐(0) 编辑
Xcode6 storyboard new push segue 后的视图控制器没有navigation item bug.
摘要:手动切一下 老的push,再切回来,就会出有了,我想是一个bug. Xcode 6 Segue with UINavigationItem Xcode 6 Segue with UINavigationItem up vote0down votefavorite I've just created 阅读全文
posted @ 2015-07-27 13:46 不及格的程序员-八神 阅读(777) 评论(0) 推荐(0) 编辑
Mac OS 后台服务注册
摘要:/Library/LaunchAgents/ /Library/LaunchDaemons 阅读全文
posted @ 2015-06-19 16:56 不及格的程序员-八神 阅读(312) 评论(0) 推荐(0) 编辑
自定义控件 Custom Controls
该文被密码保护。
posted @ 2015-02-15 22:08 不及格的程序员-八神 阅读(6) 评论(0) 推荐(0) 编辑
GPU-Accelerated Image Processing
该文被密码保护。
posted @ 2015-02-15 16:39 不及格的程序员-八神 阅读(1) 评论(0) 推荐(0) 编辑
LLDB
摘要:你是否曾经苦恼于理解你的代码,而去尝试打印一个变量的值? NSLog(@"%@", whatIsInsideThisThing); 或者跳过一个函数调用来简化程序的行为? NSNumber *n = @7; // 实际应该调用这个函数:Foo(); 或者短路一个逻辑检查? if (1 || theB 阅读全文
posted @ 2015-02-15 14:32 不及格的程序员-八神 阅读(6) 评论(0) 推荐(0) 编辑
ArrowLayer : A coustom layer animation
摘要:Since my other answer (animating two levels of masks) has some graphics glitches, I decided to try redrawing the path on every frame of animation. So 阅读全文
posted @ 2015-02-13 09:07 不及格的程序员-八神 阅读(513) 评论(0) 推荐(0) 编辑
Xcode 运行时配置
摘要:有时候,我们的app在测试时需要连接到一个testing服务器,在打包为企业证书的app时又需要连接到另一个ad hoc 服务器,或者我们想企业证书打包的app和debug模式打包的app有不同的APP Bundle Identifier,以在一个测试机上同时安装....等等这些与App开发没有实际 阅读全文
posted @ 2015-02-12 20:43 不及格的程序员-八神 阅读(353) 评论(0) 推荐(0) 编辑
检测点是否在扇形之内
该文被密码保护。
posted @ 2015-02-09 20:48 不及格的程序员-八神 阅读(3) 评论(0) 推荐(0) 编辑
UncaughtExceptionHandler, iOS
摘要:虽然大家都不愿意看到程序崩溃,但可能崩溃是每个应用必须面对的现实,既然崩溃已经发生,无法阻挡了,那我们就让它崩也崩得淡定点吧。 IOS SDK中提供了一个现成的函数 NSSetUncaughtExceptionHandler 用来做异常处理,但功能非常有限,而引起崩溃的大多数原因如:内存访问错误,重 阅读全文
posted @ 2015-02-05 14:16 不及格的程序员-八神 阅读(432) 评论(2) 推荐(0) 编辑
Easing Functions
摘要:Robert Penner's Easing Functions A collection of swappable functions that add flavor to motion. Visualize Easing Cheat Sheet for jQuery, CSS, SCSS Eas 阅读全文
posted @ 2015-02-04 19:50 不及格的程序员-八神 阅读(15) 评论(0) 推荐(0) 编辑
非零环绕数规则和奇-偶规则(Non-Zero Winding Number Rule, Odd-even Rule)
摘要:在图形学中判断一个点是否在多边形内,若多边形不是自相交的,那么可以简单的判断这个点在多边形内部还是外部;若多边形是自相交的,那么就需要根据非零环绕数规则和奇-偶规则判断。 判断多边形是否是自相交的:多边形在平面内除顶点外还有其他公共点 内-外测试 不自交的多边形:多边形仅在顶点处连接,而在平面内没有 阅读全文
posted @ 2015-02-03 22:30 不及格的程序员-八神 阅读(44) 评论(0) 推荐(0) 编辑
IOS开发中NSRunloop跟NSTimer的问题
该文被密码保护。
posted @ 2015-01-29 14:23 不及格的程序员-八神 阅读(3) 评论(0) 推荐(0) 编辑
rand & random & arc4random
摘要:rand(3) / random(3) / arc4random(3) / et al. Written by Mattt Thompson on August 12th, 2013 What passes for randomness is merely a hidden chain of cau 阅读全文
posted @ 2015-01-27 14:32 不及格的程序员-八神 阅读(2503) 评论(0) 推荐(0) 编辑
iOS8: Ignore manifest download, already have bundleID
摘要:在企业分发的app下载过程中,iOS8发现挂在官网上的企业版的app点击了提示是否安装应用程序,但始终安装不上程序,的device console发现安装的时候出现LoadExternalDownloadManifestOperation: Ignore manifest download, alr... 阅读全文
posted @ 2014-12-23 10:59 不及格的程序员-八神 阅读(2040) 评论(0) 推荐(0) 编辑
libc++
摘要:今天测试最新的微信iOS SDK, 仅仅是建了一个空的工程,把sdk加进去运行,就报了以下错误: Undefined symbols for architecture x86_64: "operator delete[](void*)", referenced from: +[WeChatApiUt 阅读全文
posted @ 2014-12-16 09:29 不及格的程序员-八神 阅读(7207) 评论(0) 推荐(1) 编辑
System Sounds: Alerts and Sound Effects
摘要:#include #include // Define a callback to be called when the sound is finished// playing. Useful when you need to free memory after playing.static vo... 阅读全文
posted @ 2014-11-24 14:03 不及格的程序员-八神 阅读(223) 评论(0) 推荐(0) 编辑