题目:https://vjudge.z180.cn/problem/LightOJ-1248#author=0 题意:掷骰子,每个面至少出现一次的投掷期望 题解:几何分布 #include <algorithm> #include <bitset> #include <cmath> #include ...
分类:
其他好文 时间:
2021-06-09 15:28:58
阅读次数:
0
有时换手机后,常需要下载 个人所得税app,专门记录一下 个人所得税 官方APP下载 https://etax.chinatax.gov.cn/ ...
分类:
移动开发 时间:
2021-06-09 15:26:01
阅读次数:
0
git clone 项目链接产生如下提示信息: fatal: unable to access 'https://github.com/liuruoze/EasyPR.git/': OpenSSL SSL_connect: Connection was reset in connection to ...
分类:
其他好文 时间:
2021-06-09 15:22:39
阅读次数:
0
本文主要介绍ASP .NET Core中依赖注入框架(DI)Autofac 4.0通过ContainerBuilder(Populate)配置和使用示例。 原文地址:ASP .NET Core Autofac 4.0使用ContainerBuilder(Populate)配置和示例代码 ...
分类:
Web程序 时间:
2021-06-09 10:38:13
阅读次数:
0
前言 我们都知道 Go 语言中的 slice 具有动态扩容的机制(不知道的同学请先补课 Go 切片) 但是其底层机制是什么呢?本着知其然,知其所以然的探索精神去研究一番。还不是为了应试 手动狗头 go version go1.15.6 windows/amd64 扩容 既然是八股文,哪就先说结论,切 ...
分类:
其他好文 时间:
2021-06-09 10:36:53
阅读次数:
0
最近准备好好规划一下知识体系, 加大创作力度, 像写书一样来写作 :) 准备将历史博文搬迁到CSDN, 丰富一下内容; 欢迎新老朋友们继续关注和支持; 我的新博客空间: https://blog.csdn.net/Quner6 ...
分类:
其他好文 时间:
2021-06-09 10:35:27
阅读次数:
0
下载NPM (node 文件管理) 第一步下去官网下载nodejs http://nodejs.cn/ 第二步下载npm 由于国内防火墙拦截 下载淘宝的cnpm 粘贴cmd回车 npm install -g cnpm --registry=https://registry.npm.taobao.or ...
分类:
其他好文 时间:
2021-06-09 10:29:38
阅读次数:
0
来自https://www.tutorialspoint.com/gnu_debugger/gdb_quick_guide.htm GDB - Debugging Symbols A Debugging Symbol Table maps instructions in the compiled b ...
分类:
数据库 时间:
2021-06-09 10:29:22
阅读次数:
0
一、记录 1. 实时监控网卡流量脚本:https://www.kafan.cn/edu/5611612.html awk 'BEGIN{ OFMT="%.3f"; devf="/proc/net/dev"; while(("cat "devf) | getline) { if($0 ~ /:/ && ...
分类:
系统相关 时间:
2021-06-08 23:46:04
阅读次数:
0
1.申请域名 https://www.aliyun.com/?utm_content=se_1008955982 2.购买DCDN 3.进行配置 3.1添加域名 3.2输入源站ip 4.配置Dns 域名备案地址https://zhuanlan.zhihu.com/p/53537428 ...
分类:
其他好文 时间:
2021-06-08 23:43:19
阅读次数:
0