会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
十一岁的加重songxing10000…… ------
回到博主首页
十一岁的加重
十一岁的加重songxing10000
博客园
首页
新随笔
订阅
管理
上一页
1
···
15
16
17
18
19
20
21
22
23
下一页
2015年6月15日
tableView左滑删除功能
摘要: 实现三个代理方法即可-(NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath { return @"删除"...
阅读全文
posted @ 2015-06-15 12:03 songxing10000
阅读(4720)
评论(0)
推荐(0)
2015年6月13日
Unable to open liblaunch_sim.dylib. Try reinstalling Xcode or the simulator
摘要: 关于Xcode7 Beta报错 simulator runtime is not available.Unable to open liblaunch_sim.dylib Try reinstalling Xcode or the simulator runtime.解决办法一、找到目标文件/App...
阅读全文
posted @ 2015-06-13 22:25 songxing10000
阅读(3595)
评论(0)
推荐(0)
2015年6月9日
鼠须管自动造词功能
摘要:
阅读全文
posted @ 2015-06-09 12:46 songxing10000
阅读(489)
评论(0)
推荐(0)
2015年5月25日
点击cell弹出一个日期选择器
摘要: - (void)setUpGroup2{ ILGroupItem *group = [[ILGroupItem alloc] init]; // 结束时间 ILSettingItem *endTime = [ILSettingItem itemWithImage:nil title...
阅读全文
posted @ 2015-05-25 00:51 songxing10000
阅读(533)
评论(0)
推荐(0)
2015年5月24日
思维固化,addTarget难道就只能给self
摘要: 使用前提调用某个对象的,一个无参数的方法如[self.view resignFirstResponder]注意[self.view endEdting:YES]就不行,要是无参数的
阅读全文
posted @ 2015-05-24 22:34 songxing10000
阅读(231)
评论(0)
推荐(0)
旋转屏幕时,假如自定义的xib大小变了,可能是这个属性没有修改
摘要: 虽然xib内部启用了自动布局,但是当xib放入外界,xib自身的autoresizing是存在的
阅读全文
posted @ 2015-05-24 22:31 songxing10000
阅读(152)
评论(0)
推荐(0)
自定义NSLog无时间
摘要: #define SXLog(FORMAT, ...) fprintf(stderr,"file --\t%s\nline --\t%d\nmethd --\t%s\noutput --\t\n\n%s\n",[[[NSString stringWithUTF8String:__FILE__...
阅读全文
posted @ 2015-05-24 22:29 songxing10000
阅读(175)
评论(0)
推荐(0)
2015年5月23日
苹果服务器证书生成步骤
摘要: 0、需要终端生成的aps.cer和aps.p12文件。1、把.cer的SSL证书转换为.pem文件,执行命令:openssl x509 -in aps.cer -inform der -out PushChatCert.pem2、把私钥aps.p12文件转化为.pem文件:openssl pkcs1...
阅读全文
posted @ 2015-05-23 22:06 songxing10000
阅读(350)
评论(0)
推荐(0)
Mac Sublime Text 2 简单使用
摘要: 按 Ctrl+` 调出console粘贴以下代码到底部命令行并回车:import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not...
阅读全文
posted @ 2015-05-23 21:47 songxing10000
阅读(284)
评论(0)
推荐(0)
ios 正则邮箱
摘要: - (BOOL) isEmail { NSString *emailRegEx = @"(?:[a-z0-9!#$%\\&'*+/=?\\^_`{|}~-]+(?:\\.[a-z0-9!#$%\\&'*+/=?\\^_`{|}" @"~-]+)*|\"(?:[\\x01-\...
阅读全文
posted @ 2015-05-23 20:55 songxing10000
阅读(159)
评论(0)
推荐(0)
上一页
1
···
15
16
17
18
19
20
21
22
23
下一页
公告