上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页
摘要: https://www.cnblogs.com/skywang12345/p/3509903.html 阅读全文
posted @ 2019-05-03 19:06 变换 阅读(134) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/cjsblog/p/9267163.html https://blog.csdn.net/huaxun66/article/details/103325721 阅读全文
posted @ 2019-05-03 15:36 变换 阅读(207) 评论(0) 推荐(0) 编辑
摘要: http://www.importnew.com/21889.html 1)CountDownLatch和CyclicBarrier都能够实现线程之间的等待,只不过它们侧重点不同: CountDownLatch一般用于某个线程A等待若干个其他线程执行完任务之后,它才执行; 而CyclicBarrie 阅读全文
posted @ 2019-04-29 23:11 变换 阅读(473) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wangshuminjava/article/details/81046963 阅读全文
posted @ 2019-04-29 20:33 变换 阅读(447) 评论(0) 推荐(0) 编辑
摘要: https://www.baidu.com/s?ie=utf-8&tn=02003390_20_hao_pg&wd=%E5%8D%9A%E5%AE%A2%E5%9B%AD%E7%99%BB%E5%BD%95 IDEA中,点击右上角->Edit Configurations,在VM options中添 阅读全文
posted @ 2019-04-28 03:31 变换 阅读(5571) 评论(0) 推荐(3) 编辑
摘要: https://blog.csdn.net/qq_32867467/article/details/82944674 官网: https://mp.baomidou.com/guide/optimistic-locker-plugin.html#%E4%B8%BB%E8%A6%81%E9%80%82 阅读全文
posted @ 2019-04-20 15:03 变换 阅读(218) 评论(0) 推荐(0) 编辑
摘要: mvn install:install-file -Dfile=D:/open-api-sdk-2.0.jar -DgroupId=com.jd.open -DartifactId=jd-api-sdk -Dversion=2.0 -Dpackaging=jar com.jd.open jd-api-sdk 2.0 阅读全文
posted @ 2019-03-27 20:06 变换 阅读(315) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_39625809/article/details/80707695 一般用于并发,分布式锁。复杂业务情况 阅读全文
posted @ 2019-03-07 11:22 变换 阅读(276) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/goldlong/p/8027997.html 1,按照nodeJS。 2,nodejs 包含npm。 3, 执行: npm install -g @vue/cli 4,可以通过vue 自带的开始构建项目如: vue ui 阅读全文
posted @ 2019-03-05 09:36 变换 阅读(132) 评论(0) 推荐(0) 编辑
摘要: package com.community.library.common.utils; import lombok.extern.log4j.Log4j; import java.security.*; import java.security.interfaces.DSAPrivateKey; import java.security.interfaces.DSAPublicKey; im... 阅读全文
posted @ 2019-01-16 18:51 变换 阅读(424) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页