代碼片段和文件信息
package?com.thinkbos.j2cache;
import?net.oschina.j2cache.CacheChannel;
import?net.oschina.j2cache.Cacheobject;
import?net.oschina.j2cache.J2CacheBuilder;
import?net.oschina.j2cache.J2CacheConfig;
import?org.apache.commons.lang3.StringUtils;
import?java.util.Iterator;
import?java.util.Map;
import?java.util.Properties;
public?class?J2CacheUtil?{
private?static?CacheChannel?channel?=?null;
/**
?*?初始化啟動
?*/
public?static?void?start()?{
String?server?=?“127.0.0.1“;
String?port?=?“6379“;
String?timeout?=?“1000“;
String?auth?=?““;
String?database?=?“0“;
if?(server?!=?null?&&?StringUtils.isNotBlank(server.toString())?&&?port?!=?null
&&?Integer.parseInt(port.toString())?>?0)?{
try?{
J2CacheConfig?config?=?J2CacheConfig.initFromConfig(“/j2ca
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????534305??2019-09-09?14:09??j2cache測試\jar\amqp-client-5.3.0.jar
?????文件??????51281??2019-09-09?14:09??j2cache測試\jar\cache-api-1.1.1.jar
?????文件?????660440??2019-09-09?14:09??j2cache測試\jar\caffeine-2.6.2.jar
?????文件?????501879??2019-09-10?11:29??j2cache測試\jar\commons-lang3-3.8.1.jar
?????文件?????129592??2019-09-10?15:33??j2cache測試\jar\commons-pool2-2.7.0.jar
?????文件????8911940??2019-09-09?14:09??j2cache測試\jar\ehcache-2.10.4.jar
?????文件????1736811??2019-09-09?14:09??j2cache測試\jar\ehcache-3.4.0.jar
?????文件?????561630??2019-09-09?14:09??j2cache測試\jar\fastjson-1.2.49.jar
?????文件?????396551??2019-09-09?14:09??j2cache測試\jar\fst-2.57.jar
?????文件?????127240??2019-09-09?14:09??j2cache測試\jar\j2cache-core-2.7.8-release.jar
?????文件????1093432??2019-09-09?14:09??j2cache測試\jar\jaxb-runtime-2.3.1.jar
?????文件?????553762??2019-09-09?14:09??j2cache測試\jar\jedis-2.9.0.jar
?????文件????2516609??2019-09-09?14:09??j2cache測試\jar\jgroups-3.6.15.Final.jar
?????文件?????268192??2019-09-09?14:09??j2cache測試\jar\jline-2.14.2.jar
?????文件?????410735??2019-09-09?14:09??j2cache測試\jar\kryo-shaded-4.0.1.jar
?????文件????1342614??2019-09-09?14:09??j2cache測試\jar\lettuce-core-5.1.3.RELEASE.jar
?????文件?????291392??2019-09-09?14:09??j2cache測試\jar\rocketmq-client-4.3.0.jar
?????文件??????41203??2019-09-09?14:09??j2cache測試\jar\slf4j-api-1.7.25.jar
?????文件??????15257??2019-09-09?14:09??j2cache測試\jar\slf4j-simple-1.7.25.jar
?????文件????2019013??2019-09-09?14:09??j2cache測試\jar\snappy-java-1.1.7.1.jar
?????文件?????468382??2019-09-09?14:09??j2cache測試\jar\xmemcached-2.4.5.jar
?????文件???????2329??2019-09-11?09:30??j2cache測試\代碼\J2CacheUtil.java
?????文件????5224077??2019-08-01?10:17??j2cache測試\安裝包及說明\Redis-x64-3.2.100.zip
?????文件?????????48??2019-09-10?15:48??j2cache測試\安裝包及說明\redis配置網址.txt
?????文件????????166??2019-09-10?10:46??j2cache測試\配置文件\caffeine.properties
?????文件???????4521??2019-09-10?10:46??j2cache測試\配置文件\j2cache.properties
?????文件?????????24??2019-09-10?15:43??j2cache測試\配置文件\說明.txt
?????目錄??????????0??2019-09-10?15:39??j2cache測試\jar
?????目錄??????????0??2019-09-10?15:48??j2cache測試\代碼
?????目錄??????????0??2019-09-10?15:47??j2cache測試\安裝包及說明
............此處省略18個文件信息
- 上一篇:LED Demo(BX_05_06_SDK)
- 下一篇:Java并發編程的藝術
評論
共有 條評論