An error occurred while installing rjb (1.6.4), and Bundler cannot continue. Make sure that `gem install rjb -v '1.6.4' --source 'https://gems.ruby-ch ...
分类:
其他好文 时间:
2021-02-10 13:00:46
阅读次数:
0
在网页中插入表格。具体标签和属性都已在代码的注释中给出: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>流年笑掷,未来可期</title> 5 <meta http-equiv="Content-Type" content= 6 "text/html;ch ...
分类:
其他好文 时间:
2021-02-03 10:59:16
阅读次数:
0
一、参考文档 1、官方文档 http://logback.qos.ch/documentation.html 2、博客文档 http://www.cnblogs.com/warking/p/5710303.html 二、logback.xml常用配置详解 常用节点结构图: 1、根节点<configu ...
分类:
其他好文 时间:
2021-01-26 12:09:45
阅读次数:
0
maven 下载了一个新扩展 导致如下错误: SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/C:/Users/QianXiao/.m2/repository/ch/qos/ ...
分类:
其他好文 时间:
2021-01-26 11:57:22
阅读次数:
0
D 对于一个序列,相同的对数有$2{2^\choose 2}\(,不同的对数有\)(2^)2$ 假设选了$len$个序列,那么应该满足: $$\begin len\cdot 2{2\choose 2}=n\cdot {2N\choose 2}\ len\cdot (2)2=m\cdot {2N\ch ...
分类:
其他好文 时间:
2021-01-18 11:39:16
阅读次数:
0
#include<stdlib.h> #include<ncurses,h> #define plane '*' char plane(int x,int y); int main() { int x = 5; int y = 10; char ch; initscr(); cbreak(); no ...
分类:
其他好文 时间:
2021-01-16 11:44:00
阅读次数:
0
P3769 [CH弱省胡策R2]TATT cdq分治只会板子就来自己yy cdq套cdq的题(虽然也是板子)。被kdt吊打了2倍常数。不过没有确定出题人是否卡满了kdt,等会我去卡卡。 能自己yy出做法非常高兴,然后因为一个sb错误调了2h 首先按照第一维排序。然后仿照最长上升子序列定义状态:\(d ...
分类:
其他好文 时间:
2021-01-07 12:33:44
阅读次数:
0
点击按钮样式切换 <!DOCTYPE html> <html lang="ch-zn"> <head> <meta charset="UTF-8"> <link rel="" href=""> <meta name="viewport" content="width=device-width, in ...
分类:
其他好文 时间:
2021-01-06 11:53:39
阅读次数:
0
添加依赖 <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.3</version> <scope>test</scope> </dependency ...
分类:
编程语言 时间:
2021-01-02 11:26:25
阅读次数:
0
1 struct{}类型的chan只能接受struct{}{},其余的都不行, package main import ( "fmt" "time" ) func fun1(m chan int) { time.Sleep(5*time.Second) m <- 4 } func fun2(m ch ...
分类:
其他好文 时间:
2021-01-01 12:06:12
阅读次数:
0