上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 26 下一页
摘要: *Mac上当前用户的.vim目录打包*:附件地址:http://pan.baidu.com/s/1sj5FjZJ1. 备份好系统的原来的vim配置文件,以备恢复使用: mv ~/.vim ~/.vim.orig mv ~/.vimrc ~/.vimrc.orig2. git同步vimrc... 阅读全文
posted @ 2015-03-26 12:18 samu 阅读(191) 评论(0) 推荐(0) 编辑
摘要: http://containerz.blogspot.com/2015/03/virtualization-vs-containerization.htmlVirtualization vs. ContainerizationContainers provide isolated runtime e... 阅读全文
posted @ 2015-03-26 10:57 samu 阅读(235) 评论(0) 推荐(0) 编辑
摘要: http://xmodulo.com/networking-between-docker-containers.htmlHow to set up networking between Docker containersLast updated onMarch 20, 2015Authored by... 阅读全文
posted @ 2015-03-26 10:55 samu 阅读(569) 评论(0) 推荐(0) 编辑
摘要: http://www.oracle.com/technetwork/java/codeconvtoc-136057.html 阅读全文
posted @ 2015-03-25 23:12 samu 阅读(114) 评论(0) 推荐(0) 编辑
摘要: http://zeroturnaround.com/rebellabs/beyond-rest-how-to-build-a-hateoas-api-in-java-with-spring-mvc-jersey-jax-rs-and-vraptor/?utm_source=tuicool 阅读全文
posted @ 2015-03-25 23:11 samu 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 1、首先排除错误用法 SchedulerFactory schedulerFactory = new StdSchedulerFactory(); Scheduler scheduler = schedulerFactory.getScheduler(); Scheduler scheduler_1... 阅读全文
posted @ 2015-03-25 18:10 samu 阅读(1242) 评论(0) 推荐(0) 编辑
摘要: mysqldump bstar -t -T/tmp Nvr --fields-enclosed-by=\" --fields-terminated-by=, --where="vendor='BSX' and site=1";​ 阅读全文
posted @ 2015-03-24 11:52 samu 阅读(357) 评论(0) 推荐(0) 编辑
摘要: This list collects 100 high quality blogs from Java developers from all over the world. Some of these blogs may not be written by Java developers, but... 阅读全文
posted @ 2015-03-20 23:38 samu 阅读(121) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python#coding: utf-8import smtplibfrom email.mime.text import MIMETextfrom email.header import Headersender = 'sasamony@126.com'#receiv... 阅读全文
posted @ 2015-03-19 23:43 samu 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 现有:A, B, C三种数据类型,他们之间有一部分是相同的,可以理解为A、B、C都是一种O类型数据,也就是A、B、C都是O的一种。那么这三类数据存到关系数据库时,会采用什么方式比较高效率 。方式1:1)O设计为一个公用表,但是必须包含2个字段,其中1个表示数据类型,它指向A、B、C三个表中的1个;2... 阅读全文
posted @ 2015-03-16 18:45 samu 阅读(403) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 26 下一页