Piggy-Bank Before ACM can do anything, a budget must be prepared and the necessary financial support obtained. The main income for this action comes f ...
分类:
其他好文 时间:
2018-04-18 10:30:14
阅读次数:
182
You all know the Dirichlet principle, the point of which is that if n boxes have no less than n?+?1 items, that leads to the existence of a box in whi ...
分类:
其他好文 时间:
2018-04-15 14:57:46
阅读次数:
171
DreamGrid City is a city with intersections arranged into a grid of rows and columns. The intersection on the -th row and the -th column can be descri ...
分类:
其他好文 时间:
2018-04-09 21:48:45
阅读次数:
292
内置session原理 请求到来 当请求进来之后,先执行Flask对象的 __call__ 方法 def wsgi_app(self, environ, start_response): # 获取请求相关数据,并进行封装和加工 ctx = self.request_context(environ) ...
分类:
其他好文 时间:
2018-03-28 16:51:16
阅读次数:
188
Given an integer, convert it to a roman numeral. Input is guaranteed to be within the range from 1 to 3999. Given an integer, convert it to a roman nu ...
分类:
其他好文 时间:
2018-03-25 18:18:35
阅读次数:
147
简介 web.xml即部署描述符,位于WEB-INF目录下。在Servlet3以上版本有提供了注解的方式部署Servlet,因此web.xml是可选的。web.xml大概框架如下: <?xml version="1.0" encoding="UTF-8"?> <web-app version="3. ...
分类:
其他好文 时间:
2018-03-20 18:09:17
阅读次数:
190
Unlike in nowadays, the way that boys and girls expressing their feelings of love was quite subtle in the early years. When a boy A had a crush on a g ...
分类:
其他好文 时间:
2018-03-15 19:17:50
阅读次数:
240
n people are standing in a line to play table tennis. At first, the first two players in the line play a game. Then the loser goes to the end of the l ...
分类:
其他好文 时间:
2018-03-04 22:54:24
阅读次数:
130
最近同事在交接工作时,发现有几个schedule job没有执行成功,我这边给看了下,其中一个是由于数据库迁移,调用dblink的host主机IP在tnsnames中没有变更导致,还有一个是无法视图的报错,即报错信息如下: 一、错误日志 通过查看schedual job报错日志,具体报错信息如下 O ...
分类:
数据库 时间:
2018-02-28 19:50:28
阅读次数:
377