• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






jasonxiaoqinde

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页

2017年9月16日

yii添加模型基础类
摘要: 阅读全文
posted @ 2017-09-16 00:57 jasonxiaoqinde 阅读(104) 评论(0) 推荐(0)
 
yii基础控制器安全验证
摘要: 阅读全文
posted @ 2017-09-16 00:46 jasonxiaoqinde 阅读(173) 评论(0) 推荐(0)
 

2017年9月15日

yii gii配置ip限制使用gii
摘要: yii gii配置ip限制使用gii 阅读全文
posted @ 2017-09-15 23:47 jasonxiaoqinde 阅读(879) 评论(0) 推荐(0)
 

2017年9月14日

openfire连接数据库mysql
摘要: openFire下载地址http://www.igniterealtime.org/downloads/index.jsp#openfire 如果有UAC保护的话,需要右键以管理员方式启动openfire.exe,否则报错。 主要遇到的难点是MySQL的数据库配置,网上没有系统的配置方法,登陆htt 阅读全文
posted @ 2017-09-14 17:12 jasonxiaoqinde 阅读(839) 评论(0) 推荐(0)
 
js 提示条
摘要: js: html: Persen.alertFail(msg);Persen.alertSuccess(msg); $('html,body').animate({scrollTop: '0px'}, 800); 滚动条滑动 阅读全文
posted @ 2017-09-14 10:36 jasonxiaoqinde 阅读(177) 评论(0) 推荐(0)
 

2017年9月13日

jquery滚动条平滑滑动
摘要: 采用锚点进行页面中的跳转的确很方便,但是要想增加网页的效果,可以使用jquery中的animate,实现滚动的一个动作,慢慢的滚动到你想跳转到的位置,从而看起来会非常高大上。 滚动到顶部: $('.scroll_top').click(function(){$('html,body').animat 阅读全文
posted @ 2017-09-13 17:53 jasonxiaoqinde 阅读(599) 评论(0) 推荐(0)
 

2017年9月12日

yii2.0 添加组件baidu ueditor
摘要: 下载uditor git clone https://github.com/BigKuCha/yii2-ueditor-widget.git 将下载的项目放到 common/wdigets目录上 修改命名空间 或者 安装 Either run or add to the require sectio 阅读全文
posted @ 2017-09-12 11:28 jasonxiaoqinde 阅读(311) 评论(0) 推荐(0)
 
yii添加验证码 和重复密码
摘要: <?phpnamespace frontend\models;use common\models\User;use yii\base\Model;use Yii;/** * Signup form */class SignupForm extends Model{ public $username; 阅读全文
posted @ 2017-09-12 00:22 jasonxiaoqinde 阅读(627) 评论(0) 推荐(0)
 

2017年9月11日

css图标库 font-awesome.min.css
摘要: 下载font-awesome-4.4.0 同时引入font-awesome-4.4.0.min.css 通过<i class='fa fa-sign-out'></i>生成图片 很好用 阅读全文
posted @ 2017-09-11 23:31 jasonxiaoqinde 阅读(3022) 评论(0) 推荐(0)
 
yii配置访问路由权限配置
摘要: 'verbs' => [ 'class' => VerbFilter::className(), 'actions' => [ 'logout' => ['post', 'get'], //表示logout可以同时通过post和get方式访问 ],], 阅读全文
posted @ 2017-09-11 23:24 jasonxiaoqinde 阅读(501) 评论(0) 推荐(0)
 
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页