With GraphQL, every field and nested object can have a set of arguments which can be used to request very specific data from a GraphQL API. In this le ...
分类:
其他好文 时间:
2019-01-13 02:01:58
阅读次数:
288
错误提示:Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: The s ...
分类:
数据库 时间:
2019-01-12 22:48:10
阅读次数:
248
Mandatory、Never、Not_Support传播属性分析传送门:https://www.cnblogs.com/lvbinbin2yujie/p/10260030.html Nested传播属性分析传送门:https://www.cnblogs.com/lvbinbin2yujie/p/1 ...
分类:
编程语言 时间:
2019-01-12 18:05:08
阅读次数:
262
Required、Required_New传播属性分析传送门:https://www.cnblogs.com/lvbinbin2yujie/p/10259897.html Mandatory、Never、Not_Support传播属性分析传送门:https://www.cnblogs.com/lvb ...
分类:
编程语言 时间:
2019-01-12 17:59:44
阅读次数:
232
Required、Required_New传播属性分析传送门:https://www.cnblogs.com/lvbinbin2yujie/p/10259897.html Nested传播属性分析传送门:https://www.cnblogs.com/lvbinbin2yujie/p/1026006 ...
分类:
编程语言 时间:
2019-01-12 17:53:42
阅读次数:
223
嵌套路由是非常常用的,一开始没仔细看过文档的时候踩过小坑,一是子路由的path里,不要加 了,直接写子路由的部分,路由的前半部分是直接从父路由中继承到了,二是对``组件渲染位置的理解 参考文档:https://router.vuejs.org/zh/guide/essentials/nested r ...
分类:
其他好文 时间:
2019-01-09 15:45:23
阅读次数:
191
如果不需要内部类对象与其外围类对象之间有联系,那么可以将内部类声明为static,这通常称为嵌套类,想要理解static应用于内部类时的含义,就必须记住,普通的内部类对象隐式地保存了一个引用,指向它的外围类对象,然而,当内部类时static时,就不是这样了,嵌套类意味着: 1)要创建嵌套类的对象,并 ...
分类:
编程语言 时间:
2019-01-06 10:50:12
阅读次数:
187
无限级分类实现思路 (组织树的分级管理) 关于该问题,暂时自己还没有深入研究,在网上找到几种解决方案,各有优缺点。 第一种方案: 使用递归算法,也是使用频率最多的,大部分开源程序也是这么处理,不过一般都只用到四级分类。这种算法的数据库结构设计最为简单。category表中一个字段id,一个字段fid ...
分类:
其他好文 时间:
2019-01-04 14:59:45
阅读次数:
216
StandardScaler 计算训练集的平均值和标准差,以便测试数据集使用相同的变换 官方文档: class sklearn.preprocessing.StandardScaler(copy=True, with_mean=True, with_std=True) Standardize fea ...
分类:
其他好文 时间:
2019-01-04 12:30:10
阅读次数:
969
org.springframework.dao.InvalidDataAccessApiUsageException: Executing an update/delete query; nested exception is javax.persistence.TransactionRequire ...
分类:
编程语言 时间:
2018-12-30 13:59:03
阅读次数:
538