摘要:
在Ubuntu如何查看Python版本 2版本命令:Python -V (注意是大写) 3版本命令:Python3 -V Ubutun16上默认安装Python 2.7, Python3 将Python3作为默认Python? 阅读全文
摘要:
1. 启动Hyper-V 2. 在Hyper-V内安装Ubuntu 这两部可以参考http://www.cnblogs.com/jimmy-y/p/5328306.html(Ubuntu16类似) 3. 在Ubuntu内安装Openstack https://docs.openstack.org/d 阅读全文
摘要:
学习opensatck的第一步是安装DevStack来进行本机操作 1. 下面命令没有权限,解决办法:切换到root用户下执行sudo -s 3. generate subunit command not found 原因在于python相关东西没有安装 解决办法: sudo apt-get ins 阅读全文
摘要:
1. SpringFramework 重点学习 IOC容器,Web MVC framework,AOP 等 官网文档 http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/ Spring Ses 阅读全文
摘要:
1. 用queryDsl方法 *得到的结果是List<OrderCountByDayBean> 2. 用@Query方法 *这里类似sql文,但是有所不同,比如from的不是table名字,而是model名 阅读全文
摘要:
参考如下: https://docs.spring.io/spring-boot/docs/current/reference/html/howto-database-initialization.html http://stackoverflow.com/questions/30732314/ex 阅读全文
摘要:
Hello, Every one. I am caesar. Test Windows Live Writer 阅读全文
摘要:
http://baike.baidu.com/view/1082055.htmGoF的起源《Design Patterns: Elements of Reusable Object-Oriented Software》(即后述《设计模式》一书),由 Erich Gamma、Richard Helm、Ralph Johnson 和 John Vlissides 合著(Addison-Wesley,1995)。这几位作者常被称为"四人组(Gang of Four)",而这本书也就被称为"四人组(或 GoF)"书。 在《设计模式》这本书的最大部分是一个目录,该 阅读全文