2019年11月28日
摘要:
<?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:sch
阅读全文
posted @ 2019-11-28 22:19
李俊互联网技术传播者
阅读(237)
推荐(1)
摘要:
server.port=9003spring.activemq.broker-url=tcp://192.168.200.128:61616 // 消息服务器地址accessKeyId=LTAIYr97uNKHy2fmaccessKeySecret=tBY0x1YclGcfPIF0IaebZoDOA
阅读全文
posted @ 2019-11-28 08:00
李俊互联网技术传播者
阅读(167)
推荐(0)
2019年11月21日
摘要:
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文
posted @ 2019-11-21 00:27
李俊互联网技术传播者
阅读(151)
推荐(0)
摘要:
<fieldType name="text_ik" class="solr.TextField"> <analyzer class="org.wltea.analyzer.lucene.IKAnalyzer"/> </fieldType> <!--IKAnalyzer Field--><field
阅读全文
posted @ 2019-11-21 00:16
李俊互联网技术传播者
阅读(139)
推荐(0)
摘要:
<field name="item_goodsid" type="long" indexed="true" stored="true"/> <field name="item_title" type="text_ik" indexed="true" stored="true"/> <field na
阅读全文
posted @ 2019-11-21 00:05
李俊互联网技术传播者
阅读(228)
推荐(0)
2019年11月19日
摘要:
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文
posted @ 2019-11-19 19:18
李俊互联网技术传播者
阅读(159)
推荐(1)
摘要:
redis.host=192.168.200.128redis.port=6379redis.pass=redis.database=0redis.maxIdle=300redis.maxWait=3000redis.testOnBorrow=true
阅读全文
posted @ 2019-11-19 19:16
李俊互联网技术传播者
阅读(1212)
推荐(0)
摘要:
<dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.9</version> </dependency> <dependency> <groupId>org.spr
阅读全文
posted @ 2019-11-19 19:14
李俊互联网技术传播者
阅读(260)
推荐(0)
2019年11月18日
摘要:
package cn.lijun.core.util; import org.apache.commons.io.FilenameUtils;import org.csource.common.NameValuePair;import org.csource.fastdfs.ClientGlobal
阅读全文
posted @ 2019-11-18 11:22
李俊互联网技术传播者
阅读(419)
推荐(0)
2019年11月13日
摘要:
<!DOCTYPE html><html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>登陆</title></head><body><!-- springSecurityDemo为
阅读全文
posted @ 2019-11-13 23:10
李俊互联网技术传播者
阅读(191)
推荐(0)