Blogger Information
晴天
Blog
47
fans
1
comment
0
visits
52910
integral:0
P beans:94
  • List of blog posts
  • PHP - laravel 的 简单权限控制

    在中间件中执行权限控制```phppublic function handle($request, Closure $next) { $admin = Auth::user(); // 取出该用户的session $gid = $admin-...

    2020-06-11 19:41 Read 937 comment 0
  • laravel 自定义方法 - 数据库返回纯数组

    扩展集合集合都是「可宏扩展」(macroable) 的,它允许你在执行时将其它方法添加到 Collection 类。例如,通过下面的代码在 Collection 类中添加一个 toUpper 方法: use Illuminate\Support\Co...

    2020-06-10 16:28 Read 1344 comment 0
  • jquery 事件 与ajax

    jQuery 事件与 Ajax1. 事件

    2020-06-03 11:46 Read 933 comment 0
  • PHP - 常用系统函数

    字符串函数strlen:获取字符串长度,字节长度 substr_count 某字符串出现的次数 substr:字符串截取,获取字符串(按照字节进行截取) mb_strlenmb_substr strchr:与substr相似,从指定位置截取一直到最后...

    2020-04-21 15:31 Read 679 comment 0
  • CSS设置一行内文字超过宽度不换行且不显示,截断文字加...

    原始效果 div{ display: flex; flex-flow: column nowrap;/*父元素设置为弹性盒子,垂直且不允许换行*/} div > a { white-space: nowrap; /*设置文字禁止换行*/ ...

    2020-04-11 20:59 Read 1320 comment 0
  • HTML+CSS 基础测试题(附带答案)

    11 期第一周测试题 满分 100, 同学们测试一下自己可以得多少分? 考试时间要求 90 分钟之内完成, 80 分为合格 [toc] 1. 单选题 每题 5 分,共 25 分 (1). phpStudy 是___b__ a:前端集成开发环境...

    2020-04-08 16:58 Read 7360 comment 0
  • vscode 常用插件汇总

    vscode 常用插件汇总 前段插件 插件名 介绍 Chinese language 改成中文字体 Markdown preview enkanced Markdown 文本实时预览器 Markdownlint Markdown ...

    2020-04-02 12:00 Read 668 comment 0
  • 利用css 打开网页显示弹窗 带关闭按钮

    在别的网站上看到的 记录下来 加了一些css的解释 目前能用 哈哈哈哈有些是自己改的,作为一个菜鸟觉得代码里面有些是多余的,但又不知道哪里多余,如果有知道的请在评论区留言改进,谢谢指教 弹窗 ...

    2020-03-30 12:28 Read 1605 comment 0
  • js事件 点击按钮显示div 三秒后自动消失

    用js改变div2的css 实现窗口的隐藏显示 div的显示隐藏

    2020-03-30 11:30 Read 3398 comment 0
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!