大小写转换 字符串判断 输出显示 查找替换 ...
分类:
编程语言 时间:
2018-02-20 18:22:56
阅读次数:
179
原题链接在这里:https://leetcode.com/problems/minimize-max-distance-to-gas-station/description/ 题目: On a horizontal number line, we have gas stations at posit ...
分类:
其他好文 时间:
2018-02-18 11:13:54
阅读次数:
215
$\begin{array}{l} x \equiv {b_1}(\bmod {m_1})\\ x \equiv {b_2}(\bmod {m_2})\\ ...\\ x = {b_k}(\bmod {m_k}) \end{array}$ ...
分类:
其他好文 时间:
2018-02-12 16:46:18
阅读次数:
151
class Solution { public: double minmaxGasDist(vector& stations, int K) { double left = 0.0; double right = 1e8; while (right - left > 1e-6) { const au... ...
分类:
其他好文 时间:
2018-02-08 15:29:59
阅读次数:
177
C# 实现WEBSOCKET聊天应用示例 http://blog.163.com/da7_1@126/blog/static/10407267820121016103055506/ 2012-11-16 22:30:55| 分类: .Net编程 | 标签:websocket |举报|字号 订阅 下载 ...
一.前言: 1.许多编程语言的基本数据类型都大同小异,而字典,元组,列表是python编程语言的一大特色,能够非常简单的完成很多功能,学习好字典,元组,列表能够为以后大数据,批处理......提供很多的便利,字典,元组,列表是python语言的重中之重,所以说学好这三种基本数据类型能让你在pytho ...
分类:
编程语言 时间:
2018-02-06 23:11:39
阅读次数:
352
思路与配置1.配置R1 2.配置云 interface GigabitEthernet0 &nbs
分类:
其他好文 时间:
2018-02-05 10:46:03
阅读次数:
237
10082 WERTYU A common typing error is to place the hands onthe keyboard one row to the right of the correctposition. So ‘Q’ is typed as ‘W’ and ‘J’ is ...
分类:
其他好文 时间:
2018-02-01 23:12:31
阅读次数:
220
用python对比两个文件中不同的行, 并打印不同行的行号和内容.
分类:
编程语言 时间:
2018-01-25 18:54:03
阅读次数:
1509
以此拓扑为题,实现全网互通,请说明你的地址规划、所需技术、配置命令、配置过程。 Switch>enableSwitch#Switch#Switch#config terminalSwitch(config)#ip dhcp pool 10Switch(dhcp-config)#network 192.168.1.0 Switch(d
分类:
其他好文 时间:
2018-01-18 21:13:39
阅读次数:
126