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

  2020年3月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 @ 2020-03-26 22:46 李俊互联网技术传播者 阅读(173) 评论(0) 推荐(0) 编辑
摘要: <?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 @ 2020-03-26 13:47 李俊互联网技术传播者 阅读(552) 评论(0) 推荐(1) 编辑
  2020年3月17日
摘要: <field name="item_keywords" type="text_ik" indexed="true" stored="false" multiValued="true"/> <copyField source="item_title" dest="item_keywords"/> <c 阅读全文
posted @ 2020-03-17 14:26 李俊互联网技术传播者 阅读(158) 评论(0) 推荐(0) 编辑
摘要: <field name="item_goodsid" type="plong" indexed="true" stored="true"/> <field name="item_title" type="text_ik" indexed="true" stored="true"/> <field n 阅读全文
posted @ 2020-03-17 14:25 李俊互联网技术传播者 阅读(224) 评论(0) 推荐(0) 编辑
摘要: <fieldType name="text_ik" class="solr.TextField"> <analyzer type="index" useSmart="false" class="org.wltea.analyzer.lucene.IKAnalyzer"/> <analyzer typ 阅读全文
posted @ 2020-03-17 14:24 李俊互联网技术传播者 阅读(141) 评论(0) 推荐(0) 编辑
摘要: <?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 @ 2020-03-17 08:06 李俊互联网技术传播者 阅读(133) 评论(0) 推荐(0) 编辑
  2020年3月13日
摘要: <?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 @ 2020-03-13 14:24 李俊互联网技术传播者 阅读(113) 评论(0) 推荐(0) 编辑
  2020年3月3日
摘要: form-login属性详解form-login是spring security命名空间配置登录相关信息的标签,它包含如下属性:1. login-page 自定义登录页url,默认为/login2. login-processing-url 登录请求拦截的url,也就是form表单提交时指定的act 阅读全文
posted @ 2020-03-03 22:24 李俊互联网技术传播者 阅读(882) 评论(0) 推荐(0) 编辑
  2020年3月1日
摘要: <?xml version="1.0" encoding="UTF-8"?> <beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:beans="http://www.springframework.org 阅读全文
posted @ 2020-03-01 22:33 李俊互联网技术传播者 阅读(160) 评论(0) 推荐(0) 编辑
摘要: <?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:sc 阅读全文
posted @ 2020-03-01 22:24 李俊互联网技术传播者 阅读(151) 评论(0) 推荐(0) 编辑