本系列博文包含 h5全栈 java全栈Python基础、前端开发、Web框架、缓存以及队列等,希望可以给正在学习编程的童鞋提供一点帮助!!!

上一页 1 2 3 4 5 6 7 8 9 10 ··· 32 下一页
  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) 评论(0) 推荐(1)
摘要: server.port=9003spring.activemq.broker-url=tcp://192.168.200.128:61616 // 消息服务器地址accessKeyId=LTAIYr97uNKHy2fmaccessKeySecret=tBY0x1YclGcfPIF0IaebZoDOA 阅读全文
posted @ 2019-11-28 08:00 李俊互联网技术传播者 阅读(167) 评论(0) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 评论(0) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 32 下一页