重回起点

导航

 

2019年1月21日

摘要: 1.可以在相同的条件下重复地进行2.每次试验的可能结果不止一个,并且能事先明确试验的所有可能结果3.进行一次试验之前不能确定哪一个结果会出现 阅读全文
posted @ 2019-01-21 16:54 重回起点 阅读(196) 评论(0) 推荐(0) 编辑
 
摘要: https://blog.csdn.net/bigquant/article/details/85852866 阅读全文
posted @ 2019-01-21 15:17 重回起点 阅读(83) 评论(0) 推荐(0) 编辑
 
摘要: https://blog.csdn.net/bigquant/article/details/86301076 阅读全文
posted @ 2019-01-21 14:37 重回起点 阅读(145) 评论(0) 推荐(0) 编辑
 

2019年1月16日

摘要: 从mysql官网下载 mysql-5.7.24-linux-glibc2.12-x86_64.tar.gz 拷贝到Centos的/opt目录下 1. 解压缩 tar -xzvf mysql-5.7.24-linux-glibc2.12-x86_64.tar.gz 再mv mysql-5.7.24-l 阅读全文
posted @ 2019-01-16 07:01 重回起点 阅读(451) 评论(0) 推荐(0) 编辑
 

2019年1月11日

摘要: 因为生产和开发测试的环境不同,所以有时候需要把properties文件放在包外方便修改配置。 spring配置文件如下: <context:property-placeholder location="file:${user.dir}/wbaobei/conf/data-access.propert 阅读全文
posted @ 2019-01-11 14:58 重回起点 阅读(168) 评论(0) 推荐(0) 编辑