上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: /** * Created by xiezhiyan on 17-9-13. */@Entitypublic class Token { @Id @Column(name = "store_id") private Long storeId; @JsonIgnore @OneToOne @MapsI 阅读全文
posted @ 2017-09-13 03:43 涉谷猫猫 阅读(1611) 评论(0) 推荐(0) 编辑
摘要: api gateway 与 angularJS 1.x不兼容 阅读全文
posted @ 2017-09-12 02:08 涉谷猫猫 阅读(156) 评论(0) 推荐(0) 编辑
摘要: @MappedSuperclass 阅读全文
posted @ 2017-09-07 14:32 涉谷猫猫 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 1. Query方式@Query("select s from Store s join fetch s.products where s.user.id = :user_id")2.@EntityGraph(attributePaths = { "products" })3. @NamedEnti 阅读全文
posted @ 2017-09-07 14:14 涉谷猫猫 阅读(658) 评论(0) 推荐(0) 编辑
摘要: <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.3</version></dependency><dependency> <group 阅读全文
posted @ 2017-09-02 15:42 涉谷猫猫 阅读(157) 评论(0) 推荐(0) 编辑
摘要: https://issues.sonatype.org/secure/Dashboard.jspa 阅读全文
posted @ 2017-09-02 15:20 涉谷猫猫 阅读(89) 评论(0) 推荐(0) 编辑
摘要: List<MyBean> result = mapper.readValue(src, TypeFactory.collectionType(ArrayList.class, MyBean.class)); 阅读全文
posted @ 2017-08-31 14:43 涉谷猫猫 阅读(507) 评论(0) 推荐(0) 编辑
摘要: 测试地址:https://gw.api.tbsandbox.com/router/rest 测试app_key: 1021035674 测试app_secret: sandbox68cb8f35e1d06f8154c1551de 淘宝卖家昵称: sandbox_cilai_c 淘宝正常调用返回: { 阅读全文
posted @ 2017-08-30 16:14 涉谷猫猫 阅读(440) 评论(0) 推荐(0) 编辑
摘要: 活动图用来描述传统意义上的流程图 阅读全文
posted @ 2017-08-29 14:29 涉谷猫猫 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 可以用用例来描述正在开发的系统想要实现的行为,而不必说明这些行为如何实现。 结构良好的用例只表示系统或者子系统的基本行为,而且既不过于笼统也不过于详细。 阅读全文
posted @ 2017-08-29 11:58 涉谷猫猫 阅读(146) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页