会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
让双脚&去腾空
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
···
10
下一页
2018年7月26日
mac 安装git
摘要: Git安装 下载Git有两种方法 直接下载安装包,Git下载地址 用homebrew指令下载,不过首先需要安装homebrew 在终端执行后面指令安装,homebrew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/
阅读全文
posted @ 2018-07-26 20:03 让双脚&去腾空
阅读(411)
评论(0)
推荐(0)
2018年7月23日
MAC-下安装php-redis扩展
摘要: MAC下安装php-redis扩展 MAC下安装php-redis扩展 MAC下安装php-redis扩展 MAC下安装php-redis扩展 MAC下安装php-redis扩展 MAC下安装php-redis扩展 MAC下安装php-redis扩展 下载php-redis,地址:https://n
阅读全文
posted @ 2018-07-23 20:14 让双脚&去腾空
阅读(2855)
评论(1)
推荐(0)
2018年7月21日
mac-安装redis
摘要: 1.安装homebrew Homebrew是什么? 官方解释: Homebrew是以最简单,最灵活的方式来安装苹果公司在MacOS中不包含的UNIX工具。 官网:传送门 Git仓库地址:传送门 Homebrew 怎么安装 ?怎么卸载 ? 安装,打开终端,复制粘贴,大约1分钟左右,下载完成,过程中需要
阅读全文
posted @ 2018-07-21 20:15 让双脚&去腾空
阅读(1046)
评论(0)
推荐(0)
2018年7月20日
PHP-生产随机密码
摘要: public function dd(){ error_reporting(E_ALL^E_NOTICE^E_WARNING);$arr1 = array(0,1,2,3,4,5,6,7,8,9);$arr2 = array(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s
阅读全文
posted @ 2018-07-20 11:43 让双脚&去腾空
阅读(215)
评论(0)
推荐(0)
PHP-生产随机验证码图片
摘要: // <span style="white-space:pre"> </span>//因为要把产生的验证码保存到session中,此处为session开始 session_start(); //创建一张宽100高30的图像 $image = imagecreatetruecolor(100, 30)
阅读全文
posted @ 2018-07-20 11:42 让双脚&去腾空
阅读(289)
评论(0)
推荐(0)
2018年7月11日
laravel-5.6路由命名
摘要: 1、第一种:通过route路由中的as关键字来实现 1 Route::get('api/user',['as'='web.user'],'messageController@userInformation'); 1 Route::get('api/user',['as'='web.user'],'m
阅读全文
posted @ 2018-07-11 20:54 让双脚&去腾空
阅读(2413)
评论(0)
推荐(0)
laravel-5.3(1) 路由配置
摘要: 第一步: 按照上一篇搭建好工程后可以看到框架默认的 welcome 默认视图; 一般的web 开发框架是MVC设计模式,那么我们现在创建自己的控制器和视图,CMD 进入到工程根目录执行 php artisan make:controller Admin/IndexController 成功显示: C
阅读全文
posted @ 2018-07-11 17:36 让双脚&去腾空
阅读(524)
评论(0)
推荐(0)
2018年7月10日
mac 安装laravel
摘要: 安装laravel之前先安装composer 使用 curl 指令下载: curl -sS https://getcomposer.org/installer | php 或是沒有安裝 curl ,也可以用 php 指令下载: php -r "readfile('https://getcompose
阅读全文
posted @ 2018-07-10 17:23 让双脚&去腾空
阅读(2142)
评论(0)
推荐(0)
2018年7月9日
mac安装phpmysql
摘要: 1、百度搜“phpmadmin”,还是一样,第二个因为是PC版本,不能用,点击第一个连接,去phpmyadmin的官网。 2、下载完毕后,进入到下载文件保存目录,双击压缩包,压缩包则会自动解压。 3、然后把减压好的phpmyadmin移动到自己设置的web根目录下即可。 我是这样做的 sudo mv
阅读全文
posted @ 2018-07-09 14:22 让双脚&去腾空
阅读(557)
评论(0)
推荐(0)
Centos7卸载nginx及php、php-fpm方法
摘要: Centos7卸载nginx及php、php-fpm方法 Centos7卸载nginx及php、php-fpm方法 2016年12月01日 18:17:22 阅读数:20824 2016年12月01日 18:17:22 阅读数:20824 阅读数:20824 本文环境:Centos7、yum方式安装
阅读全文
posted @ 2018-07-09 10:34 让双脚&去腾空
阅读(149)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
10
下一页
公告