大三就快结束啦,也要轮到我找工作啦,结合网上的资料和自己的经验准备了一些材料,算是对自己技术方面的小小总结吧。趁这个机会查缺补漏做一些原来知道但没有动手试过的实验。 一、原理 udf 即 user defined function,文件后缀为.dll。通过在 udf 文件中定义新函数,可以对 mys ...
分类:
数据库 时间:
2020-06-22 12:37:09
阅读次数:
73
环境LNMP php 7.3 mysql 5.6 报错 SQLSTATE[HY000]: General error: 1128 Function 'ngram' is not defined (SQL: CREATE FULLTEXT INDEX content ON `testposts` (` ...
分类:
数据库 时间:
2020-06-21 13:40:44
阅读次数:
75
闭包 我们来介绍闭包及其相关的概念 闭包的定义 下面所提及的闭包是对$H$(在$T$中)而言的 定义一 the closure of \(H\) (in \(T\)) is defined as: \[ H^-:=H \cup H' \] where \(H'\) is the derived se ...
分类:
其他好文 时间:
2020-06-19 23:09:58
阅读次数:
58
题目 A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: The left subtree of a node contains only nod ...
分类:
其他好文 时间:
2020-06-14 20:31:35
阅读次数:
61
参考:https://blog.csdn.net/qq_37212970/article/details/96438987 报错:jsonObj is not defined at HTMLInputElement.onclick 源代码:拼接html html += "<td><input typ ...
分类:
其他好文 时间:
2020-06-13 21:45:10
阅读次数:
139
根据TRANSFER_SHADOW的宏定义,a2v结构体中的顶点坐标变量名必须是vertex,顶点着色器的输入结构体a2v必须命名为v,且v2f中的顶点位置变量必须命名为pos。 #if defined (SHADOWS_SCREEN) #if defined(UNITY_NO_SCREENSPAC ...
分类:
编程语言 时间:
2020-06-13 21:40:22
阅读次数:
117
报错: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [org/myb ...
分类:
数据库 时间:
2020-06-13 19:34:34
阅读次数:
582
The sigmoid function is defined as sigmoid(x) = 1/(1+e-x). If the score is defined by 4x1 + 5x2 - 9 = score, then which of the following points has ex ...
分类:
其他好文 时间:
2020-06-11 09:12:55
阅读次数:
56
软件定义网络(Software?Defined?Network,SDN) 是由美国斯坦福大学CLean?State课题研究组提出的一种新型网络创新架构,是网络虚拟化的一种实现方式。其核心技术OpenFlow通过将网络设备的控制面与数据面分离开来,从而实现了网络流量的灵活控制,使网络作为管道变得更加智 ...
分类:
其他好文 时间:
2020-06-07 21:10:54
阅读次数:
107
启动失败了,报了如下错误: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ehCacheCacheManager' defined in class path resou ...
分类:
系统相关 时间:
2020-06-05 19:37:41
阅读次数:
211