会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
jzfan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
17
18
19
20
21
22
23
24
25
···
28
下一页
2015年8月26日
渐变色背景
摘要: 渐变色背景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)
编辑
2015年8月25日
laravel sendmail
摘要: 配置.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)
编辑
2015年8月24日
jq插件
摘要: 在线处理图片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)
编辑
2015年8月19日
laravel controller
摘要: 倒序取出 public function index() { $as = Article::latest('published_at')->get(); return view('a.index',compact('as')); }
阅读全文
posted @ 2015-08-19 21:05 jzfan
阅读(184)
评论(0)
推荐(0)
编辑
laravel 登录验证
摘要: 1. 修改ROUTE// Authentication routes...Route::get('login', 'Auth\AuthController@getLogin');Route::post('login', 'Auth\AuthController@postLogin');Route::...
阅读全文
posted @ 2015-08-19 20:40 jzfan
阅读(1039)
评论(0)
推荐(0)
编辑
微博墙
摘要:
阅读全文
posted @ 2015-08-19 18:08 jzfan
阅读(311)
评论(0)
推荐(0)
编辑
中文字体的英文名称 (宋体 微软雅黑)
摘要: 宋体SimSun黑体SimHei微软雅黑MicrosoftYaHei微软正黑体MicrosoftJhengHei新宋体NSimSun新细明体PMingLiU细明体MingLiU标楷体DFKai-SB仿宋FangSong楷体KaiTi仿宋_GB2312FangSong_GB2312楷体_GB2312K...
阅读全文
posted @ 2015-08-19 15:42 jzfan
阅读(714)
评论(0)
推荐(0)
编辑
laravel route
摘要: 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)
编辑
2015年8月18日
laravel form
摘要: 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)
编辑
2015年8月14日
supesite 留言板
摘要: 用supesite模型实现留言板功能还是很方便的,经过简单的设置就能够实现游客或用户提问、管理员审核并答复的功能,步骤如下: 一、在supesite7.0中: 1、在后台“模型管理”中新建模型(如模型标识为msgboard,模型名称为留言板),勾选允许投稿、允许游客投稿、投稿需要审核、允许游客...
阅读全文
posted @ 2015-08-14 08:43 jzfan
阅读(401)
评论(0)
推荐(0)
编辑
上一页
1
···
17
18
19
20
21
22
23
24
25
···
28
下一页