02 2017 档案

摘要:1. 安装 2. 允许远程连接 3. auth设置 4. 新建数据库及用户 阅读全文
posted @ 2017-02-28 15:37 栖息之鹰 阅读(167) 评论(0) 推荐(0)
摘要:参考http://stackoverflow.com/questions/7815232/html5-input-type-datetime-vs-datetime-local-which-should-i-use 知道datetime和datetime-local已经不是W3C推荐的控件了,这也是 阅读全文
posted @ 2017-02-28 11:41 栖息之鹰 阅读(6069) 评论(1) 推荐(0)
摘要:swagger.pathPatterns如果是譬如/w/.*,那么如果API中以w开头的描述就会在swagger-ui中显示不出来 阅读全文
posted @ 2017-02-27 14:20 栖息之鹰 阅读(168) 评论(0) 推荐(0)
摘要:在Ubuntu如何查看Python版本 2版本命令:Python -V (注意是大写) 3版本命令:Python3 -V Ubutun16上默认安装Python 2.7, Python3 将Python3作为默认Python? 阅读全文
posted @ 2017-02-26 21:28 栖息之鹰 阅读(138) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2017-02-25 20:52 栖息之鹰 阅读(826) 评论(0) 推荐(0)
摘要:学习opensatck的第一步是安装DevStack来进行本机操作 1. 下面命令没有权限,解决办法:切换到root用户下执行sudo -s 3. generate subunit command not found 原因在于python相关东西没有安装 解决办法: sudo apt-get ins 阅读全文
posted @ 2017-02-23 22:13 栖息之鹰 阅读(771) 评论(0) 推荐(0)
摘要:1. SpringFramework 重点学习 IOC容器,Web MVC framework,AOP 等 官网文档 http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/ Spring Ses 阅读全文
posted @ 2017-02-23 16:02 栖息之鹰 阅读(239) 评论(0) 推荐(0)
摘要:1. 用queryDsl方法 *得到的结果是List<OrderCountByDayBean> 2. 用@Query方法 *这里类似sql文,但是有所不同,比如from的不是table名字,而是model名 阅读全文
posted @ 2017-02-23 15:57 栖息之鹰 阅读(866) 评论(0) 推荐(0)
摘要:参考如下: https://docs.spring.io/spring-boot/docs/current/reference/html/howto-database-initialization.html http://stackoverflow.com/questions/30732314/ex 阅读全文
posted @ 2017-02-23 15:45 栖息之鹰 阅读(429) 评论(0) 推荐(0)