码迷,mamicode.com
首页 >  
搜索关键字:common prefix    ( 13743个结果
dedecms图集列表中调用单个图集的图片数量
dedecms图集列表中调用单个图集的图片数量。 打开文件/include/common.func.php,在文件中添加函数: /*** 调用图集中图片数量* 鹏程木业网 https://www.360muye.cn/**/function Getimgnum($aid) { global $dsq ...
分类:其他好文   时间:2021-06-21 21:07:20    阅读次数:0
docker 报错,使用这个脚本安装
#!/bin/bash rm -rf /var/lib/docker yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate ...
分类:其他好文   时间:2021-06-21 19:53:25    阅读次数:0
web服务之nginx命令,信号还有平滑升级与回滚
nginx 命令和信号 nginx命令 nginx 命令支持向其发送信号,实现不同功能 nginx 格式 nginx [-?hvVtTq] [-s signal] [-c filename] [-p prefix] [-g directives] 选项说明 帮助: -? -h 使用指定的配置文件: ...
分类:Web程序   时间:2021-06-20 17:47:57    阅读次数:0
LeetCode-014-最长公共前缀
最长公共前缀 题目描述:编写一个函数来查找字符串数组中的最长公共前缀。 如果不存在公共前缀,返回空字符串 ""。 示例说明请见LeetCode官网。 来源:力扣(LeetCode) 链接:https://leetcode-cn.com/problems/longest-common-prefix/ ...
分类:其他好文   时间:2021-06-20 17:39:07    阅读次数:0
vscode的snippet代码片段
快速生成简单类 需要配合基类https://www.cnblogs.com/majiao61/p/14902584.html来使用 { "majiao Class Object": { "prefix": "classHpp", "body": [ "#ifndef ${1:${TM_FILENAM ...
分类:其他好文   时间:2021-06-19 19:16:14    阅读次数:0
在Ubuntu 20.04.2 LTS上,启动samba服务
1.更新当前软件。 sudo apt-get upgrade sudo apt-get update sudo apt-get dist-upgrade 2.安装samba服务器。 sudo apt-get install samba samba-common 3.添加用户(下面的zhongshan ...
分类:系统相关   时间:2021-06-18 18:51:53    阅读次数:0
Centos7 Docker安装
1.卸载旧的docker,可选,如果搭建K8S平台,CentOS自带的docker会报错,因此最好使用官方最新的docker版本。 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ dock ...
分类:其他好文   时间:2021-06-17 17:04:55    阅读次数:0
【springcloud长文系列】不要每天重复修改配置了,试试config一处修改病毒式蔓延自动更新配置吧|智能化开发
title: springcloud系列之配置中心 date: 2021-06-03 12:00:30 tags: - [配置中心] - [config] categories: - [springcloud] permalink: zxh prefix: springcloud 背景 有多少次因为 ...
分类:编程语言   时间:2021-06-15 18:45:08    阅读次数:0
TP5 redis 延迟队列
###TP5.1 下载安装Redis 配置redis信息 <?php namespace app\common\redis; class RedisHandler { public $provider; //创建实例子 private static $_instance = null; //创建re ...
分类:其他好文   时间:2021-06-13 10:19:59    阅读次数:0
Linux环境下部署nginx
下载压缩包:nginx-1.19.0.tar.gz 解压缩:tar -zxvf nginx-1.19.0.tar.gz 进入解压后的目录:cd nginx-1.19.0 配置安装目录,这一步可忽略,使用默认配置:./configure --prefix=/usr/local/nginx 安装:mak ...
分类:系统相关   时间:2021-06-11 19:14:54    阅读次数:0
13743条   上一页 1 2 3 4 5 ... 1375 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!