李为之程
李为之程
全部文章
分类
未归档(146)
归档
标签
去牛客网
登录
/
注册
李为之程的博客
很少写算法,多多监督
全部文章
(共146篇)
“丁丁”高温补贴拉新营销吸粉最**的方案
近日来被丁丁先森的高温补贴方案所折服,其中的拉新方案有点新意,但拉新成本之低令人惊讶。 ;
UIGraphicsEndImageContext(); 少了这句话,差点让app 闭关了。 内存不释放。
2017-08-07
0
290
ios 基于UILABEL的文字描边
import <UIKit/UIKit.h> @interface BorderLabel : UILabel @property (nonatomic,strong)UIColor *borderColor; @property (nonatomic,assign)CGFloat...
2017-07-31
0
434
Shell的简单求模用法
build=4444444444444 if [ "$(($build % 10))" = "4" ]; then let "build = $build + 1" fi echo $build 说明:shell四则运算要 (()) 运算...
2017-07-24
0
313
Application received signal SIGSEGV (null)
(( 0 CoreFoundation 0x000000018368eff8 <redacted> + 148 1 libobjc.A.dylib 0x00000001820f0538 objc_exception_throw + 56 2 CoreFoundation 0x000000...
2017-06-26
0
443
按需加载资源开发指南(转)
来自:【http://benbeng.leanote.com/post/On-Demand-Resources-Guide 】本文翻译自 Apple文档 On-Demand Resources Guide(https://developer.apple.com/library/content/doc...
2017-05-04
0
373
iOS单例模式(全文无耻COPY)后补个人错误点评
iOS设计模式——单例模式 http://blog.csdn.net/lovefqing/article/details/8516536 单例模式用于当一个类只能有一个实例的时候, 通常情况下这个“单例”代表的是某一个物理设备比如打印机,或是某种不可以有多个实例同时存在的虚拟资源或是系统属性比如一...
2017-04-21
0
399
今天我杀死了一只老鼠
我必须忏悔,我亲自结束了一条生命。 这件谋杀案我已经策划了很久。自从我过年回来后,宿舍似乎变成了它的家。 从那一刻起我就开始计划着。 我试图彻高墙来阻挡它的进来。起初我以为见效了。 但在清明假期回来后,我的高墙计划又失败了。墙被它钻进来了。 于是,我要想出杀招了。 毒药?好办法,问题是它并没有在我...
2017-04-17
0
283
UIViewController 推出另外一个半透明的UIViewController
说明:上面的半透明视图1(ViewController1:UIViewController),由下面的视图2(ViewController2:UIViewController)推出; 这里通过UIView 也是可以实现的,只是代码已经写好,就尝试了下推出半透明UIViewController的情况。...
2017-04-17
0
262
iToast copy .to be explained later or not since I haven't seen all codes inside it
/* iToast.h MIT LICENSE Copyright (c) 2012 Guru Software Permission is hereby granted, free of charge, to any person obtaining a copy of this soft...
2016-11-02
0
205
首页
上一页
6
7
8
9
10
11
12
13
14
15
下一页
末页