摘要: 基础操作命令 rm jdk-7u7-linux-i586.tar.gz #删除文件命令 rm -rf 文件夹名 #删除文件夹(包括所有子文件) mv jdk-7u7-linux-i586.tar.gz /usr/lib/java/ ... 阅读全文
posted @ 2017-08-04 09:31 kfsmqoo 阅读(215) 评论(0) 推荐(0) 编辑
摘要: HightCharts 导出资源放在 http://export.highcharts.com/ 这个服务器上面,如果想控制导出的内容还是比较麻烦的。 有的时候希望把多张图片打包成一个PDF,或者说在PDF追加点文字。 2种方法介绍 1.webconfig 追加 httpHandlers。每次提交前 阅读全文
posted @ 2016-05-03 18:08 kfsmqoo 阅读(2083) 评论(0) 推荐(0) 编辑
摘要: #pragma mark --单元格点击方法- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ DemoControl *arr = self.datalist[indexPath.row]; if (arr.ControlName == @"U... 阅读全文
posted @ 2016-05-01 00:17 kfsmqoo 阅读(898) 评论(0) 推荐(0) 编辑
摘要: Plist 保存用户的配置数据1.创建Plist文件,用Dictionary 读出数据 //获取沙盒目录 NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString *path=[paths objectAtIndex:... 阅读全文
posted @ 2016-04-17 10:58 kfsmqoo 阅读(218) 评论(0) 推荐(0) 编辑
摘要: shift+command+K 模拟器键盘shift+command+H 模拟器的Home键盘shift+command+(H连按2次) 模拟器的选择页面command+1,command+2,command+3,command+4,command+5 模拟器大小调整command+T 模拟器动画开关 阅读全文
posted @ 2016-04-17 01:03 kfsmqoo 阅读(1498) 评论(0) 推荐(0) 编辑
摘要: Xcode常用代码段1.如何创建常用代码段。将常用的代码拖入下图 设置代码的名称,以及快捷方式。 yfnsfunc就是代码的快捷方式, 2.给代码段设置类型属性。变量设置格式为<#变量名称#> @property (nonatomic,strong) NSMutableArray *dataList 阅读全文
posted @ 2016-04-16 11:29 kfsmqoo 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 1.RTImageAssetshttps://github.com/rickytan/RTImageAssets安装方法,下载完毕后,运行下载的RTImageAssets.xcodeproj。重新启动xcode 工具在 File->ImageAssets目录下功能1024*1024的所有icon 生成不同尺寸的图片根据3x,生成2x图片根据2x,生成3x图片s 阅读全文
posted @ 2016-04-14 23:08 kfsmqoo 阅读(294) 评论(0) 推荐(0) 编辑
摘要: UINavigationBar UINavigationBar是一个负责View跳转的控件。在NavigationBar下面允许存在子View有二种方式可以创建UINavigationBar1. 代码篇创建2个Controller,一个继承自ViewController项目右键->NewFile-> 阅读全文
posted @ 2016-04-14 11:21 kfsmqoo 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 代码来自于QQ 公开课,只是做个笔记。 // // ViewController.m // UILabel // // Created by 叶枫 on 16/4/11. // Copyright © 2016年 叶枫. All rights reserved. // #import "ViewCo 阅读全文
posted @ 2016-04-12 13:19 kfsmqoo 阅读(439) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-04-12 12:25 kfsmqoo 阅读(3) 评论(0) 推荐(0) 编辑