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

上一页 1 2 3 4 5 6 7 8 ··· 32 下一页
  2020年1月3日
摘要: <?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 @ 2020-01-03 07:53 李俊互联网技术传播者 阅读(350) 评论(0) 推荐(0) 编辑
  2020年1月2日
摘要: package cn.lijun.core.util; import com.aliyuncs.DefaultAcsClient;import com.aliyuncs.IAcsClient;import com.aliyuncs.dysmsapi.model.v20170525.SendSmsRe 阅读全文
posted @ 2020-01-02 09:52 李俊互联网技术传播者 阅读(316) 评论(0) 推荐(0) 编辑
  2019年12月26日
摘要: <?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-12-26 13:24 李俊互联网技术传播者 阅读(133) 评论(0) 推荐(0) 编辑
摘要: <dependencies> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-solr</artifactId> <version>1.5.5.RELEASE</version> </d 阅读全文
posted @ 2019-12-26 13:23 李俊互联网技术传播者 阅读(115) 评论(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-12-26 13:17 李俊互联网技术传播者 阅读(227) 评论(0) 推荐(0) 编辑
摘要: <!--product--> <field name="product_name" type="text_ik" indexed="true" stored="true"/> <field name="product_price" type="float" indexed="true" stored 阅读全文
posted @ 2019-12-26 10:09 李俊互联网技术传播者 阅读(130) 评论(0) 推荐(0) 编辑
  2019年12月24日
摘要: <?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-12-24 13:19 李俊互联网技术传播者 阅读(143) 评论(0) 推荐(0) 编辑
  2019年12月20日
摘要: # connect timeout in seconds# default value is 30sconnect_timeout=30 # network timeout in seconds# default value is 30snetwork_timeout=60 # the base p 阅读全文
posted @ 2019-12-20 13:37 李俊互联网技术传播者 阅读(419) 评论(0) 推荐(0) 编辑
  2019年12月18日
摘要: <?xml version="1.0" encoding="UTF-8"?><beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:beans="http://www.springframework.org/ 阅读全文
posted @ 2019-12-18 13:28 李俊互联网技术传播者 阅读(169) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?><beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:beans="http://www.springframework.org/ 阅读全文
posted @ 2019-12-18 13:23 李俊互联网技术传播者 阅读(126) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 32 下一页