08 2017 档案

摘要:1.使用前需先导入类,use think\Request; // 1. 系统建议的request方式 public function requestTest($name , Request $request){ // 系统自动注入request对象 不需要通过url传入 echo "name : " . $name . ""; echo "请... 阅读全文
posted @ 2017-08-28 16:58 Mars_夹娃娃大神 阅读(746) 评论(0) 推荐(0)
摘要:注意:iOS所有图标的圆角效果由系统生成,给到的图标本身不能是圆角的。 1. 桌面图标 (app icon) for iPhone6 plus(@3x) : 180 x 180 for iPhone 6/5s/5/4s/4(@2x) : 120 x 120 2. 系统搜索框图标 (Spotlight 阅读全文
posted @ 2017-08-07 17:36 Mars_夹娃娃大神 阅读(203) 评论(0) 推荐(0)