上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 23 下一页
摘要: laravel 分享功能 扩展包: chencha/share 简介: 常见的分享是一个固定写死的链接,点击后跳转对应网站的分享页面,laravel 有专门的分享扩展包 chencha/share,能更加便捷的生成分享链接,主要针对国外的网站如:facebook、twitter、pinterest等 阅读全文
posted @ 2019-12-05 16:30 pine007 阅读(453) 评论(0) 推荐(0) 编辑
摘要: 拖拽排序 文件 "拖拽排序.zip" 目录 效果 html 打印的data php 阅读全文
posted @ 2019-12-05 15:34 pine007 阅读(179) 评论(0) 推荐(0) 编辑
摘要: ``` //清空各种缓存 public function clear(){ Artisan::call('cache:clear'); Artisan::call('config:clear'); Artisan::call('route:clear'); Artisan::call('view:clear'); Artisan::call('clear-compiled'); Art... 阅读全文
posted @ 2019-10-30 18:28 pine007 阅读(5533) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-10-30 18:25 pine007 阅读(2280) 评论(0) 推荐(0) 编辑
摘要: ```php /** * 生成单号 * @param null $model 模型 * @param string $key 缓存key * @param string $prefix 单号前缀 * @param string $field 单号字段 * @return bool|string */ public static function GetRef($model = null,$key 阅读全文
posted @ 2019-09-29 16:55 pine007 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 1、cmd访问redis redis-cli redis-cli.exe -h 127.0.0.1 -p 6379 2、key keys * //获取所有的key select 0 //选择第一个库 move myString 1 //将当前的数据库key移动到某个数据库,目标库有,则不能移动 fl 阅读全文
posted @ 2019-08-30 16:06 pine007 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 原文: 在上一次教程拉下来的代码中点击分支,在弹窗中即可创建新分支,本次操作是基于master创建一个名叫wangwu的分支。 重新克隆一次代码仓库,选择另一个新建的文件夹testCommit2,项目名称testCommit2。模拟两个人在两个不同的电脑上进行开发。王五在testCommit文件夹里 阅读全文
posted @ 2019-08-30 10:46 pine007 阅读(4621) 评论(0) 推荐(0) 编辑
摘要: 原文:https://learnku.com/articles/25270 1、前言 最近偶然翻翻一些博客,发现依然有一些介绍 mysql 常见优化场景的东西,甚是有趣。想起了之前在公司做的 SQL 规范相关工作。独乐了不如众乐乐,独学习不如众分享,跟大家分享下自己在这个环节的一些心得。 之前无非是 阅读全文
posted @ 2019-08-29 18:03 pine007 阅读(459) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.cnblogs.com/allanli/p/git_commands.html ###1、git常用命令: 1. git init //初始化本地git环境 2. git clone XXX//克隆一份代码到本地仓库 3. git pull //把远程库的代码更新到工作 阅读全文
posted @ 2019-08-21 17:55 pine007 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 原文:https://github.com/jupeter/clean code php clean code php Table of Contents 1. "介绍" 2. "变量" 3. "函数" 介绍 本文由 yangweijie 翻译自 "clen php code" ,团建用,欢迎大家指 阅读全文
posted @ 2019-08-20 15:17 pine007 阅读(154) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 23 下一页