查找当前目录下某个文件 find . –name [filename] -i 不区分大小写 find . –iname [filename] -type 按类型进行查找,d查找目录,f查找文件 find . –type d –name [document] find . type f –name [ ...
分类:
系统相关 时间:
2021-06-13 09:58:24
阅读次数:
0
Discovering, analyzing, structuring and mining data Statistical hypotheses validation and model performance analysis Developing neural network models ...
分类:
其他好文 时间:
2021-06-13 09:42:05
阅读次数:
0
DAY -4 提前开坑。这次以划水为主。 DAY 0 我们学校明天放假,这是好的。 刚刚才知道 PKUSC 是 IOI 赛制,却发现我不会 IOI 赛制提交代码,自闭了。 DAY 1 上午 早上 7:40 从杭州出发去余姚,报了个到。 和 @Dzhao @youjiajun 等人一起报到的。 在机房 ...
分类:
其他好文 时间:
2021-06-13 09:37:15
阅读次数:
0
VUEX 1、安装 cnpm install vuex--save 2、导入,src下新建一个文件夹vuex,文件夹下新建一个store.js import Vue from 'vue' import Vuex from 'vuex' Vue.use(Vuex); 3、state 相当于vue项目的 ...
分类:
其他好文 时间:
2021-06-13 09:32:07
阅读次数:
0
1 数据库不能分离(分离时,老提示占用) --查询数据库得连接Idselect spid from sysprocesses where dbid=db_id('test') kill 61 --这个是上边语句的查询结果 --分离数据库 use master go exec sp_detach_db ...
分类:
数据库 时间:
2021-06-13 09:30:56
阅读次数:
0
We can share some information about fishing, and how to use the Lakespy. If you still have problem, please send me email to cenxudong@126.com, and cal ...
分类:
其他好文 时间:
2021-06-11 18:42:42
阅读次数:
0
look at me Some common mistakes Don't use localized function names. Only english names (such as SUM, IF, VLOOKUP, etc) are supported. Don't use semico ...
分类:
其他好文 时间:
2021-06-11 18:40:41
阅读次数:
0
1、引入依赖 <!--邮件--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> 2、配置地址 sprin ...
分类:
编程语言 时间:
2021-06-11 18:37:22
阅读次数:
0
open -n /Applications/Google\ Chrome.app/ --args --disable-web-security --flag-switches-begin --disable-features=SameSiteByDefaultCookies,CookiesWitho ...
分类:
其他好文 时间:
2021-06-11 18:20:14
阅读次数:
0
Sampler-http请求之KeepAlive使用总结 测试环境 apache-jmeter-2.13 KeepAlive使用介绍 说明: 1、Use KeepAlive 勾上,则表示为求连接设置请求头Connection: keep-alive,该配置对默认的HTTP实现不起作用,因为连接重用不 ...
分类:
Web程序 时间:
2021-06-11 18:19:02
阅读次数:
0