As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered cities connected by some ro ...
分类:
其他好文 时间:
2018-09-07 01:04:47
阅读次数:
241
1. wc : print newline, word, and byte counts for each file [root@bogon ~]# wc /etc/passwd 44 88 2301 /etc/passwd -l: lines -w: words -c: characters2. ...
分类:
其他好文 时间:
2018-09-06 20:59:14
阅读次数:
153
With highways available, driving a car from Hangzhou to any other city is easy. But since the tank capacity of a car is limited, we have to find gas s ...
分类:
其他好文 时间:
2018-09-05 21:58:11
阅读次数:
249
vpc相关功能点: 模块功能点描述备注 VPC 创建vpc网络 创建vpc网络,指定vpc网络名称 修改vpc网络 修改vpc网络名称 删除vpc网络 删除vpc网络 vpc相关命令: net-create子命令属性: 参数 描述 参数 描述 NAME 设置名称 --tenant-id 指定租户 - ...
分类:
其他好文 时间:
2018-09-05 15:00:01
阅读次数:
251
Given a string, you are supposed to output the length of the longest symmetric sub-string. For example, given Is PAT&TAP symmetric?, the longest symme ...
分类:
其他好文 时间:
2018-09-04 22:31:04
阅读次数:
192
The K?P factorization of a positive integer N is to write N as the sum of the P-th power of K positive integers. You are supposed to write a program t ...
分类:
其他好文 时间:
2018-09-04 17:09:08
阅读次数:
177
1. Golang-web工作机制1.web工作方式:浏览器URL –> 请求DNS服务器 ->解析域名到对应的IP –> 建立TCP协议 –>发送Http Request –>Web服务器处理请求 –>Http Response返回客户端 –>渲染响应体 –>呈现给用户UI界面2.Http请求GE... ...
分类:
Web程序 时间:
2018-09-02 20:31:00
阅读次数:
250
node.js主导了一个社区,叫做npm(node package management,node包管理器) npm的使用 官网 :https://www.npmjs.com/ 我们可以去npm上寻找我们需要的东西 比如我们现在有需求 ,把公立变为农历 我们可以去npm社区上寻找 选择一个进入 可以 ...
分类:
其他好文 时间:
2018-09-02 16:09:01
阅读次数:
204
We might have some project specific configuration need to setup. The good approach to do this in Sprint is using 'Proptries'. In resouces/applicationC ...
分类:
其他好文 时间:
2018-09-02 15:04:26
阅读次数:
157
一、Kubernetes常用资源 以下列举的内容都是 kubernetes 中的 Object,这些对象都可以在 yaml 文件中作为一种 API 类型来配置。 二、理解Kubernetes中的对象 在 Kubernetes 系统中,Kubernetes 对象 是持久化的条目。Kubernetes ...
分类:
Web程序 时间:
2018-09-01 16:25:24
阅读次数:
455