首先说一下我们什么情况下使用代理? (1)设计模式中有一个设计原则是开闭原则,是说对修改关闭对扩展开放,我们在工作中有时会接手很多前人的代码,里面代码逻辑让人摸不着头脑(sometimes the code is really like shit),这时就很难去下手修改代码,那么这时我们就可以通过代 ...
分类:
编程语言 时间:
2018-10-14 16:53:21
阅读次数:
165
Fixed-sticky Browser Support CSS position:sticky is really in its infancy in terms of browser support. In stock browsers, it is currently only availab ...
分类:
其他好文 时间:
2018-10-14 16:41:02
阅读次数:
241
一、背景 公司业务使用的是一直Oracle数据库,因为多次出现表空间满的时候不能及时发现,每次都是业务组的人员通知处理,这样下来DBA这边就比较被动,所以老大要求监控表空间剩余大小并且当剩余过小时能够及时报警。刚想出来的方案是通过写脚本获取表空间的数据,通脚本中使用expect自动输入密码登陆ora ...
分类:
数据库 时间:
2018-09-17 17:51:17
阅读次数:
276
假设有一段文本:"I have a cat, his name is Huzihu. Huzihu is really cute and friendly. We are good friends." 那么怎么提取这段文本的特征呢? 一个简单的方法就是使用词袋模型(bag of words mode ...
分类:
系统相关 时间:
2018-09-06 02:59:03
阅读次数:
711
The task is really simple: given N exits on a highway which forms a simple cycle, you are supposed to tell the shortest distance between any pair of e ...
分类:
其他好文 时间:
2018-09-05 08:59:28
阅读次数:
160
I have always been using OpenCV’s VideoCapture API to capture images from webcam or USB cameras. OpenCV supports V4L2 and I wanted to use something ot... ...
分类:
系统相关 时间:
2018-08-25 17:26:24
阅读次数:
282
原文: http://www.configserverfirewall.com/ubuntu-linux/ubuntu-set-static-ip-address/ How to set static IP Address in Ubuntu Server 16.04 It is really im ...
分类:
系统相关 时间:
2018-08-24 00:43:16
阅读次数:
382
1.Commentary Boxes Description Berland Football Cup starts really soon! Commentators from all over the world come to the event. Organizers have alread ...
分类:
其他好文 时间:
2018-08-05 18:12:37
阅读次数:
171
git忽略已经被提交的文件 git rm --cached logs/xx.log 然后更新 .gitignore 忽略掉目标文件, 最后 git commit -m "We really don't want Git to track this anymore!" ...
分类:
其他好文 时间:
2018-07-30 11:09:46
阅读次数:
101