- 博客(55)
- 资源 (24)
- 收藏
- 关注
原创 Evaluation of Information Retrieval 信息检索评估
Evaluation of Information Retrieval 信息检索评估
2022-08-15 20:51:24
216
原创 VNC vdi 和windows之间的复制粘贴
安装autocutselsudo apt install autocutsel运行autocutselsudo autocutsel -f
2021-12-09 14:10:52
894
原创 pip install报错 There was a problem confirming the ssl certificate…
pip install报错 There was a problem confirming the ssl certificate…
2021-12-09 14:01:09
1994
1
原创 Advanced Data Structures
Bloom FilterCount min SketchMerkle TreeOctreeB Tree
2021-08-30 17:34:37
186
原创 ANU COMP6670 Python学习笔记
ANU COMP6670 Python学习笔记目录ANU COMP6670 Python学习笔记NumpyPython语法Numpy首先import相关库# numpyimport numpy as np!pip install sympyimport sympy as sp# matplotlibimport matplotlib.pyplot as plt%matplotlib inlinePython语法1.python里面交换两个变量的值:a,b = b,a 不
2021-08-23 20:34:03
528
原创 Linux安装PostgreSQL
Linux安装PostgreSQLLinux安装PostgreSQLLinux安装PostgreSQLhttps://www.postgresql.org/download/# Create the file repository configuration:sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/p
2021-08-02 22:41:51
179
原创 Java compareTo
Java compareTocompareTo() 方法用于两种方式的比较:语法参数返回值例子compareTo() 方法用于两种方式的比较:字符串与对象进行比较。按字典顺序比较两个字符串。语法int compareTo(Object o)或int compareTo(String anotherString)参数o – 要比较的对象。anotherString – 要比较的字符串。返回值返回值是整型,它是先比较对应字符的大小(ASCII码顺序),如果第一个字符和参数的第一个
2021-04-15 21:44:52
132
原创 springboot 无法注入service、mapper
项目报错 Field xx in xxxx required a bean of type xxxx that could not be found解决方法:把启动项application放到顶层目录,如下图所示:
2019-08-22 14:55:22
2943
原创 mysql语句字符串连接、字符串转int
字符串连接select concat('123','456');不能用+字符串转intSELECT CAST('678' AS INT) + 123;SELECT CONVERT(INT, '678') + 123;
2019-08-13 09:51:05
3372
转载 springboot yml配置文件使用@project.xxxx@ 启动报错Do not use @ for indentation
springboot yml配置文件使用@project.xxxx@ 启动报错Do not use @ for indentation
2019-08-08 13:10:05
1512
原创 IDEA GIT 无法拉取update
在**View -> Tool Windows ->Terminal **打开之后 输一下这条指令git branch --set-upstream-to=origin/master master
2019-08-07 09:58:09
9539
1
原创 在IDEA中使用MyBatis Generator生成实体类和mapper配置文件
在IDEA中使用MyBatis Generator生成实体类和mapper配置文件
2019-08-06 16:57:20
3269
原创 7.26 SpringBoot注解
SpringBoot注解一、SpringBoot注解一、SpringBoot注解Controller@Controller//用于定义控制器类,在spring项目中由控制器负责将用户发来的URL请求转发到对应的服务接口(service层),// 一般这个注解在类中,通常方法需要配合注解@RequestMapping。//@RequestMapping//RequestMapping是...
2019-08-06 16:57:03
105
mongodb-win32-x86_64-2012plus-4.2.8-signed.zip
2020-07-13
Guns后台管理系统
2019-07-17
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人