摘要:
shiro cache的原理 https://cwiki.apache.org/confluence/display/SHIRO/Caching shirocache这个线程相关的内容 阅读全文
摘要:
C:\Users\Administrator\AppData\Roaming\ejabberd\conf 阅读全文
摘要:
package org.jeecgframework.core.timer; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Component; @Component public class Job { // @Scheduled... 阅读全文
摘要:
解决办法,可以参考试试: http://www.cnblogs.com/huangcong/p/3389010.html http://blog.csdn.net/phpfenghuo/article/details/40537477 阅读全文
摘要:
https://forums.mysql.com/read.php?51,99347,99358 https://dev.mysql.com/doc/refman/5.7/en/can-not-connect-to-server.html 服务挂了 阅读全文
摘要:
AbstractQueuedLongSynchronizer类是扩展自AbstractQueuedSynchronizer的,实现了java.io.Serializable接口。 其中提到的wait queue是了CLH lock queue 的一个变种,CLH lock通常被用于spin Lock 阅读全文
摘要:
S0 S1 E O P YGC YGCT FGC FGCT GCT 43.33 0.00 94.55 32.10 9.34 20 0.494 0 0.000 0.494 阅读全文
摘要:
安装完ejabberd:ejabberd-17.11-windows-installer.exe 启动报错:bash ejabberdctl register "admin" "YCY-rgq" "admin" Error: conflict https://stackoverflow.com/qu 阅读全文
摘要:
https://baike.baidu.com/item/%E7%95%AA%E8%8C%84%E5%B7%A5%E4%BD%9C%E6%B3%95 阅读全文
摘要:
chroot:chang root http://man.linuxde.net/chroot https://baike.baidu.com/item/chroot 1.限制被CHROOT的使用者所能执行的程式,如SetUid的程式,或是会造成 Load 的Compiler等等。 2.防止使用者存 阅读全文
摘要:
ejabberd支持XMPP协议。 worktile用ejabberd来做了实时消息推送: https://worktile.com/tech/basic/worktile-real-time-notice 阅读全文
摘要:
https://content.pivotal.io/rabbitmq/understanding-when-to-use-rabbitmq-or-apache-kafka RabbitMQ: Erlang Apache Kafka:Scala https://content.pivotal.io/ 阅读全文
摘要:
create table ACT_GE_PROPERTY ( NAME_ varchar(64), VALUE_ varchar(300), REV_ integer, primary key (NAME_) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE utf8_bin; insert into ACT_GE_PRO... 阅读全文
摘要:
TransactionDefinition Interface that defines Spring-compliant transaction properties. Based on the propagation behavior definitions analogous to EJB C 阅读全文
摘要:
mysql java.sql; Connection org.springframework.transaction; TransactionDefinitio/** org.springframework.transaction.annotation; enum Isolation org.spr 阅读全文
摘要:
http://blog.csdn.net/quzishen/article/details/6163012 http://www.cnblogs.com/ityouknow/p/7297524.html http://drools.org/ 阅读全文
摘要:
摘自:https://zhuanlan.zhihu.com/p/31670033 Rendertron:JavaScript Web 富应用的一个老问题是如何使这些页面的动态渲染部分可供搜索引擎检索。为此开发人员采用了各种各样的技巧,包括使用 React.js 的服务端渲染,外部服务或预渲染内容。现 阅读全文
摘要:
上世界80年代,就有了LDAP的雏形。 我接触到最早的Windows系列的服务器,是Windows2000 Professional版本里可以加入ActiveDirectory,后来从Windows2003 Server一直用到Windows2008,和AD结下了不解之缘。 尝试过把Windows2 阅读全文
摘要:
作为宴会的散席,技术经理赵涛(涛哥)给大家分享了:Deep Leanring Machine Learning是Deep Learning的一个超集。 Deep Leanring,依赖于神经网络,当前的技术优势是能够推演的层级比价深。 深度学习本质是一个概率推测问题。 Python在于有强大的Num 阅读全文
摘要:
Hyperledger 项目是来自 Linux 基金会的一个新的协作项目 Hyperledger Fabric 是区块链技术的实现,目标是成为开发区块链应用和解决方案的基础。 https://wenku.baidu.com/view/0f89391b03020740be1e650e52ea55181 阅读全文
摘要:
/* * Copyright 2002-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * ... 阅读全文
摘要:
阅读全文
摘要:
接下来要附加源码,来学些bootstrap.jar 阅读全文
摘要:
https://jingyan.baidu.com/article/fb48e8be3743696e632e1450.html gedit /root/.profile mesg n => tty -s && mesg n 阅读全文
摘要:
http://blog.csdn.net/zwk626542417/article/details/46602419 阅读全文
摘要:
http://blog.csdn.net/sunxiaoju/article/details/51993091 阅读全文
摘要:
ActivitiEventSupport类成员eventListeners是使用CopyOnWriteArrayList实现的。 而CopyOnWriteArrayList中使用到了 因为锁是线程同步的机制,所以不需要序列化,加上transient(短暂的,易失的 =》Non Serialized) 阅读全文
摘要:
TENANT_ID_ : 这个字段表示租户ID。可以应对多租户的设计。 转载自: http://www.cnblogs.com/yg_zhang/p/4201288.html http://www.shareniu.com/article/35.htm 阅读全文
摘要:
https://zhidao.baidu.com/question/66517344.html https://zhidao.baidu.com/question/586036510.html http://blog.csdn.net/cymm_liu/article/details/3830222 阅读全文
摘要:
activiti-engine-5.22.0-sources.jar package org.activiti.engine.impl.cfg; StandaloneInMemProcessEngineConfiguration H2数据库的In Memory的流程引擎配置。 activiti-sp 阅读全文
摘要:
针对的事件不同:start,end, take 与 create,assignment, complete, delete. 通知的代理不同:DelegateExecution 与 DelegateTask 阅读全文
摘要:
现有模式,商标代理人打开不同的页面,分别检索多个商标名称是否被占用。 类似于抢票软件。 阅读全文
摘要:
图数据库存储我们的外观专利图片数据 Neo4j是个不错的选择 阅读全文
摘要:
http://tynerblain.com/blog/2006/08/11/bpmn-end-events-1/ 普通流程完结就用end event,而比如无效卡支付时,就会进入cancel end event。表示无效卡,订单被取消。 其他关于End Event的博客 http://www.cnb 阅读全文
摘要:
F5的Big-IP KeepAlived是VRPP协议,类似于heartbeat协议(主从备份总得有个检测通信协议),实现了路由器组的主从备份。 阅读全文
摘要:
https://community.alfresco.com/thread/219767-how-to-delete-deployed-process 阅读全文
摘要:
Activiti的act_re_deployment表NAME_列:全部显示SpringAutoDeployment。 查阅Activiti,https://github.com/Activiti/Activiti/pull/229/files,可知原因。 其他两篇参考文章,关于deployment 阅读全文
摘要:
来源:http://blog.csdn.net/huangning2/article/details/9247099 Activiti database setup Activiti database setup Activiti database setup As said in the one 阅读全文
摘要:
http://www.cnblogs.com/include/archive/2011/08/23/2150594.html TIP:语法容易混淆,容易误用用C系列语法 & | !等,其实是SQL系列语法 AND OR NOT。助记:你就当目录(文件夹)是一个待查询的数据表,一个文件就是一行记录。 阅读全文
摘要:
linux https://www.linuxquestions.org/questions/linux-general-1/ls-do-not-list-full-path-only-filename-657894/ https://unix.stackexchange.com/questions 阅读全文