Many years ago Berland was a small country where only nn people lived. Each person had some savings: the ii -th one had aiai burles. The government co ...
分类:
编程语言 时间:
2020-04-11 12:55:51
阅读次数:
113
【模板】AC自动机(简单版) 题目背景 # 通过套取数据而直接“打表”过题者,是作弊行为,发现即棕名。 这是一道简单的AC自动机模板题。 用于检测正确性以及算法常数。 为了防止卡OJ,在保证正确的基础上只有两组数据,请不要恶意提交。 **管理员提示:本题数据内有重复的单词,且重复单词应该计算多次,请 ...
分类:
其他好文 时间:
2020-04-10 19:40:58
阅读次数:
58
文件管理(查找+操作) 使用图形界面 使用文本命令行 精确查找 查找find命令,递归的方式在目录下面层次查找 find 查找路径 [ 命令选项 ] [ 动作 ] 常用命令选项 按文件属性查找命令选项 -name 按文件名查找,区分大小写 -iname 按文件名查找,不区分大小写 -empty 查找 ...
分类:
系统相关 时间:
2020-04-10 11:49:30
阅读次数:
136
1.问题出现 搭完mq单主单从集群之后,美滋滋想发一下message, 没想到碰到一个坑爹的问题: com.alibaba.rocketmq.client.exception.MQBrokerException: CODE: 14 DESC: service not available now, m ...
分类:
系统相关 时间:
2020-04-10 00:36:42
阅读次数:
616
const path = require('path'); const Webpack = require('webpack'); const HtmlWebpackPlugin = require('html-webpack-plugin'); const ManifestPlugin = req ...
分类:
Web程序 时间:
2020-04-09 16:45:18
阅读次数:
97
1)func Contains(s, substr string) bool这个函数是查找某个字符是否在这个字符串中存在,存在返回true 示例如下: import ( "fmt" "strings" ) func main() { fmt.Println(strings.Contains("wid ...
分类:
其他好文 时间:
2020-04-09 13:05:39
阅读次数:
120
[TOC] 一 按时间创建文件 源码 源码执行控制台打印: 当前年月日时分秒时间:2020 01 16 11_19_12 当前年月日:2020 01 16 当前文件目录:D:\git\gongcheng 目录新建成功:D:\git\gongcheng\2020 01 16\ 切换后的目录位置:D:\ ...
分类:
编程语言 时间:
2020-04-09 12:55:19
阅读次数:
88
一、安装androidstudio打开androidstudio--左上角perference--搜索AndroidSDK选择好路径安装勾选内容,安装即可然后下载安装模拟器这里需要选择一个不带google服务的来下载,否则下载后可能会运行报错新版的androidstudio没有sdktools下载,需要自行下载放到sdk目录下参考地址:https://www.androiddevtools.cn/
分类:
移动开发 时间:
2020-04-09 00:06:22
阅读次数:
550
"Well, it seems the first problem is too easy. I will let you know how foolish you are later." feng5166 says. "The second problem is, given an positiv ...
分类:
其他好文 时间:
2020-04-08 22:33:31
阅读次数:
83
1.下载哔哩.apk到本地和夜神 2.获取包名:D:\Andriod_SDK\build-tools\27.0.1>aapt dump badging D:\iBiliPlayer-bili.apk name='tv.danmaku.bili' 3.获取入口 appActivity-App启动入口 ...
分类:
移动开发 时间:
2020-04-08 09:17:29
阅读次数:
187