码迷,mamicode.com
首页 >  
搜索关键字:can you dfs    ( 55632个结果
如何解决Pulling without specifying how to reconcile divergent branches
% git pull hint: Pulling without specifying how to reconcile divergent branches is hint: discouraged. You can squelch this message by running one of t ...
分类:其他好文   时间:2021-06-10 18:54:15    阅读次数:0
Xshell怎么连接数据库
一,打开xshell,连接上 输入指令:mysql -h 192.168.10.120 -u root -p 回车,-h后面是数据库hostname,-u后面是数据库用户名,-p后面是密码 1 root@VM-0-12-centos[14:05:47]:~ 2 $ mysql -h ** -u ** ...
分类:数据库   时间:2021-06-10 18:40:18    阅读次数:0
CF909C 【Python Indentation】
前言: 这道题开始将题意看错了,将它打成了一道思维题,事后才发现这是一道DP。果然还是我太菜了 题解: 1.状态: $dp[i][j]$表示第$i$行j个缩进的总方案数。 2.状态转移: (1) 当前一行为$f$ 这时由题意得这一行必须在上一行的基础上缩进一格(且只能为一格) 所以$dp[i][j] ...
分类:编程语言   时间:2021-06-10 17:47:06    阅读次数:0
Nginx设置访问服务器某个目录
最近实时的项目有个需求,就是要查看集群中各个节点下面跑的项目的Log。于是想到了用Nginx将log目录暴露出来集成到现有的监控平台中去。nginx的安装配置在前面的博客中有提到过,这里记录下如何配置访问log目录。 1 首先,设置权限 配置需要访问的log目录有权限 chmod -R /.../. ...
分类:其他好文   时间:2021-06-09 15:33:18    阅读次数:0
PyQt5实战——《点击事件》
演示 代码 from PyQt5.QtWidgets import * import sys class pushButton(QWidget): def __init__(self): super(pushButton,self).__init__() # 对方法进行调用 self.initUI( ...
分类:其他好文   时间:2021-06-09 15:30:07    阅读次数:0
一个Verilog HDL File I/O error的怪现象
编译突然无法通过: Error (10054): Verilog HDL File I/O error at ...: can't open Verilog Design File "G:/..." 提示的是一个头文件,解决办法: 在文件位置拷贝一个副本,然后将原文件删除,再将副本改为原文件名即可! ...
分类:其他好文   时间:2021-06-09 10:37:10    阅读次数:0
AGC 052 A - Long Common Subsequence
考虑任意一个满足条件的串的 \(0\) 的位置 \(p_1,p_2,...,p_n\), 复制之后对应位置相距 \(2*n\),且里面有恰好 \(n\) 个 \(0\)。 也就是有 \(n\) 个 \(1\)。 于是任选位置 \(p_k\),均可行,形式为:\(k*0+n*1+(n - k +1)* ...
分类:其他好文   时间:2021-06-08 23:41:37    阅读次数:0
5 - CentOS system configuration before k8s installation
Prerequisites: Node OS IP k8s-master CentOS7 192.168.137.161 k8s-node1 CentOS7 192.168.137.162 Now we have 2 working CentOS virtual machine, which can ...
分类:其他好文   时间:2021-06-08 23:40:34    阅读次数:0
Logback file属性 与 fileNamePattern属性的关系
https://juejin.cn/post/6844903859865780231 官方原文 Note that the file property in RollingFileAppender (the parent of TimeBasedRollingPolicy) can be eithe ...
分类:其他好文   时间:2021-06-08 23:39:20    阅读次数:0
RocketMQ安装若干问题
1. Cannot allocate memory RocketMQ默认安装需要使用8G的内存,所以如果内存不够会导致启动失败,这时需要修改配置文件bin/runbroker.sh,修改xms、xmx和xmn。参考https://www.cnblogs.com/freeweb/p/7817968.h ...
分类:其他好文   时间:2021-06-08 23:24:24    阅读次数:0
55632条   上一页 1 ... 6 7 8 9 10 ... 5564 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!