摘要:
In this article, we will discuss about “How to create a Spring Boot + Spring Data + Elasticsearch Example”. Tools used in this article : 2. Project De 阅读全文
摘要:
// 获取分类列表,以及同类品牌 public Map getCatalogInfo(Product product) { String key = CacheKeyUtils.getCacheKey(NAMESPACE, product); Map resutMap = (Map) cache.get(key); if (nul... 阅读全文
摘要:
源码已提交至http://github.com 阅读全文
摘要:
Spring的AOP事务管理默认是针对unchecked exception回滚。 也就是默认对RuntimeException()异常极其子类进行事务回滚。 Exception作为基类,下面还分checked exception和unchecked exception。如果客户端可以通过其他的方法 阅读全文
摘要:
select oi.order_id,opl.payment_no,opl.back_no, oi.commit_time, oi.receive_mobile, oi.receive_user, nvl((select s.code_id from double_pay_check d, sys_co... 阅读全文
摘要:
package com.j1.search.utils; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; import org.apache.commons.lang.StringUtils; public class WebUtils { public static String c... 阅读全文
摘要:
在home目录下有wwwroot目录,wwwroot下有sinozzz目录,即/home/wwwroot/sinozzz 一、目录创建 在/home/wwwroot目录下新建一个sinozzz123的文件夹 mkdir /home/wwwroot/sinozzz123 二、目录复制 1.把/home 阅读全文
摘要:
select t.type_id as typeId, t.type_name as typeName, t.type_order as typeOrder, t.type_link as typeLink, t.type_apply as typeApply, t.type_position as typePo... 阅读全文
摘要:
Hello World! c:if 标签实例 你的工资是 : 删除 salary 变量后的值: --> 太惨了。 1000}"> 不错的薪水啊 好好工作 ... 阅读全文
摘要:
insert into product_service_description ( service_description_id, label_name, label_icon, label_description, sort_num, product_id, ... 阅读全文