上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 21 下一页
摘要: 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 阅读全文
posted @ 2018-02-05 12:26 小啊菜鸡 阅读(497) 评论(0) 推荐(0) 编辑
摘要: // 获取分类列表,以及同类品牌 public Map getCatalogInfo(Product product) { String key = CacheKeyUtils.getCacheKey(NAMESPACE, product); Map resutMap = (Map) cache.get(key); if (nul... 阅读全文
posted @ 2018-01-23 14:16 小啊菜鸡 阅读(8413) 评论(1) 推荐(0) 编辑
摘要: 源码已提交至http://github.com 阅读全文
posted @ 2018-01-19 17:18 小啊菜鸡 阅读(580) 评论(0) 推荐(0) 编辑
摘要: Spring的AOP事务管理默认是针对unchecked exception回滚。 也就是默认对RuntimeException()异常极其子类进行事务回滚。 Exception作为基类,下面还分checked exception和unchecked exception。如果客户端可以通过其他的方法 阅读全文
posted @ 2017-12-25 16:52 小啊菜鸡 阅读(6687) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2017-12-25 12:27 小啊菜鸡 阅读(570) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2017-12-01 09:05 小啊菜鸡 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 在home目录下有wwwroot目录,wwwroot下有sinozzz目录,即/home/wwwroot/sinozzz 一、目录创建 在/home/wwwroot目录下新建一个sinozzz123的文件夹 mkdir /home/wwwroot/sinozzz123 二、目录复制 1.把/home 阅读全文
posted @ 2017-11-23 10:51 小啊菜鸡 阅读(1207) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2017-11-21 17:35 小啊菜鸡 阅读(1411) 评论(0) 推荐(0) 编辑
摘要: Hello World! c:if 标签实例 你的工资是 : 删除 salary 变量后的值: --> 太惨了。 1000}"> 不错的薪水啊 好好工作 ... 阅读全文
posted @ 2017-11-10 15:59 小啊菜鸡 阅读(198) 评论(0) 推荐(0) 编辑
摘要: insert into product_service_description ( service_description_id, label_name, label_icon, label_description, sort_num, product_id, ... 阅读全文
posted @ 2017-10-31 20:29 小啊菜鸡 阅读(325) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 21 下一页