Lei Xia

Sr. Software Engineer | Solution Architect

抒写代码,尽享生活,筑就未来。

订阅 · 赞赏

avatar

ios9 导航栏全透明

2015年12月12日 · 16 字 · 1 分钟

效果图 导航栏是全透明的,但是导航栏的 item 还是正常的。 [self.navigationBar setBackgroundImage:[UIImage new] forBarMetrics:UIBarMetricsDefault]; self.

object-c委托实例

2015年12月1日 · 321 字 · 2 分钟

定义 delegate是一种设计模式,不是object-c特有 object-c通过protocol实现delegat 作用 业务逻辑解耦 加强程序可读性 使用 声明protocol 实现protocol 指定delegate 调用delegate方法 实例 本文以UIImagePickerController举例。

使用QQ企业邮箱发信时501错误解决方案

2015年11月23日 · 5 字 · 1 分钟

此现象只出现在新增或者编辑邮箱密码的时候出现,发送邮箱时服务端会返回501,此时是由于QQ企业邮箱强制要求第一次登录必须修改密码。 解决方案是: 登录QQ企业邮箱 修改密码 使用新密码调用接口

css3实现三角形

2015年11月23日 · 45 字 · 1 分钟

div{ border: 1px solid #dddddd; padding: 4px 40px 4px 8px; position: relative; } div:after{ content: ' '; margin-top: -5px; display: block; position: absolute; right: 8px; top: 50%; width: 0; height: 0; border-left: 12px transparent solid; border-right: 12px transparent solid; border-top: 12px #000000 solid; } demo

angularjs icheck

2015年11月23日 · 4 字 · 1 分钟

项目地址 https://github.com/xialeistudio/angular-icheck 项目说明 icheck的angularjs版本

angularjs上传指令

2015年11月23日 · 4 字 · 1 分钟

项目地址 https://github.com/xialeistudio/angular-upload 项目说明 angularjs上传指令

nodejs mongodb 缓存模块

2015年11月23日 · 32 字 · 1 分钟

项目地址 https://github.com/xialeistudio/mongodb-cache 项目说明 基于mongodb的nodejs缓存模块 使用 npm install xl-cache --save var cache = require('xl-mongodb-cache'); 连接服务器 cache.

chrome hosts插件

2015年11月23日 · 5 字 · 1 分钟

项目地址 https://github.com/xialeistudio/hostManager 特别说明 Chrome 44版本以后不支持,不过开发过程大家可以了解下。

svn更新时403的解决

2015年11月14日 · 18 字 · 1 分钟

今天在服务器上svn up的时候出现这么一段 svn: Server sent unexpected return value (403 Forbidden) in response to OPTIONS request

MAMP PRO 3.0.5 在 OS X EI Capitan下无法启动的问题

2015年11月13日 · 11 字 · 1 分钟

网上找了很多文章,什么关闭自带的apache服务,查看系统日志等等,全没用。真佩服 baidu。 还是google到了一篇文章,解决方法很简单: 1.打开终端 2.执行