自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

阿-凡提de小毛驴

去其糟粕,取其精华,至于糟粕与精华,请自己判断

  • 博客(2)
  • 资源 (8)
  • 收藏
  • 关注

转载 【iOS学习笔记 15-11-10】Objective-C中根据函数名调用函数

原文出自:http://blog.csdn.net/hopedark/article/details/7970370 Objective-C中调用函数的方法是“消息传递”,这个和普通的函数调用的区别是,你可以随时对一个对象传递任何消息,而不需要在编译的时候声明这些方法。所以Objective-C可以在runtime的时候传递消息。 主要用到:SEL和@selector,当然还有perf

2015-11-10 15:53:26 475

原创 【iOS学习笔记 15-11-06】简单自定义navigationcontroller push和pop动画效果

最近在做项目的时候发现presentViewController 的时候和MBProgressHUD冲突了,当时不想修改MBProgressHUD的代码,所以就另外想了一个方法,利用pushViewController来解决这个问题,但是push的动画是从左至右的,和present从下至上的动画有区别的。 于是想到重写push的动画,思路如下: 首先创建一个UINavigationCo

2015-11-06 17:26:01 567 1

Example.zip

Qt平台可以拖拽及调整大小带网格的边框,适合ROI Window,statistics window 3x3 window,基于QGraphicsView和QGraphicsItem开发,运行环境Mac OS + Qt Creator 4.11.0 + Qt 5.14.1

2020-08-24

Mac App打包工具(凑够十一字)

Mac App打包工具,摘要必须大于50个字节!摘要必须大于50个字节!

2018-01-12

YUV图片查看器(Mac版)

注意,不支持最新Mac系统,想要傻瓜式浏览的请绕道,Mac版本上的YUV格式文件浏览器

2018-01-12

数字图像处理与机器视觉 Visual.C.与Matlab实现(扫描版)

看了下CSDN上有同类的资源,但是好黑,下载要12积分,我在网上找了好久才发现一个完整的扫描版,就当个搬运工吧。书写的很好,建议买纸质版的阅读

2018-01-12

UICatalog苹果控件源码大全.zip

UICatalog苹果控件源码大全,各类常用控件

2015-06-02

TSMessages-master

TSMessages 是另一个非常简单的库 用来显示浮层警告和通知 当出现错误信息而不直接影响用户的时候 最好使用浮层来代替模态窗口 例如UIAlertView 这样你将尽可能减少对用户的影响

2015-05-15

LBBlurredImage-master

LBBlurredImage是一个继承自UIImageView 轻而易举使图像模糊的项目 你将仅仅用一行代码来创建一个神奇的模糊效果 Copy file This code must be used with deploy target 6 0+ and under ARC If your code doesn"t use ARC you can mark this source with the compiler flag fobjc arc Just grab the two file named UIImageView+LBBlurredImage {h m} and UIImageImage+ImageEffects {h m} in the Additions group into your project and link with Accelerate framework #import "UIImageView+LBBlurredImage h" where you need it CocoaPods You can use CocoaPods to manage your dependencies and install LBBlurredImage Follow the instructions on the CocoaPods site to install the gem and add pod "LBBlurredImage" to your Podfile Use [self imageView setImageToBlur:[UIImage imageNamed:@"example"] blurRadius:kLBBlurredImageDefaultBlurRadius completionBlock:^ { NSLog @"The blurred image has been set" ; }]; The generation of the blurred image is made on a background thread for this reason a completion block is provided The completionBlock is dispatched on the main thread when the image has been generated and set to the UIImageView The code is provided with an example project if you want to see the class in actions ">LBBlurredImage是一个继承自UIImageView 轻而易举使图像模糊的项目 你将仅仅用一行代码来创建一个神奇的模糊效果 Copy file This code must be used with deploy target 6 0+ and under ARC If your code doesn"t use ARC you can mark this source with the compile [更多]

2015-05-15

CAD ARX二次开发插入图形函数

CAD ARX二次开发插入图形函数 指定插入DWG图形

2014-03-03

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除