选择虚拟机-->install VMware Tools 如果执行文件报错bash:./vmware-install.pl :/usr/bin/perl:bad interpreter:No such file or directory. 执行 yum groupinstall "Perl Supp ...
分类:
系统相关 时间:
2019-01-13 15:23:40
阅读次数:
156
From creating imaginary users to forgetting about budgets, the design process has some flaws. Recently, I was pulled into a UI/UX meeting with a big r ...
分类:
其他好文 时间:
2019-01-12 00:20:38
阅读次数:
133
PING (Packet Internet Groper),因特网包探索器,用于测试网络连接量检查网络是否连通,可以很好地帮助我们分析和判定网络故障。Ping发送一个ICMP(Internet Control Messages Protocol)即因特网信报控制协议;回声请求消息给目的地并报告是否收 ...
分类:
其他好文 时间:
2019-01-10 22:58:52
阅读次数:
224
1、通过nginx访问另外一台服务器报错,报错信息如下:502BadGatewayTheproxyserverreceivedaninvalidresponsefromanupstreamserver.Sorryfortheinconvenience.Pleasereportthismessageandincludethefollowinginformationtous.Thankyouverym
分类:
其他好文 时间:
2019-01-10 15:29:40
阅读次数:
141
【10个可爱又迷人的加分俚语】1. Be in the air 将要发生的事情2. Clear the air 消除误会3. Cost an arm and a leg 极其昂贵4. A bad egg 缺乏道德的人5. In the Bag 稳操胜券6. In the balance 未知的7. ...
分类:
其他好文 时间:
2019-01-09 11:37:06
阅读次数:
191
``` import time 斐波那契传统递归方法,属于二路递归,重复计算数值,计算效率非常低,随着n的增大,需要递归的次数将呈指数级增长 def bad_feibo(n): if n ...
分类:
其他好文 时间:
2019-01-08 12:19:43
阅读次数:
130
usb转串口是我们经常需要用到的一种操作方式。在实际操作中,我们只需要用一根usb接口和串口的转接线就能完成usb设备在串口设备中的应用。但是,我们在转换中经常遇到转换之后不能读取硬件的现象,这是因为你电脑中安装usb转串口的驱动程序异常导致的问题。我们怎么才能正确的安装usb转串口的驱动呢?下面, ...
分类:
其他好文 时间:
2019-01-08 12:14:08
阅读次数:
129
题目描述 给定一个字符串 ,找到 中最长的回文子串。你可以假设 的最大长度为 1000。 示例 1: 示例 2: 思路 本题运用了一些动态规划的思想,关于动态规划,可以看看我之前的一篇博客了解一下。 "LeetCode 探索初级算法 动态规划" 1、首先要找到最简情况。这道题中的最简情况就是一个字母 ...
分类:
其他好文 时间:
2019-01-07 22:42:57
阅读次数:
135
[USACO08MAR]土地征用Land Acquisition [USACO08MAR]土地征用Land Acquisition [USACO08MAR]土地征用Land Acquisition 题目描述 Farmer John is considering buying more land fo ...
分类:
其他好文 时间:
2019-01-07 21:12:53
阅读次数:
177
报错如下,解决;yum install nfs-utils 即可 mount: wrong fs type, bad option, bad superblock on 12080482f3-qra41.cn-beijing.nas.aliyuncs.com:/, missing codepage ...
分类:
其他好文 时间:
2019-01-04 12:14:58
阅读次数:
177