码迷,mamicode.com
首页 >  
搜索关键字:should be repaired    ( 4956个结果
[原创]Getting Started with Skywalking
Getting Started with Skywalking Pre JDK 1.8+ Skywalking(v3.2.6) (All packages can be download from GitHub): skywalking-web.tar.gz skywalking-collector ...
分类:其他好文   时间:2018-02-07 00:34:17    阅读次数:255
kubernetes 1.7.2 安装 记录过程
系统信息 环境信息 IP地址 第一部分 基础环境设置(三台设备均需设置,以下master为例) 设置主机名 禁用selinux 和firewalld 设置环境变量 设置docker 、kubernetes yum 源 第二部分(三台设备都需要执行)安装docker 和kubeadm 启动docker ...
分类:Web程序   时间:2018-02-06 18:09:35    阅读次数:455
HDU 3037:Saving Beans
Saving Beans Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 6419 Accepted Submission(s): 2579 Pr ...
分类:其他好文   时间:2018-02-04 18:00:52    阅读次数:176
Leetcode 692: Top K Frequent Words
Given a non-empty list of words, return the k most frequent elements. Your answer should be sorted by frequency from highest to lowest. If two words h ...
分类:其他好文   时间:2018-02-04 14:40:15    阅读次数:284
12. Min Stack【medium】
Implement a stack with min() function, which will return the smallest number in the stack. It should support push, pop and min operation all in O(1) c ...
分类:其他好文   时间:2018-02-04 13:56:09    阅读次数:144
You are using pip version 8.1.2, however version 9.0.1 is available.
[root@localhost ~]# pip install virtualenvmapperCollecting virtualenvmapper Could not find a version that satisfies the requirement virtualenvmapper ( ...
分类:其他好文   时间:2018-02-04 00:31:50    阅读次数:3201
mysql 优化下
http://imysql.com/2015/03/27/mysql-faq-why-should-we-disable-query-cache.shtml ...
分类:数据库   时间:2018-02-03 18:53:14    阅读次数:172
1. A + B Problem【easy】
Write a function that add two numbers A and B. You should not use + or any arithmetic operators. Notice There is no need to read data from standard in ...
分类:其他好文   时间:2018-02-03 17:48:16    阅读次数:236
LeetCode--122、167、169、189、217 Array(Easy)
122. Best Time to Buy and Sell Stock IISay you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to f... ...
分类:其他好文   时间:2018-02-03 15:58:17    阅读次数:195
telnet允许root用户登录
默认情况下,linux不允许root用户以telnet方式登录linux主机,若要允许root用户登录,可采取以下3种方法之一: 1、修改login文件 redhat中对于远程登录的限制体现在/etc/pam.d/login 文件中,如果把限制的内容注销掉,那么限制将不起作用。 #%PAM-1.0a ...
分类:Web程序   时间:2018-02-02 11:30:08    阅读次数:186
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!