该文被密码保护。 阅读全文
posted @ 2020-04-17 18:37 _ylsn 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 主要着重智能合约部署,ETH节点安装先略过了。 1、centos部署好ETH节点之后,进入安装目录运行节点开发调试终端: setsid ./geth --rpc --rpcaddr 127.0.0.1 --rpcport 8545 --dev --datadir privchain --allow- 阅读全文
posted @ 2020-03-04 17:15 _ylsn 阅读(1023) 评论(0) 推荐(0) 编辑
摘要: 1、用于线程任务调度,当同一个任务时遵循队列形式执行,根据不同业务场景 阅读全文
posted @ 2019-10-16 15:25 _ylsn 阅读(961) 评论(0) 推荐(0) 编辑
摘要: 2、服务端发送消息给客服端,一对一通讯订阅拼接方式如:“/user/唯一标识的id/msg” 3、服务端广播消息 阅读全文
posted @ 2019-10-16 14:46 _ylsn 阅读(559) 评论(0) 推荐(0) 编辑
摘要: 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project name="wanshun" default="deploy" basedir="."> 3 <property environment="env" /> 4 <property name="we 阅读全文
posted @ 2017-06-07 17:14 _ylsn 阅读(8488) 评论(0) 推荐(0) 编辑
摘要: import org.slf4j.Logger;import org.slf4j.LoggerFactory;import org.springframework.util.Assert;import redis.clients.jedis.Jedis;import redis.clients.je 阅读全文
posted @ 2017-01-04 15:14 _ylsn 阅读(380) 评论(0) 推荐(0) 编辑
摘要: /** * 分配人员数据 * @param num 数据条数 * @param taskUs 人员数据 * @param isend 标记第一次循环 */private void distTaskNum(int num,List<TaskUserInfo> taskUs,boolean isend) 阅读全文
posted @ 2017-01-04 14:30 _ylsn 阅读(291) 评论(0) 推荐(0) 编辑
摘要: #debug#日志权限配置log4j.rootLogger=info,error,stdout#控制台输出log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.lo 阅读全文
posted @ 2017-01-04 14:25 _ylsn 阅读(250) 评论(0) 推荐(0) 编辑
摘要: //线程数量 int threadNum = lists.size(); //创建一个线程池 ExecutorService pool = Executors.newFixedThreadPool(threadNum); for (int i = 0; i < threadNum; i++) { f 阅读全文
posted @ 2016-12-29 16:27 _ylsn 阅读(188) 评论(0) 推荐(0) 编辑
摘要: Intellij 14破解下载 注册机 即可进行破解。JRebel安装下载IntelliJ IDEA的 JRebel插件: jr-ide-idea-6.2.0-idea-13-14.zip。 打开Intellij,进入 Intellij IDEA - Preferences - Plugins -  阅读全文
posted @ 2016-05-15 01:27 _ylsn 阅读(568) 评论(0) 推荐(0) 编辑