01 2019 档案

摘要:一、下载 需要下载 php7、apache2.4、vc2015(VC库) PHP7下载地址:http://windows.php.net/download/ Apache 下载地址:https://httpd.apache.org/docs/current/platform/windows.html 阅读全文
posted @ 2019-01-12 10:33 relucent 阅读(2292) 评论(2) 推荐(0) 编辑
摘要:mysql本身不提供序列机制,但是可以通过函数来模拟实现序列 阅读全文
posted @ 2019-01-03 17:22 relucent 阅读(1511) 评论(0) 推荐(0) 编辑
摘要:spring boot 可以打包成可执行的脚本来启动,其原理是在打成包时,将shell脚本注入到jar包中 #参考:https://docs.spring.io/spring-boot/docs/1.5.3.RELEASE/reference/htmlsingle/#deployment-servi 阅读全文
posted @ 2019-01-02 16:08 relucent 阅读(920) 评论(0) 推荐(0) 编辑