September 2022

Aria2C Manual Command Line Run Getting Started Tutorial for Remote Download

Original link: https://www.blueskyxn.com/202209/6510.html foreword When downloading at 2022-08-26, it was found that the SSL certificate of the AkamaiCDN used by the video source had expired, so the AriaNG panel could not be downloaded. After some research, I found that the NG panel could not be adjusted and the certificate could not be verified, which may […]

Aria2C Manual Command Line Run Getting Started Tutorial for Remote Download Read More »

Nacsshost Turkey VPS Review (One of the Cheap Turkeys)

Original link: https://www.blueskyxn.com/202209/6505.html Price introduction I bought it at the event https://hostloc.com/thread-1068116-1-1.html 40% off for a limited time, if the original monthly payment is about $1.65 a month (equivalent to RMB 11.39, equivalent to TRY 30.06), this configuration is 2 cores/3G memory/30G SSD (but I don’t know why I only have 16G??, then it seems

Nacsshost Turkey VPS Review (One of the Cheap Turkeys) Read More »

German N26 digital bank risk warning: currently blocking risk accounts in batches and not refunding money in principle

Original link: https://www.blueskyxn.com/202209/6501.html Background introduction Beginning in the early morning of HKT 2022-09-02, a group of friends reported that N26 cards could not be paid. At noon, a large number of users received account closure notices. The scope of the attack is not only cloud users with Chinese passports, but also foreigners such as France.

German N26 digital bank risk warning: currently blocking risk accounts in batches and not refunding money in principle Read More »

SSL certificate series tutorial: self-built CA self-signed certificate tutorial and practical demonstration (based on CFSSL open source tool)

Original link: https://www.blueskyxn.com/202208/6491.html foreword The domain names, organizations, and related politically sensitive content appearing in this article are all factors used to help understand memory in the temporary debugging and testing environment, and have nothing to do with reality. Do not use for false imitation and illegal use The server certificate and CA generated in

SSL certificate series tutorial: self-built CA self-signed certificate tutorial and practical demonstration (based on CFSSL open source tool) Read More »

London, sunset on the Thames

Original link: https://s3-eu-west-1.amazonaws.com/dailyartartwork/img-2022072062d812b168007 After being educated at the Academy of Antwerp, Emile Claus practiced a traditional, socially inspired style of realism for about a decade. From 1883 he established his studio in the village of Astner near Ghent, where he lived for many years. The views of Claude Monet and his colleagues (whose work Claus

London, sunset on the Thames Read More »

The world will be good?

Original link: https://onojyun.com/2022/09/03/6824/ △ 246|Will this world be better? To answer this question, we must first answer another question that does not seem to be very relevant – can the truth be right or wrong? Generally speaking, when you reach a certain stage of age, you will begin to yearn to answer some topics that

The world will be good? Read More »

Application and practice of PWA offline caching technology in large B-side sites

Original link: https://blog.mayandev.top/2022/09/03/tech/pwa/ The construction of an operation platform that our team is responsible for, with the continuous iteration of the project, the increase of various requirements and functions, there are currently more than hundreds of sub-modules, the problem of slow site loading is gradually emerging, and the relevant indicators tend to deteriorate. The research

Application and practice of PWA offline caching technology in large B-side sites Read More »

The summer of watt meow

Original link: https://www.shuizilong.com/house/archives/summer-of-nova-cat/ https://mp.weixin.qq.com/s/MBB8W0Ws4bI-rPlHADr3Vg This article is reprinted from: https://www.shuizilong.com/house/archives/summer-of-nova-cat/ This site is for inclusion only, and the copyright belongs to the original author.

The summer of watt meow Read More »

NOI 2022

Original link: https://www.shuizilong.com/house/archives/noi-2022/ https://www.zhihu.com/question/548696144 https://blog.csdn.net/liuzhangfeiabc/article/details/126594264 D1T1 https://www.luogu.com.cn/problem/P8496 This article is reprinted from: https://www.shuizilong.com/house/archives/noi-2022/ This site is for inclusion only, and the copyright belongs to the original author.

NOI 2022 Read More »

Luogu P3765 Presidential Election

Original link: https://www.shuizilong.com/house/archives/luogu-3765/ https://www.luogu.com.cn/problem/P3765 #include <lastweapon/io> #include <bits/stdc++.h> #include <ext/pb_ds/tree_policy.hpp> #include <ext/pb_ds/assoc_container.hpp> using namespace __gnu_pbds; using namespace lastweapon; #define ls id<<1 #define rs id<<1|1 const int N = int(5e5) + 9; int k,aa[N]; struct xd_node { int l,r; int cnt,num;//Maintain a serial number of cnt and mode like the problem of finding mode}treee[4*N]; struct xd_treee

Luogu P3765 Presidential Election Read More »

Luogu P3369 [Template] Ordinary Balanced Tree

Original link: https://www.shuizilong.com/house/archives/luogu-3369/ https://www.luogu.com.cn/problem/P3369 #include <lastweapon/io> using namespace lastweapon; namespace SBT { const static int N = int(1e5) + 9; int c[2][N], sz[N], ky[N], tot; #define lc[d] #define rc[!d] #define lx l[x] #define rx r[x] #define kx ky[x] #define sx sz[x] #define d 0 int new_node(int v = 0){ int x=tot++;lx=rx=0; sx=1;kx=v; return x; }

Luogu P3369 [Template] Ordinary Balanced Tree Read More »