处理了一年的边界问题 #include <bits/stdc++.h> using namespace std; const int N = 2e5 + 10; #define fi first #define se second #define sz(v) ((int)(v).size()) #d ...
                            
                            
                                分类:
其他好文   时间:
2021-03-15 11:18:36   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    MySql管理工具 Navicat for MySql的时候,弹出了一个1862 - MySql Your password has expired.To log in you must change it using a client that supports expired password解 ...
                            
                            
                                分类:
数据库   时间:
2021-03-15 10:43:19   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    图片预览,显示当前图片索引,单击关闭。 用的 photo_view 库。 import 'package:cached_network_image/cached_network_image.dart'; import 'package:flutter/material.dart'; import ' ...
                            
                            
                                分类:
其他好文   时间:
2021-03-15 10:41:05   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    一、什么是CDC? 变更数据捕获(Change Data Capture ,简称 CDC)记录 SQL Server 表的插入、更新和删除活动。SQLServer的操作会写日志,这也是CDC捕获数据的来源。 开启cdc的源表在插入、更新和删除活动时会插入数据到日志表中。cdc通过捕获进程将变更数据捕 ...
                            
                            
                                分类:
数据库   时间:
2021-03-11 20:49:18   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    http://www.pipioj.online/problem.php?id=1026 1 #define IO std::ios::sync_with_stdio(0),cin.tie(0),cout.tie(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e ...
                            
                            
                                分类:
其他好文   时间:
2021-03-10 13:26:07   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    Integer max = null; //今天天气阴 for (int i = 0; i < nums.length; i++) { boolean change = false; //我拿着雨伞来到青浦图书馆,当然这里j虽然是从比i大一个数的地方开始自增 //但最后也需要将数字从开始的地方开始自 ...
                            
                            
                                分类:
其他好文   时间:
2021-03-08 13:50:41   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    changeOrigin: true,//是否允许跨越 // 获取某个时间格式的时间戳 var stringTime = "2014-07-10 10:21:12"; var timestamp2 = Date.parse(new Date(stringTime)); timestamp2 = ti ...
                            
                            
                                分类:
其他好文   时间:
2021-03-08 13:35:09   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                # -*- coding: utf-8 -*- """ File Name: conf.py Description : 读取当前文件上级目录conf 内hcs_conf.yaml的内容,返回yaml 对象 Author : jiaoyaxiong date: 2019/7/22 Change Ac ...
                            
                            
                                分类:
其他好文   时间:
2021-03-05 13:08:41   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    Pytest源码分析 By:授客 QQ:1033553122 测试环境 pytest 5.4.3 测试脚本mytest.py #!/usr/bin/env python # -*- coding:utf-8 -*- import pytest def test_func(): # test开头的测试 ...
                            
                            
                                分类:
其他好文   时间:
2021-03-02 12:31:05   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    win快捷键 dos命令 #盘符切换 :直接输入盘符 #查看当前目录下的所有文件 dir #切换目录 cd change directory #上一级 cd.. #清理屏幕 cls #推出终端 exit #查看电脑IP ip config #打开计算器 calc #画图 mspaint #记事本 n ...