摘要: 1 2 3 弹框 4 5 56 57 58 59 60 提示 61 62 63 64 X 65 弹出窗口 66 阿斯顿啊士大夫似的 67 68 69 70 71 72 73 阅读全文
posted @ 2017-01-04 11:14 iZKang 阅读(201) 评论(0) 推荐(0) 编辑
摘要: //旋转手机重新定位视图 /// /// 重新定位视图 /// /// To interface orientation. /// Duration. public override void WillRotate(UIInterfaceOrientation toInterfaceOrientation, d... 阅读全文
posted @ 2017-01-04 09:51 iZKang 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 1、按钮 UIButton UIButton btn = new UIButton(); btn.Frame = new RectangleF(150,310,80,30); //按钮位置一件宽高 btn.SetTitle("Button",UIControlState.Normal); //显示的 阅读全文
posted @ 2017-01-04 09:34 iZKang 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 1. 尽可能的减少HTTP请求数 2. 使用CDN 3. 添加Expires头(或者 Cache-control) 4. Gzip 组件 5. 把CSS样式放在页面的上方。 6. 将脚本放在底部(包括内联的) 7. 避免在CSS中使用Expressions 8. 将javascript和css独立成 阅读全文
posted @ 2017-01-04 09:32 iZKang 阅读(149) 评论(0) 推荐(0) 编辑
摘要: AngularJS 表达式({{ expression }})类似于 AngularJS ng-bind 例子: 阅读全文
posted @ 2017-01-04 09:30 iZKang 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 4 <meta name="MobileOptim 阅读全文
posted @ 2017-01-04 09:28 iZKang 阅读(243) 评论(0) 推荐(0) 编辑