自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(13)
  • 资源 (9)
  • 收藏
  • 关注

原创 Android Gson解析JSON数据

使用GSON解析json

2015-08-31 15:24:31 607

原创 Android PhotoView 支持图片缩放的使用

使用jar包实现图片缩放

2015-08-31 11:15:01 777

原创 Android Gif图片显示(GifView)

Android 显示gif图片

2015-08-31 10:50:51 701

原创 swift plist处理

swift 的plist处理

2015-08-27 17:05:36 468

原创 swift 错误处理

swift2.0中字典Cannot subscript a value of type 'NSDictionary?' with an index of type 'String'错误处理

2015-08-27 16:20:58 1323

原创 swift解析XML(NSXMLParser)

XML文件(xmlData.xml)处理代码

2015-08-27 08:00:31 701

原创 swift 异常处理

//异常处理           do{               //代码               defer{                   //代码                    //该块方法出现异常则在异常出现后调用,然后进入处理异常代码                    //没有出现异常则在do语句其它部分调用完成后

2015-08-26 17:00:23 381

原创 swift 选取图库中的图片

选取图库中的一张图片,并显示在UIImageView中    @IBOutlet weakvar imageView: UIImageView!   @IBAction func pickerImg(sender:AnyObject) {        //新建UIImagePickerController对象        let i=UIImag

2015-08-26 13:08:51 899

原创 swift 属性监视器

var att:Int=10{//改变前调用willSet,参数为新值willSet(newValue){   print(newValue)   print(att)}//改变后调用didSet,参数为旧值didSet(oldValue){   print(oldValue)   print(att)}}

2015-08-25 08:46:21 327

原创 swift 动画

//由dogImg转化成caImage,用时一秒,使用TransitionFlipFromRight效果,完成后调用completion指定方法UIView.transitionFromView(dogImg, toView:caImage, duration: 1, options:UIViewAnimationOptions.TransitionFlipFromRight, com

2015-08-24 18:42:52 366

原创 swift 绘图

继承UIView,在overridefuncdrawRect(rect: CGRect)中重写绘制方法 let context=UIGraphicsGetCurrentContext()获取画布 画线CGContextMoveToPoint(context,100,100)//移动起始点CGContextAddLineToPoint(context,150,

2015-08-23 18:57:45 260

原创 swift 跳转页面

跳转代码let vc= ViewController() //改成自己的类名self.presentViewController(vc,animated:true,completion:nil) 返回代码self.dismissViewControllerAnimated(true,completion:nil)

2015-08-22 16:48:21 499

原创 android动画(Animation)

AlphaAnimation 透明度AlphaAnimationalphaAnimation = new AlphaAnimation(0, 1);           alphaAnimation.setDuration(1000);           alphaButton.startAnimation(alphaAnimation); xmlversion="1.0

2015-08-09 23:21:59 490

volley.jar

volley.jar

2015-08-31

gson-2.2.4

Android 解析json数据的jar

2015-08-31

universal-image-loader-1.9.2

Android-Universal-Image-Loader是一个开源的UI组件程序,该项目的目的是提供一个可重复使用的仪器为异步图像加载,缓存和显示。

2015-08-31

photoview-library-1.2.2

显示图片,支持缩放等操作 .

2015-08-31

GifView.jar

GifView 是一个为了解决android中现在没有直接显示gif的view,只能通过mediaplay来显示这个问题的项目,其用法和 ImageView一样,支持gif图片

2015-08-31

SystemBarTint SystemBarTintManager

在android 4.4中实现透明状态栏 基于SystemBarTint实现,所需要的类 博客: http://blog.csdn.net/s1e1s/article/details/46558681

2015-06-19

实现透明状态栏的SystemBarTintManager类

在android 4.4中实现透明状态栏 基于SystemBarTint实现,所需要的类 http://blog.csdn.net/s1e1s/article/details/44964189

2015-06-19

linux内核剖析.pdf

<linux内核剖析>高清彩色pdf版,很清晰 .

2015-04-09

checkStyle6.4

checkStyle的离线安装包,20150304的版本,直接在Help->Install New Software ....中选择进行安装

2015-04-09

空空如也

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

TA关注的人

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