https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string/ 给一个字符串,如果出现两个相邻的相同字符,就将它们一同删去,重复这个操作直到不能继续做为止,返回最后的字符串 一开始我是用类似递归的方式重复对这个字符串进行 ...
分类:
其他好文 时间:
2020-07-11 10:06:32
阅读次数:
59
1.查询表空间信息 select tablespace_name,file_name,bytes/1024/1024 mb from dba_temp_files union all select tablespace_name,file_name,bytes/1024/1024 mb from d ...
分类:
数据库 时间:
2020-07-11 09:46:16
阅读次数:
64
实体类privateDateaddTime;返回值会带有毫秒yml文件添加格式化jackson:date-format:yyyy-MM-ddHH:mm:sstime-zone:GMT+8
分类:
编程语言 时间:
2020-07-11 09:35:23
阅读次数:
257
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
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
简介 使用vnc 访问 服务器 下载链接 https://bintray.com/tigervnc/stable/tigervnc/1.10.1 简易使用命令 x0vncserver -rfbport=5900 -SecurityTypes=None (在下载的文件中可以放到/usr/bin/中) ...
分类:
其他好文 时间:
2020-07-11 00:23:23
阅读次数:
122
题: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
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
新建一个空文件夹,记住路径(这里右键pycharm打开更省事); 打开pycharm,点击file、点击settings; 选中project interpreter 点击下拉,点击show all; 点击右上角加号,选择virtualenv environment 选择new environmen ...
分类:
其他好文 时间:
2020-07-10 23:51:22
阅读次数:
82
环境: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