12 2018 档案

Phalcon初认识
摘要:phalcon实现原理 基本功能 及数据存储等介绍,ORM简单介绍,查看当前使用phalcon版本 阅读全文

posted @ 2018-12-30 19:51 爱吃柠檬不加糖 阅读(430) 评论(0) 推荐(0) 编辑

ubuntu下安装mongo扩展
摘要:ubnutu 开启php扩展,unbutu 安装mongo扩展,使用pear卸载扩展,安装具体版本的mongodb 阅读全文

posted @ 2018-12-29 18:58 爱吃柠檬不加糖 阅读(230) 评论(0) 推荐(0) 编辑

ubuntu下php-fpm多实例运行配置
摘要:ubuntu下php-fpm配置多实例运行配置,启动php-fpm无响应解决 阅读全文

posted @ 2018-12-28 19:11 爱吃柠檬不加糖 阅读(1453) 评论(0) 推荐(0) 编辑

ubuntu下nginx+PHP-FPM安装配置
摘要:ubuntu下nginx及php-fpm安装配置 阅读全文

posted @ 2018-12-27 16:39 爱吃柠檬不加糖 阅读(7569) 评论(0) 推荐(0) 编辑

php中include_path配置
摘要:php中include_path配置 阅读全文

posted @ 2018-12-27 13:38 爱吃柠檬不加糖 阅读(3378) 评论(0) 推荐(0) 编辑

laravel中的队列
摘要:laravel中队列使用 阅读全文

posted @ 2018-12-26 10:28 爱吃柠檬不加糖 阅读(202) 评论(0) 推荐(0) 编辑

laravel权限控制Gate
摘要:laravel权限控制Gate 阅读全文

posted @ 2018-12-25 18:00 爱吃柠檬不加糖 阅读(784) 评论(0) 推荐(0) 编辑

php匿名函数
摘要:php 匿名函数案例 阅读全文

posted @ 2018-12-25 16:24 爱吃柠檬不加糖 阅读(287) 评论(0) 推荐(0) 编辑

mac下fiddler安装配置启动及iphone配置连接
摘要:mac下fiddler安装配置启动,ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'System.Windows.Forms.Screen' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object问题解决,iphone关于fidder配置,iphone连接fidder无效解决 阅读全文

posted @ 2018-12-11 16:25 爱吃柠檬不加糖 阅读(1688) 评论(0) 推荐(0) 编辑

从URL输入到页面展示都发生了什么?
摘要:从URL输入到页面展示都发生了什么? 阅读全文

posted @ 2018-12-10 19:59 爱吃柠檬不加糖 阅读(204) 评论(0) 推荐(0) 编辑

使用laravel的Command实现搜索引擎索引和模板的建立
摘要:laravel自定义命令行,安装guzzle,使用laravel的Command实现搜索引擎索引和模板的建立 阅读全文

posted @ 2018-12-10 14:49 爱吃柠檬不加糖 阅读(303) 评论(0) 推荐(0) 编辑

laravel的scout包安装及laravel-es包安装
摘要:安装laravel使用elastic的包,安装laravel/scout,安装scount的es驱动,laravel的scout包安装及Laravel-es包安装 阅读全文

posted @ 2018-12-10 14:32 爱吃柠檬不加糖 阅读(1358) 评论(0) 推荐(0) 编辑

安装scount的es驱动,composer require tamayo/laravel-scout-elastic报错解决
摘要:tamayo/laravel-scout-elastic 4.0.0 requires laravel/scout ^5.0 -> satisfiable by laravel/scout[5.0.x-dev, v5.0.0, v5.0.1, v5.0.2, v5.0.3] but these conflict with your requirements or minimum-stability.问题解决 阅读全文

posted @ 2018-12-10 11:16 爱吃柠檬不加糖 阅读(1784) 评论(1) 推荐(1) 编辑

mac下elasticsearch安装部署
摘要:mac下elasticsearch安装部署,及 Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release. 问题解决 阅读全文

posted @ 2018-12-09 10:20 爱吃柠檬不加糖 阅读(2991) 评论(0) 推荐(0) 编辑

mac下chrome快捷键
摘要:debug调试 开发者工具:option+command+i javascript控制台:option+command+j 或者按option+command+c也可以打开 1. 标签页和窗口快捷键 ⌘-N 打开新窗口。 ⌘-T 打开新标签页。 ⌘-Shift-N 在隐身模式下打开新窗口。 按 ⌘- 阅读全文

posted @ 2018-12-08 12:35 爱吃柠檬不加糖 阅读(186) 评论(0) 推荐(0) 编辑

mac自带终端安装完ohmyZsh后显示乱码
摘要:mac自带终端安装完ohmyZsh后显示乱码,mac更改字体 阅读全文

posted @ 2018-12-08 12:04 爱吃柠檬不加糖 阅读(4957) 评论(0) 推荐(0) 编辑

mac下iterm2配置安装,通过expact实现保存账号,及通过跳板登陆配置
摘要:iTerm2对远程登陆账号密码进行保存设置,及跳板登陆配置,iterm2基本配置操作及快捷键 阅读全文

posted @ 2018-12-05 17:47 爱吃柠檬不加糖 阅读(1443) 评论(0) 推荐(0) 编辑

phpstorm中快速添加函数注释
摘要:phpstorm中给自己的函数快速增加注释信息 阅读全文

posted @ 2018-12-05 11:32 爱吃柠檬不加糖 阅读(6867) 评论(0) 推荐(0) 编辑

搜索模板elasticsearch
摘要:搜索模板,elasticsearch 阅读全文

posted @ 2018-12-05 10:36 爱吃柠檬不加糖 阅读(327) 评论(0) 推荐(0) 编辑

laravel模型关联
摘要:laravel模型关联,hasOne,hasMany,belongTo,hasManyThrough,moreMany,moreToMany用法,laravel评论模块实例 阅读全文

posted @ 2018-12-04 09:13 爱吃柠檬不加糖 阅读(473) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示