Loading

01 2016 档案

摘要:AESusing System;using System.Security.Cryptography;using System.Text;namespace Common{ public class AESProvider { public static int KEYSI... 阅读全文
posted @ 2016-01-25 17:57 yaro-feng 阅读(3056) 评论(1) 推荐(1)
摘要:一个帮助类 result = _httpHelper.Url(url).Content(msg).Post(); 阅读全文
posted @ 2016-01-25 17:52 yaro-feng 阅读(3258) 评论(0) 推荐(1)
摘要:更新XCode7后 原来的Image.xcassets文件夹变成了Assets.xcassets把01.jpg,02.jpg,03.png拖入这个文件夹中 UIImage* test1=[UIImage imageNamed:@"/Users/fengyl/Desktop/XcodePro/T... 阅读全文
posted @ 2016-01-17 20:23 yaro-feng 阅读(742) 评论(0) 推荐(0)
摘要:## How do I use it?Build the KSImageNamed target in the Xcode project and the plug-in will automatically be installed in `~/Library/Developer/Xcode/P... 阅读全文
posted @ 2016-01-17 19:12 yaro-feng 阅读(1261) 评论(0) 推荐(0)
摘要:objective-c block 链式编程 阅读全文
posted @ 2016-01-12 23:58 yaro-feng 阅读(1350) 评论(0) 推荐(2)