1.HTML5新增的标签 article、aside、audio、bdi、canvas、command、datalist、details、embed、figcaption、figure、footer、header、hgroup、keygen、mark、meter、nav、output、progres ...
分类:
Web程序 时间:
2020-01-11 15:09:25
阅读次数:
80
这几天接手了一个springboot开发的项目,打包的时候遇到了个问题,项目在IDE中运行是一点错都没有的,打成jar包后访问就找不到jsp了 先是查了查Whitelabel Error Page,发现添加上tomcat-embed-jasper有些变化 <dependency> <groupId> ...
分类:
编程语言 时间:
2020-01-09 21:00:49
阅读次数:
96
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 3 <embed src="D:\音乐\G.E.M.邓紫棋 - 龙卷风.mp3 " width="0" height="0" type="audio/mpeg loo ...
分类:
其他好文 时间:
2020-01-08 21:12:40
阅读次数:
123
一、PCA 二、MDS 三、Isomap 四、LocallyLinearEmbedding 五、FA 六、FastICA 七、t-SNE ...
分类:
其他好文 时间:
2020-01-08 00:16:45
阅读次数:
71
官网 http://ueditor.baidu.com/website/index.html 下载 官网下载JSP版本,1.4.3.3的UTF-8版本 使用 解压后重命名为ueditor,放入WEB-INF/plugin文件夹下面。把jsp中的两个lib包放入项目lib中。 因为在WEB-INF不可 ...
分类:
其他好文 时间:
2020-01-03 21:03:06
阅读次数:
924
参考:https://zhuanlan.zhihu.com/p/40236865 ,但最后观点不同 faiss是Facebook开源的用于快速计算海量向量距离的库,但是没有提供余弦距离,而余弦距离的使用率还是很高的,那怎么解决呢 下面是实验结果 分析:第一份结果(横线隔开),是仅用IndexFlat ...
分类:
其他好文 时间:
2019-12-31 14:33:04
阅读次数:
124
Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to dete ...
分类:
Web程序 时间:
2019-12-28 20:41:29
阅读次数:
132
```csharp /// /// 清除文本中Html的标签 /// /// /// protected string ClearHtml(string Content) { Content = ReplaceHtml("&#[^>]*;", "", Content); Content = Repl... ...
分类:
Web程序 时间:
2019-12-23 13:20:23
阅读次数:
110
DCOUNT函数 函数名称:DCOUNT 主要功能:返回数据库或列表的列中满足指定条件并且包含数字的单元格数目。 使用格式:DCOUNT(database,field,criteria) 参数说明:Database表示需要统计的单元格区域;Field表示函数所使用的数据列(在第一行必须要有标志项); ...
分类:
其他好文 时间:
2019-12-21 15:56:42
阅读次数:
113
golang 中解决前端time 输出,后端mongodb中时间存储。 golang package mask import ( "fmt" "time" "go.mongodb.org/mongo driver/bson" "go.mongodb.org/mongo driver/bson/bso ...
分类:
数据库 时间:
2019-12-15 10:34:56
阅读次数:
170