Given a 2D board containing 'X' and 'O' (the letter O), capture all regions surrounded by 'X'. A region is captured by flipping all 'O's into 'X's in ...
分类:
其他好文 时间:
2019-09-19 14:21:33
阅读次数:
72
Department of FinanceFINA 6592 FA Financial EconometricsAssignment 1Due Date: September 26, 2019An assignment where you should begin to appreciate mat ...
分类:
其他好文 时间:
2019-09-16 19:21:33
阅读次数:
120
https://www.ibm.com/developerworks/cn/opensource/os-knative-what-is-it-why-you-should-care/index.html 可用同时运行多个版本的服务(revision),然后通过route配置到达各个版本的请求比例。 ...
分类:
其他好文 时间:
2019-09-15 11:45:06
阅读次数:
146
Design and implement a TwoSum class. It should support the following operations:add and find. add - Add the number to an internal data structure.find ...
分类:
其他好文 时间:
2019-09-15 11:15:05
阅读次数:
93
一、准备环境 1. 系统:ubuntu 16.04.6(LTS) 64位 2. 镜像软件:apt-mirror 0.5.1-1ubuntu1 3. HTTP协议发布软件:nginx 1.10.3-0ubuntu0.16.04.4 二、安装软件 三、配置apt-mirror 打开配置文件: 根据注释修 ...
分类:
系统相关 时间:
2019-09-14 22:42:30
阅读次数:
149
1、模版xml <!--WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BEOVERWRITTEN AND LOST. Changes to this xml configuration should be m ...
分类:
其他好文 时间:
2019-09-14 22:28:32
阅读次数:
195
错误信息 [root@bogon apache-tomcat-7.0.70]# yum install gcc-c++ Loaded plugins: product-id, search-disabled-repos, subscription-manager This system is not ...
分类:
其他好文 时间:
2019-09-10 01:10:42
阅读次数:
102
redux-sage和redux-thunk类似都是redux的中间件,都用于处理异步操作。redux-saga使用ES6的Generator功能,避免了redux-thunk的回调写法,并且便于测试。 下面展示了最简单是使用示例 put等一些方法是saga提供的指令,返回一个Effect,Effe ...
分类:
其他好文 时间:
2019-09-06 18:59:35
阅读次数:
149
flask上下文 1. flask上下文 1.1. 上下文使用-请求上下文 先看一下flask是怎么使用上下文的 def wsgi_app(self, environ, start_response): ctx = self.request_context(environ) error = None ...
分类:
其他好文 时间:
2019-09-01 19:02:00
阅读次数:
104
今天遇到这个错误,现记录下解决方案: 在nginx的配置文件的http段中增加如下配置: 下面是nginx官方文档解释: ...
分类:
其他好文 时间:
2019-08-30 19:08:51
阅读次数:
78