上一页 1 2 3 4 5 6 7 ··· 34 下一页
摘要: 什么是vim? 一个历史悠久的文本编辑器 vim采用了模式编辑的理念,提供了多种模式 底線命令模式 插入模式 命令模式 交互式教程 $: vimtutor :自带教程 $: vim -h : vim命令行 阅读全文
posted @ 2021-04-19 18:33 花花妹子。 阅读(311) 评论(0) 推荐(0)
摘要: Nginx端 Nginx是一個服務器,同時也是一個功能強大的proxy服務器,除了進行http請求的代理,還可以進行其他協議請求代理(fastCgi協議),為了能使nginx理解fastCgi協議,nginx提供了fastcgi模塊來降http請求映射為對應的fastCgi請求 fastcgi_pa 阅读全文
posted @ 2021-03-27 10:46 花花妹子。 阅读(73) 评论(0) 推荐(0)
摘要: 环境:Mac、php7.1、nginx 现象:killall php-fpm,php-fpm自动重启 共有如下几种解决方案: 1.检查php-fpm.conf的deamonize模式是否开启 2.查找系统下有自动加载模块的关键字,修改对应配置文件的nodaemonize参数(grep -rn "no 阅读全文
posted @ 2021-03-11 14:07 花花妹子。 阅读(1210) 评论(0) 推荐(0)
摘要: 地址:https://leetcode-cn.com/problems/zuo-xuan-zhuan-zi-fu-chuan-lcof/ <?php /** 字符串的左旋转操作是把字符串前面的若干个字符转移到字符串的尾部。请定义一个函数实现字符串左旋转操作的功能。比如,输入字符串"abcdefg"和 阅读全文
posted @ 2020-10-27 11:07 花花妹子。 阅读(96) 评论(0) 推荐(0)
摘要: 地址:https://leetcode-cn.com/problems/remove-duplicate-node-lcci/ <?php /** 面试题 02.01. 移除重复节点 编写代码,移除未排序链表中的重复节点。保留最开始出现的节点。 示例1: 输入:[1, 2, 3, 3, 2, 1] 阅读全文
posted @ 2020-10-26 11:31 花花妹子。 阅读(99) 评论(0) 推荐(0)
摘要: 地址:https://leetcode-cn.com/problems/shu-zu-zhong-shu-zi-chu-xian-de-ci-shu-ii-lcof/ <?php /** * Created by PhpStorm. * User: huahua * Date: 2020/10/22 阅读全文
posted @ 2020-10-22 18:03 花花妹子。 阅读(74) 评论(0) 推荐(0)
摘要: 地址:https://leetcode-cn.com/problems/combination-sum/ <?php /** * Created by PhpStorm. * User: huahua * Date: 2020/10/22 * Time: 上午11:47 39. 组合总和 给定一个无 阅读全文
posted @ 2020-10-22 11:48 花花妹子。 阅读(76) 评论(0) 推荐(0)
摘要: 地址:https://leetcode-cn.com/problems/mean-of-array-after-removing-some-elements/ <?php /** * Created by PhpStorm. * User: huahua * Date: 2020/10/22 * T 阅读全文
posted @ 2020-10-22 11:10 花花妹子。 阅读(107) 评论(0) 推荐(0)
摘要: 地址:https://leetcode-cn.com/problems/lucky-numbers-in-a-matrix/ <?php /** * Created by PhpStorm. * User: huahua * Date: 2020/10/21 * Time: 下午5:35 1380. 阅读全文
posted @ 2020-10-21 17:36 花花妹子。 阅读(82) 评论(0) 推荐(0)
摘要: 地址:https://leetcode-cn.com/problems/combination-sum-iii/ <?php /** * Created by PhpStorm. * User: huahua * Date: 2020/10/21 * Time: 下午4:54 216. 组合总和 I 阅读全文
posted @ 2020-10-21 16:55 花花妹子。 阅读(81) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 34 下一页