docker-compose.yml Dockerfile sentinel.conf sentinel-entrypoint.sh 只要在redis-cluster目录下,依次执行以下命令即可 注意:192.168.80.19为本机ip 附上springboot的配置 application.ym Read More
posted @ 2019-09-28 16:53 DurantSimpson Views(258) Comments(0) Diggs(0) Edit
Dockerfile application.properties logback.xml pom.xml 最后敲下如下命令 Read More
posted @ 2019-09-12 11:04 DurantSimpson Views(5069) Comments(2) Diggs(0) Edit
pom.xml Read More
posted @ 2019-09-12 10:44 DurantSimpson Views(1422) Comments(0) Diggs(0) Edit
package com.ruoyi; import org.mybatis.spring.annotation.MapperScan; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.SpringApplication; import org.springf Read More
posted @ 2019-09-12 09:18 DurantSimpson Views(929) Comments(0) Diggs(0) Edit
1.假设加载的数据为 2.wxml <view class="page"> <view class="page__bd"> <view class="weui-cells searchbar-result" wx:for="{{list}}" wx:key="id"> <navigator url= Read More
posted @ 2018-08-21 10:16 DurantSimpson Views(5157) Comments(2) Diggs(0) Edit
1.SpringBootApplication 2.resources/META-INF/persistence.xml 3.dao Read More
posted @ 2018-08-11 19:07 DurantSimpson Views(582) Comments(0) Diggs(0) Edit
// // arrow.js // // // Created by DurantSimpson on 2016-12-08. // Copyright 2016 DurantSimpson. All rights ... Read More
posted @ 2016-12-08 18:39 DurantSimpson Views(18296) Comments(1) Diggs(2) Edit
procedure queryLackLonOrLatTdCell(i_region_name varchar2, i_state varchar2) isbegin select region_name, state from gc3_td_site_history where 1 =... Read More
posted @ 2015-06-19 13:43 DurantSimpson Views(4440) Comments(0) Diggs(0) Edit
参数描述username传递给JDBC驱动的用于建立连接的用户名password传递给JDBC驱动的用于建立连接的密码url传递给JDBC驱动的用于建立连接的URLdriverClassName使用的JDBC驱动的完整有效的java 类名connectionProperties当建立新连接时被发送给... Read More
posted @ 2015-05-21 12:45 DurantSimpson Views(5261) Comments(0) Diggs(0) Edit
只能输入中文、英文、数字、@符号和.符号 Read More
posted @ 2015-02-03 13:45 DurantSimpson Views(231) Comments(0) Diggs(0) Edit