码迷,mamicode.com
首页 >  
搜索关键字:one    ( 27922个结果
Docker nginx+php74+mysql57, 并安装gd和mysql扩展
运行docker: sudo systemctl start docker 0.创建docker网络: docker network create --subnet=172.18.0.0/24 mxd 1. 复制配置文件到宿主机: # 创建宿主机目录结构 mkdir -p /www/docker/n ...
分类:数据库   时间:2020-07-11 14:27:26    阅读次数:156
Common Substrings POJ - 3415 (后缀数组 + 单调栈)
A substring of a string T is defined as: T(i, k)=TiTi+1...Ti+k-1, 1≤i≤i+k-1≤|T|. Given two strings A, B and one integer K, we define S, a set of tripl ...
分类:编程语言   时间:2020-07-11 13:09:02    阅读次数:71
30条MySQL查询的优化方法
以下是广泛使用的30个SQL查询语句优化方法: 1、应尽量避免在 where 子句中使用!=或<>操作符,否则将引擎放弃使用索引而进行全表扫描。 2、对查询进行优化,首先应考虑在 where 及 order by 涉及的列上建立索引,避免全表扫描。 3、应尽量避免在 where 子句中对字段进行 n ...
分类:数据库   时间:2020-07-11 11:17:01    阅读次数:75
springboot对于实体类date类型格式化
实体类privateDateaddTime;返回值会带有毫秒yml文件添加格式化jackson:date-format:yyyy-MM-ddHH:mm:sstime-zone:GMT+8
分类:编程语言   时间:2020-07-11 09:35:23    阅读次数:257
History 2 : First Civilizations
Around 10,000 B.C., with the end of the ice ages, people began to settle down in one place and grow crops and domesticate animals. This was the "agric ...
分类:其他好文   时间:2020-07-11 09:30:40    阅读次数:63
430. Flatten a Multilevel Doubly Linked List
You are given a doubly linked list which in addition to the next and previous pointers, it could have a child pointer, which may or may not point to a ...
分类:其他好文   时间:2020-07-11 09:24:32    阅读次数:64
tigervnc配置
简介 使用vnc 访问 服务器 下载链接 https://bintray.com/tigervnc/stable/tigervnc/1.10.1 简易使用命令 x0vncserver -rfbport=5900 -SecurityTypes=None (在下载的文件中可以放到/usr/bin/中) ...
分类:其他好文   时间:2020-07-11 00:23:23    阅读次数:122
E. DeadLee(思维,拓扑图处理)
题:https://codeforces.com/contest/1369/problem/E 题意:有n种食物,wi 表示第 i 种食物的个数,m个朋友,喜欢俩种食物x和y(x,y<=n),确定朋友吃食物的顺序,每次要是还有喜欢的食物就会吃一个(要是x和y都有则都吃x和y),让每个朋友都能吃到至少 ...
分类:其他好文   时间:2020-07-11 00:18:23    阅读次数:62
IPC
inter process communication one host: signal semaphor shm: shared memory different host: rpc: remote procedure call 同样基于socket socket ...
分类:其他好文   时间:2020-07-11 00:17:33    阅读次数:85
redis-kubernet集群离线安装
环境:centos7.6、kubernet1.17.2 离线包下载:链接: https://pan.baidu.com/s/1B7Rbm2ZVR6P9spbCwhTb0Q 提取码: nhd1 思路: 创建 NFS创建 PV创建 PVC创建 Redis ConfigMap创建 Redis Headle ...
分类:Web程序   时间:2020-07-10 21:07:03    阅读次数:68
27922条   上一页 1 ... 80 81 82 83 84 ... 2793 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!