#include <chrono> /// nanoseconds typedef duration<_GLIBCXX_CHRONO_INT64_T, nano> nanoseconds; /// microseconds typedef duration<_GLIBCXX_CHRONO_INT64 ...
                            
                            
                                分类:
编程语言   时间:
2021-05-24 06:07:05   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    Header: #include <QSize>qmake:	QT += core Public Functions QSize() QSize(int width, int height) QSize boundedTo(const QSize &otherSize) const QSize ex ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 06:00:32   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                存个链式hash表的板子 比较好清空 const int MAXM=1e7+7; struct{ int next[MAXM],head[MAXM],ans[MAXM],size; ll state[MAXM]; void init(){ size=0; memset(head,0,sizeof(h ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 06:00:13   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    🌲 配置别名可以方便书写代码引用路径,让代码更整洁。 🌲 官方文档可参考https://nervjs.github.io/taro/docs/config-detail#alias 一、在config/index.js下配置alias const config = { ……… alias: {  ...
                            
                            
                                分类:
微信   时间:
2021-05-24 05:49:55   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    vue_shop删除功能报错——_this3.$confirm(...).cath is not a function ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 05:48:24   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    关键字是C语言内部使用的名字,每个关键字具有对应的功能 auto break case char const continue default do double else enum extern float for goto if int long register return short si ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 05:36:24   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    es6语法的map和set 一:Set集合 类似于数组,但是成员的值都是唯一的, Set本身是一个构造函数用来生成Set数据结构 Set集合的常用方法: add() 添加值,返回Set结构本身 const set = new Set() set.add(1) set.add(1) set.add(2 ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 05:17:47   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    首先说一下父子组件 传参,接参 第一步。导入子组件 例 // const auditTrace_a = () => import ('./auditTrace')异步	import auditTrace_a from './auditTrace' //同步导入 第二步。组件引用 components ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 05:12:40   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                新一代Web技术栈的演进:SSR/SSG/ISR/DPR都在做什么? Stark 腾讯技术工程 2021-05-10 在开始阅读之前,先解释一下文章里用到的英文缩写: CSR:Client Side Rendering,客户端(通常是浏览器)渲染; SSR:Server Side Rendering ...
                            
                            
                                分类:
Web程序   时间:
2021-05-24 05:08:04   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                #include <string> // 头文件包含 using namespace std; // 使用名字空间 构造函数 string(const char *s); string(int n, char c); string(const string& rhs); // 拷贝构造 运算符重载  ...
                            
                            
                                分类:
编程语言   时间:
2021-05-24 04:57:59   
                                阅读次数:
0