上一页 1 2 3 4 5 6 ··· 11 下一页
  2017年9月5日
摘要: 安装好app后再路径上 加上debug ,在查看 app 信息 如下 http://127.0.0.1:8069/web?debug#id=138&view_type=form&model=ir.module.module&action=37 阅读全文
posted @ 2017-09-05 10:00 助金 阅读(688) 评论(0) 推荐(0) 编辑
  2017年8月21日
摘要: 1.EditText默认就会自动获取焦点, 如何让EditText不自动获取焦点? 解决之道:在EditText的父级控件中找一个,设置成 2.Android如何让软键盘出现和消失 阅读全文
posted @ 2017-08-21 10:35 助金 阅读(134) 评论(0) 推荐(0) 编辑
  2017年3月14日
摘要: Mac系统的环境变量,加载顺序为: /etc/profile /etc/paths ~/.bash_profile ~/.bash_login ~/.profile ~/.bashrc 当然/etc/profile和/etc/paths是系统级别的,系统启动就会加载,后面几个是当前用户级的环境变量。 阅读全文
posted @ 2017-03-14 00:16 助金 阅读(205) 评论(0) 推荐(0) 编辑
  2017年3月9日
摘要: 这是由于SVN置顶文件导致的,cd 至项目根目录 命令行 输入 find . -type d -name .svn | xargs rm -rf 阅读全文
posted @ 2017-03-09 14:56 助金 阅读(133) 评论(0) 推荐(0) 编辑
  2017年3月1日
摘要: 阅读全文
posted @ 2017-03-01 17:49 助金 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 发布公开的pod 方便项目 通过cocoapods 使用,便于版本版本管理,下面是简单步奏: 0.首次操作先要注册Trunk: pod trunk register zhujin001xb@163.com 'zhujin001032' --verbose 邮箱以及用户名请对号入座。用户名我使用的是G 阅读全文
posted @ 2017-03-01 17:22 助金 阅读(332) 评论(0) 推荐(0) 编辑
  2017年2月13日
摘要: //ios获取剩余存储空间 -(void)usedSpaceAndfreeSpace{ NSString* path = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES)objectAtI 阅读全文
posted @ 2017-02-13 16:25 助金 阅读(354) 评论(0) 推荐(0) 编辑
  2017年1月5日
摘要: pod install or pod update show this message:Generating Pods project Abort trap: 6solve method: udo gem uninstall cocoapods sudo gem install cocoapods 阅读全文
posted @ 2017-01-05 09:24 助金 阅读(334) 评论(0) 推荐(0) 编辑
  2016年12月27日
摘要: #pragma mark - - (BOOL)searchBarShouldEndEditing:(UISearchBar *)searchBar{ _searchController.searchBar.showsCancelButton = YES; UIButton *canceLBtn = [_searchController.searchBar valueForKey:... 阅读全文
posted @ 2016-12-27 17:19 助金 阅读(216) 评论(0) 推荐(0) 编辑
  2016年12月13日
摘要: - (void)addWKWebView { _webView = [[WKWebView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, 0.1)]; [_webView loadRequest:[NSURLRequest requestWi 阅读全文
posted @ 2016-12-13 10:23 助金 阅读(328) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页