上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 28 下一页
摘要: 渐变色背景body { background: -moz-linear-gradient(top, #45bbf9 0%, #ffffff 100%); background: -webkit-gradient(linear, left top, left bottom, color-s... 阅读全文
posted @ 2015-08-26 08:37 jzfan 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 配置.envMAIL_DRIVER=smtpMAIL_HOST=smtp.163.comMAIL_PORT=25MAIL_USERNAME=myMail@163.comMAIL_PASSWORD=******MAIL_ENCRYPTION=null设置 config/mail.php'from' =... 阅读全文
posted @ 2015-08-25 00:43 jzfan 阅读(555) 评论(0) 推荐(0) 编辑
摘要: 在线处理图片https://tinypng.com/组图滚动jcarousellitehttp://www.gmarwaha.com/jquery/jcarousellite/styling.php相册lightboxhttp://www.oschina.net/p/jquery+lightbox/ 阅读全文
posted @ 2015-08-24 15:54 jzfan 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 倒序取出 public function index() { $as = Article::latest('published_at')->get(); return view('a.index',compact('as')); } 阅读全文
posted @ 2015-08-19 21:05 jzfan 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 1. 修改ROUTE// Authentication routes...Route::get('login', 'Auth\AuthController@getLogin');Route::post('login', 'Auth\AuthController@postLogin');Route::... 阅读全文
posted @ 2015-08-19 20:40 jzfan 阅读(1038) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-08-19 18:08 jzfan 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 宋体SimSun黑体SimHei微软雅黑MicrosoftYaHei微软正黑体MicrosoftJhengHei新宋体NSimSun新细明体PMingLiU细明体MingLiU标楷体DFKai-SB仿宋FangSong楷体KaiTi仿宋_GB2312FangSong_GB2312楷体_GB2312K... 阅读全文
posted @ 2015-08-19 15:42 jzfan 阅读(713) 评论(0) 推荐(0) 编辑
摘要: Route::get('/', function () { return view('welcome');});Route::resource('a', 'ArticleController');Route::controller([ 'auth' => 'Auth\AuthContro... 阅读全文
posted @ 2015-08-19 14:03 jzfan 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 1. Composer 安装composer require illuminate/html需要php-xml扩展支持2. 添加 providers修改 config/app.php 文件, 在 providers 数组里面添加:'Illuminate\Html\HtmlServiceProvide... 阅读全文
posted @ 2015-08-18 22:30 jzfan 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 用supesite模型实现留言板功能还是很方便的,经过简单的设置就能够实现游客或用户提问、管理员审核并答复的功能,步骤如下: 一、在supesite7.0中: 1、在后台“模型管理”中新建模型(如模型标识为msgboard,模型名称为留言板),勾选允许投稿、允许游客投稿、投稿需要审核、允许游客... 阅读全文
posted @ 2015-08-14 08:43 jzfan 阅读(399) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 28 下一页