echo
windows redis sentinel install 1.下载 Redis-x64-2.8.2400 https://github.com/ServiceStack/redis-windows/tree/master/downloads 存在 一个 windows service documentation.
查看效果 https://curoiusby.github.io/ https://curoiusby.github.io/2018/07/17/%E7%AC%AC%E4%B8%80%E7%AF%87-linux-hexo-%E5%AE%89%E8%A3%85%E8%...
---------------------------------------------------------------------------------------------------------------- springboot 详解 (一) hello...
转载自:https://sunsian.github.io/2014/03/08/first4/ 匹配中文字符的正则表达式: [\u4e00-\u9fa5] 评注:匹配中文还真是个头疼的事,有了这个表达式就好办了 匹配双字节字符(包括汉字在...
0.创建用户 useradd byprojecttest passwd byprojecttest 1.添加 jdk tomcat scp -r .
git push 100m error #git push origin master Counting objects: 215, done. Delta compression using up to 4 threads.
The VMware Authorization Service is not running. 右击启动 捐助开发者 在兴趣的驱动下,写一个免费的东西,有欣喜,也还有汗水,希望你喜欢我的作品,同时也能支持一下。
851001: PFXFile encoding decoding failure(Maven编译后证书 变小) 851001: PFXFile encoding decoding failure 851001: encoding required base64 encoding java.
求大神解释下。。。 java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.
谁遇到过麻烦解释下 2018-04-24 13:55:31 Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.
问题:实现一个栈,带有出栈(pop),入栈(push),取最小元素(getMin)三个方法。要保证这三个方法的时间复杂度都是O(1)。 1.使用 两个栈实现 public class MinStackWithStack { public static...
---------------------------------------------------------------------------------------------------------------- springboot 详解 (一) hellowo...
mongodb windows install 下载 mongodb-win32-x86_64-2008plus-ssl-3.4.5-signed.msi 1.安装install 本人安装位置 D:\soft\MongoDB 2.
错误信息 [DEBUG] (f) classpathElements = [D:\cache\git-repos\showandshare\showandshare\showandshare.
public class Dispacther implements Runnable{ private String host = "127.0.0.1"; private int port = 8080; public final Selector se...
springboot 启动报错 ,缺少 public abstract String getVirtualServerName(); 该方法 换用 引入高版本servlet-api,包含getVirtualServerName()方法 3.
八皇后算法 回溯 递归 java 国际象棋棋盘 其中 一种解法 算法: 1.
手写 dubbo(2017 最后一篇博客,回家相亲...) 下载 :demo 首先 介绍一下 dubbo大神的 博客地址 : http://javatar.iteye.
dobbo admin 2.5 与 1.8 不兼容 INFO logger.LoggerFactory - using logger: com.alibaba.dubbo.
dubbo java 发布订阅(非spring配置) 发布 service ApplicationConfig config=new ApplicationConfig("springboot-dubbo-productor"); ...
java okhttp maven pom com.squareup.okhttp3 okhttp 3.2.0 com.squareup.okio okio 1.
异常解决[ asm ClassReader failed to parse class file] 15:56:17,364 []-[DEBUG] Resolved location pattern [classpath*:com/baoy/**/*.
动态加载 dubbo spring 1.首先删除 配置文件中 dubboservice ,以及 项目中引用 service,然后 删除entity 中user,以及service 中userservice 2.
import java.util.ArrayList; import java.util.Collections; import java.util.Iterator; import java.
public class JoinTest { //thread.Join把指定的线程加入到当前线程,可以将两个交替执行的线程合并为顺序执行的线程。 //比如在线程B中调用了线程A的Join()方法,直到线程A执行完毕后,才会继续执行线程B。
public class ReentrantLockAndConditionTest { public static void main(String[] args) { ReentrantLockQueue queue =new Reen...
import java.util.concurrent.ArrayBlockingQueue; import java.util.concurrent.BlockingQueue; import java.
import java.util.concurrent.CountDownLatch; import java.util.concurrent.ExecutorService; import java.
import java.util.ArrayList; import java.util.List; import java.util.concurrent.Callable; import java.
import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.Semaphore; public class SemaphoreTest { //假若一个工厂有5台机器,但是有8个工人,一台机器同时只能被一个工人使用,只有使用完了, //其他工人才能继续使用。
public class CyclicBarrierTest { //在初次的4个线程越过barrier状态后,又可以用来进行新一轮的使用。而CountDownLatch无法进行重复使用。
import java.io.File; import java.util.Arrays; public class CompareFileDirector { // // D:\soft\Java\jdk_1.
手写 tomcat (nio) 下载 :demo 测试: 项目结构: public class NIOSocketServerForTomcat { private String host = "127.
手写 springmvc 代码下载 : demo 结果测试: 项目结构 0.pom UTF-8 UTF-8 1.
org.hibernate.loader.MultipleBagFetchException: cannot simultaneously fetch multiple bags at org.
异常: could not initialize proxy - no Session; Hibernate: select applicatio0_.api_application_id as api_appl1_0_, applicatio0_.
tomcat 配置logstash日志收集 log4j.rootLogger=WARN, logstash, stdout, logfile log4j.
jmeter cvs 使用 jmeter 用例案例 demo 下载:http://download.csdn.net/download/knight_black_bob/10138921 0。
jmeter 随机函数 使用 jmeter 用例案例 demo 下载:http://download.csdn.net/download/knight_black_bob/10138921 0.
httpclient 解决 connection reset 问题 错误如下: java.net.SocketException: Connection reset at java.
0.准备工作 下载 centos [root@bogon soft]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE docker.
安装 hadoop 2.4.1 报错信息 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform.
hadoop 安装的时候,报错信息 guard.: ssh: Could not resolve hostname guard.: Name or service not known to: ssh: Could not resolve hostname to: Name or...
docker maven nexus svn 搭建 0.准备工作 需要一个 image curiousby/centos-ssh-root-java-tomcat-maven-nexus:original 1.
docker,maven,tomcat,nexus,java 安装 0.准备 nexus-2.11.4-01-bundle.tar.gz 下载 1. 编写 docker profile ############################################ # version:nexus-2.
docker maven tomcat java 安装 0.准备 apache-maven-3.2.3-bin.tar.gz 下载 解压 ,修改 settings /docker/maven/repos 1.
docker compose linux tomcat 安装 0.docker 安装 yum install docker-io service docker start 1.
public interface IMinMaxStack { public T pop(); public void push(T t); public T getMin(); public T getMax(); public int ge...
Sentinel的工作方式: 1):每个Sentinel以每秒钟一次的频率向它所知的Master,Slave以及其他 Sentinel 实例发送一个 PING 命令 2):如果一个实例(instance)距离最后一次有效回复 PING 命令的时间超过 down-after-milliseconds 选项所指定的值, 则这个实例会被 Sentinel 标记为主观下线。
报错提示来说应该是没有这个节点导致 org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 9 in XML document from ServletContext resource [/WEB-INF/app_context/ac-redis.