码迷,mamicode.com
首页 >  
搜索关键字:blank    ( 14346个结果
Spring boot + thymeleaf th:href带参跳转及接受
一、 前端(<a th:href="@{'/record_details/'+${record.id}}" target="_blank"></a>: <a th:href="@{'/record_details/'+${record.id}}" target="_blank"> <i><img t ...
分类:编程语言   时间:2021-01-04 10:36:42    阅读次数:0
缩点+拓扑模板
#include<iostream> #include<cstdio> #include<cstdlib> #include<cstring> #include<algorithm> #include<stack> #include<queue> #define ll long long using ...
分类:其他好文   时间:2021-01-04 10:30:49    阅读次数:0
iOS---------- 报错 :Duplicate interface definition for class’*'
这个是重复导入引起的,但是一般的重复导入会在C里的include。 https://www.jianshu.com/p/a94ce8c5f05d https://www.cnblogs.com/tian-sun/p/5909934.html ...
分类:移动开发   时间:2021-01-01 12:49:57    阅读次数:0
POJ2728 Desert King
题目链接: POJ2728 Desert King 题目大意: 有 \(N\) 个沙漠中的城市,给出他们的坐标和海拔,每两个城市之间建输水管道的费用为其海拔差的绝对值,要求输水管道组成一个生成树,求管道每单位长度平均费用的最小值。 多组数据, \(2\leq N\leq 1000\) 。 思路: 最 ...
分类:其他好文   时间:2021-01-01 12:33:52    阅读次数:0
JAXP体验(二). DTD是什么?
###XML基本 XML全称是Extensible Markup Language,可扩展标记语言,为啥不叫EML呢。 1993年诞生HTML,1998年出现XML。 HTML我们都熟,说说XML和HTML不一样的特点:1。没有预置标签,2。可以定义新的标记语言,扩展好,3。区分大小写,4。有语法要 ...
分类:其他好文   时间:2021-01-01 12:05:01    阅读次数:0
centos mongodb 安装
下载 url 为 https://www.mongodb.com/try/download/community 选择 MongoDB Enterprise Server centos 版本 tgz wget https://fastdl.mongodb.org/linux/mongodb-linux ...
分类:数据库   时间:2021-01-01 12:00:13    阅读次数:0
原生ajax的get和post方法封装
原生ajax的get和post方法封装:https://www.cnblogs.com/qiuxiaozhen/p/10568314.html get 方法 function serialize (data) { if (!data) { return ''; } var paris = []; f ...
分类:Web程序   时间:2020-12-31 12:23:17    阅读次数:0
【504】keras 中的 Embedding 层
参考:嵌入层 Embedding 参考:Python3 assert(断言) 1. Embedding 层语法 keras.layers.Embedding(input_dim, output_dim, embeddings_initializer='uniform', embeddings_reg ...
分类:其他好文   时间:2020-12-31 11:45:20    阅读次数:0
linux下安装pip
##一、安装setuptools工具 在安装pip之前,必须先安装setuptools工具,从官网下载setuptools安装包:https://pypi.org/project/setuptools/#files,下载.tar.gz的归档文件 下载好后,进入安装包所在的文件夹,解压文件(以51.1 ...
分类:系统相关   时间:2020-12-30 11:11:01    阅读次数:0
vue响应方法
最近发现,我设置的插值不能根据函数改变而改变。 大概是因为改变值之后没重新渲染造成的。 ref 跟 reactive 都是响应系统的核心方法,作为整个系统的入口。 https://vue3js.cn/reactivity/ref.html ...
分类:其他好文   时间:2020-12-29 11:46:29    阅读次数:0
14346条   上一页 1 ... 37 38 39 40 41 ... 1435 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!