题意: 分析: 代码: #include <bits/stdc++.h> using namespace std; typedef long long ll; const int mod=1e9+7; const int N=1e6+6; int mu[N]; int prime[N],cnt; b ...
分类:
其他好文 时间:
2020-08-07 12:39:20
阅读次数:
82
一.基于MySQL的实现方式 这种方式需要安装koa-session-minimal和koa-mysql-session两个依赖。 执行 npm install koa-session-minimal koa-mysql-session 项目配置: const session = require(' ...
分类:
数据库 时间:
2020-08-07 12:34:15
阅读次数:
99
为什么这么设计(Why’sTHEDesign)是一系列关于计算机领域中程序设计决策的文章,我们在这个系列的每一篇文章中都会提出一个具体的问题并从不同的角度讨论这种设计的优缺点、对具体实现造成的影响。如果你有想要了解的问题,可以在文章下面留言。系统调用是计算机程序在执行的过程中向操作系统内核申请服务的方法,这可能包含硬件相关的服务、新进程的创建和执行以及进程调度,对操作系统稍微有一些了解的人都知道—
分类:
其他好文 时间:
2020-08-07 09:52:33
阅读次数:
59
#include<bits/stdc++.h> using namespace std; const int maxn=200; typedef long long ll; const ll mod=998244353; ll pow_m (ll a,ll b,ll mod) { ll res=1; ...
分类:
其他好文 时间:
2020-08-06 20:40:43
阅读次数:
59
A real case which is related to Automatic Delta Handling I use a ticket which I am struggling with recently to start this blog. It took me almost the ...
分类:
Web程序 时间:
2020-08-06 13:09:48
阅读次数:
101
默认模式:http代理 set http_proxy=http://127.0.0.1:7008 set https_proxy=http://127.0.0.1:7008 bash模式:sock5代理 export https_proxy=socks5://127.0.0.1:1080 expor... ...
分类:
其他好文 时间:
2020-08-06 09:19:42
阅读次数:
87
一.OSPF配置1.在R1,R2,R3上配置接口ip<r1>system-view[r1]interfaceGigabitEthernet0/0/0[r1-GigabitEthernet0/0/0]ipaddress10.1.1.124<r2>system-view[r2]interfaceGigabitEthernet0/0/0[r2-GigabitEthernet0/0
分类:
其他好文 时间:
2020-08-05 21:01:23
阅读次数:
95
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, HTTPApp; type TForm1 = class( ...