摘要: public class BaseHttpClient { protected string contentType; public BaseHttpClient() { this.contentType = "application/json"; } protected const int RES 阅读全文
posted @ 2016-02-21 15:12 徐航 阅读(2519) 评论(0) 推荐(0) 编辑
摘要: public class Mail { private string mailkey; private string mailSecret; public string mailFrom; public Mail() { this.mailkey = BaseHelper.GetValue("Mai 阅读全文
posted @ 2016-02-21 15:07 徐航 阅读(830) 评论(0) 推荐(0) 编辑
摘要: public class WebApi { /// <summary> /// 成功后的输出 /// </summary> /// <param name="data"></param> /// <returns></returns> public static ResultDTO Success( 阅读全文
posted @ 2016-02-21 15:06 徐航 阅读(439) 评论(0) 推荐(0) 编辑
摘要: 兼容性问题: iOS 5.0- 的Date构造函数不支持规范标准中定义的YYYY-MM-DD格式,如 new Date('2013-11-11') 是 Invalid Date, 但支持YYYY/MM/DD格式,可用 new Date('2013/11/11')IOS(7.1.1版本)使用webap 阅读全文
posted @ 2016-02-21 14:55 徐航 阅读(238) 评论(0) 推荐(0) 编辑
摘要: html5中有一些标签我们很难改变其样式,例如input=file,select等。这个时候我们需要改变一下思路,将原有透明度置为0,借助于div或span等以控制样式的标签来代替。效果图: 请选择 .select-item{ height:... 阅读全文
posted @ 2015-11-03 14:54 徐航 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 效果图:代码: --> Document 列表滑动菜单 ... 阅读全文
posted @ 2015-10-12 09:13 徐航 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 密码强度 密码 弱 中 ... 阅读全文
posted @ 2015-08-28 10:59 徐航 阅读(522) 评论(0) 推荐(0) 编辑
摘要: Document 这是一个测试 1 2 3 4 注:提供三种颜色混合方式,主次混合颜色偏暗,与白色混合颜... 阅读全文
posted @ 2015-08-27 18:24 徐航 阅读(555) 评论(0) 推荐(0) 编辑
摘要: AngularJS 防止页面闪烁的方法angularjs filter 详解学习资料1学习资料2在 AngularJS 应用中处理单选框和复选框学习资料3AngularJS 之 Factory vs Service vs Provider$q -- AngularJS中的服务AngularJS 拦截... 阅读全文
posted @ 2015-06-26 15:24 徐航 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 效果图:html: 项目管理 我的项目 我的项目 我的项目 我的项目 我的项目 css:html,body{margin: 0;padding: 0;background-color: #eee;}#rightkey{position: fixed;displ... 阅读全文
posted @ 2015-06-12 19:04 徐航 阅读(552) 评论(0) 推荐(0) 编辑