码迷,mamicode.com
首页 >  
搜索关键字:really    ( 578个结果
java 反射之静态and动态代理
首先说一下我们什么情况下使用代理? (1)设计模式中有一个设计原则是开闭原则,是说对修改关闭对扩展开放,我们在工作中有时会接手很多前人的代码,里面代码逻辑让人摸不着头脑(sometimes the code is really like shit),这时就很难去下手修改代码,那么这时我们就可以通过代 ...
分类:编程语言   时间:2018-10-14 16:53:21    阅读次数:165
第六周 Fixed VS Sticky
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
Zabbix通过Orabbix监控Oracle数据库
一、背景 公司业务使用的是一直Oracle数据库,因为多次出现表空间满的时候不能及时发现,每次都是业务组的人员通知处理,这样下来DBA这边就比较被动,所以老大要求监控表空间剩余大小并且当剩余过小时能够及时报警。刚想出来的方案是通过写脚本获取表空间的数据,通脚本中使用expect自动输入密码登陆ora ...
分类:数据库   时间:2018-09-17 17:51:17    阅读次数:276
python 可视化
基本画图操作: 设置图例: ...
分类:编程语言   时间:2018-09-07 22:03:34    阅读次数:222
机器学习---文本特征提取之词袋模型(Machine Learning Text Feature Extraction Bag of Words)
假设有一段文本:"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
pat 1046 Shortest Distance(20 分) (线段树)
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
Open images from USB camera on linux using V4L2 with OpenCV
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
给ubuntu设置静态ip —— How to set static IP Address in Ubuntu Server 16.04
原文: 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
8月5号团队赛补题
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忽略已经被提交的文件 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
578条   上一页 1 ... 10 11 12 13 14 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!