03 2015 档案
摘要:https://famo.us/THE ULTIMATE WEB PLATFORM FOR DEVELOPERS AND DESIGNERS
阅读全文
摘要:*Mac上当前用户的.vim目录打包*:附件地址:http://pan.baidu.com/s/1sj5FjZJ1. 备份好系统的原来的vim配置文件,以备恢复使用: mv ~/.vim ~/.vim.orig mv ~/.vimrc ~/.vimrc.orig2. git同步vimrc...
阅读全文
摘要:http://containerz.blogspot.com/2015/03/virtualization-vs-containerization.htmlVirtualization vs. ContainerizationContainers provide isolated runtime e...
阅读全文
摘要:http://xmodulo.com/networking-between-docker-containers.htmlHow to set up networking between Docker containersLast updated onMarch 20, 2015Authored by...
阅读全文
摘要:http://www.oracle.com/technetwork/java/codeconvtoc-136057.html
阅读全文
摘要: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
阅读全文
摘要:1、首先排除错误用法 SchedulerFactory schedulerFactory = new StdSchedulerFactory(); Scheduler scheduler = schedulerFactory.getScheduler(); Scheduler scheduler_1...
阅读全文
摘要:mysqldump bstar -t -T/tmp Nvr --fields-enclosed-by=\" --fields-terminated-by=, --where="vendor='BSX' and site=1";
阅读全文
摘要: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...
阅读全文
摘要:#!/usr/bin/env python#coding: utf-8import smtplibfrom email.mime.text import MIMETextfrom email.header import Headersender = 'sasamony@126.com'#receiv...
阅读全文
摘要:现有:A, B, C三种数据类型,他们之间有一部分是相同的,可以理解为A、B、C都是一种O类型数据,也就是A、B、C都是O的一种。那么这三类数据存到关系数据库时,会采用什么方式比较高效率 。方式1:1)O设计为一个公用表,但是必须包含2个字段,其中1个表示数据类型,它指向A、B、C三个表中的1个;2...
阅读全文
摘要:http://weibo.com/p/1001603820748769750110
阅读全文
摘要:launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.mariadb.plist中内容:/usr/local/opt/mariadb/bin/mysqld_safe不要写成/usr/local/bin/mysqld_safe
阅读全文
摘要:http://www.journaldev.com/1789/java-reflection-tutorial-for-classes-methods-fields-constructors-annotations-and-much-more#reflection-fieldsReflection ...
阅读全文
摘要:阅读了一些代码,从逻辑的清晰、代码的可读性、模块组织等角度去审视,感觉代码之美大概有以下几种:1)工程之美 读一下Java的J2EE源码,如:spring,就会一下子喜欢这种编码风格。2)结构之美 有些代码短小精悍,经典之笔,到处采用。这一类为linux平台下的开源代码体会最为明显。3)算法之美...
阅读全文
摘要:1、从虚拟现实的视角看,互联网是一个虚拟的数字世界,即online。现实生活中存在的,在网络世界中基本有对应存在,一开始是一部分人用,主要是交流沟通的一种方式,渐渐用的人多了,各种商业活动也进入了这个领域。互联网成为一个各种生活的一种辅助平台,包括:信息的传播(文字、媒体)、商务活动、社交消息交流、...
阅读全文