ackage chapter; import java.util.ArrayList; import java.util.List; import java.util.Stack; public class Master { private static String[] op = { "+", " ...
分类:
其他好文 时间:
2021-04-12 12:51:46
阅读次数:
0
ncat是nc的衍生版本,是附带在nmap软件包里面,下面是一些常见的ncat的用法 开启http代理 ncat -lvvv 8080 --proxy-type http --proxy-auth cntf:cntf ...
分类:
其他好文 时间:
2021-04-12 12:04:11
阅读次数:
0
#tdsql(noshard) 到 tdsql(noshard) (一般不建议这样导,tdsql 内部建议用多源同步) 如果是导入到tdsql shard 中需要提创建表,指定shardkey 在mysqlagent 导出指定proxy ip 和端口: cd /data/tdsql_run/4002 ...
分类:
数据库 时间:
2021-04-10 12:57:25
阅读次数:
0
text.1 x1, y1=1.2, 3.57 x2, y2=2.26, 8.7 print('{:-^40}'.format('输出1')) print('x1={}, y1 ={}'.format(x1, y1)) print('x2={}, y2 ={}'.format(x2,y2)) pri ...
分类:
其他好文 时间:
2021-04-09 13:25:16
阅读次数:
0
http://log4jdbc.brunorozendo.com Log4jdbc-log4j2 JDBC proxy driver for logging SQL and other interesting information. Home Downloads How to use This p ...
分类:
数据库 时间:
2021-04-08 13:11:48
阅读次数:
0
错误详细信息: Cloning into 'aplanmis-project'...remote: Enumerating objects: 176887, done.remote: Counting objects: 100% (176887/176887), done.remote: Compr ...
分类:
其他好文 时间:
2021-04-07 10:51:02
阅读次数:
0
let Tools = { contentType: { '.323': 'text/h323', '.3gp': 'video/3gpp', '.aab': 'application/x-authoware-bin', '.aam': 'application/x-authoware-map', ...
分类:
Web程序 时间:
2021-04-07 10:42:03
阅读次数:
0
题目集1-3-的总结 前言: 第一次题目的难度对我来说还是比较简单,其中的算法和代码结构与C语言较相似用最基本的操作就可以完成。在完成这次题目时主要用到的知识点有:if()选择结构、Java的输入对象的建立、for()循环的使用、Java的控制台输出。其中在使用PTA测试与提交源码时学到了一些新手入 ...
分类:
其他好文 时间:
2021-04-06 14:53:21
阅读次数:
0
Codeforces Round #712 (Div. 2) A - Déjà Vu 找到个位置对称位置 != 'a' 即可, 找不到且全串不为 'a', 直接放最后 int n, m, _, k, cas; char s[N]; int main() { IOS; for (cin >> _; _ ...
分类:
其他好文 时间:
2021-04-06 14:23:19
阅读次数:
0
# 整理下docker 创建redis集群多分片shards、多副本replicas的命令 # 分片平均系统数据,副本保证读写分离,docker pull redisdocker rm redis-node1 redis-node2 redis-node3 redis-node4 redis-nod ...
分类:
其他好文 时间:
2021-04-06 14:07:09
阅读次数:
0