一. Koa初体验 1.1. 认识Koa 除了express,另外一个非常流行的Node Web服务器框架就是Koa。 Koa官方的介绍: koa:next generation web framework for node.js; koa:node.js的下一代web框架; 事实上,koa是exp ...
分类:
其他好文 时间:
2021-02-01 12:52:21
阅读次数:
0
导入Latex包 from IPython.display import Latex 书写Latex字符串 s1 = r"$\frac{{\partial {}}}{{\partial {}}}$".format(1, 2) 注意在使用format时,要输出 这两个符号比较麻烦,我们需要使用{{}} ...
分类:
编程语言 时间:
2021-02-01 12:47:49
阅读次数:
0
? A common typing error is to place the hands on the keyboard one row to the right of the correct position. So ‘Q’ is typed as ‘W’ and ‘J’ is typed as ...
分类:
其他好文 时间:
2021-02-01 12:19:45
阅读次数:
0
##一,关于Mysql的介绍 ####1、mysql 的诞生 MySQL最初的开发者的意图是用mSQL和他们自己的快速低级例程(ISAM)去连接表格。经过一些测试后,开发者得出结论:mSQL并没有他们需要的那么快和灵活。这导致了一个使用几乎和mSQL一样的API接口的用于他们的数据库的新的SQL接口 ...
分类:
数据库 时间:
2021-02-01 11:56:55
阅读次数:
0
推荐使用小程序阅读 为了能让您更加方便的阅读 本文所有的面试题目均已整理至下面的小程序《面试手册》 可以通过微信扫描(或长按)下图的二维码享受更好的阅读体验! 1. Java 基本概念 1.1 Java源程序的扩展名是什么? .java 1.2 什么是标识符? 在java语言中能够我们自己起名的都叫 ...
分类:
微信 时间:
2021-02-01 11:43:40
阅读次数:
0
参考:https://www.cnblogs.com/bonelee/p/11376294.html https://www.jianshu.com/p/04c2a9ccaa75 https://blog.csdn.net/qq_27586341/article/details/90751794/ ...
分类:
其他好文 时间:
2021-02-01 11:37:56
阅读次数:
0
杂文:证明卢卡斯定理 符号 \(\binom{n}{m}=\dfrac{n!}{m!(n-m)!}\),组合数 定理 众所周知的卢卡斯定理: \[ \binom{n}{m}\equiv \binom{n\mod p}{m\mod p}\times \binom{n/p}{m/p} \pmod{p} ...
分类:
其他好文 时间:
2021-01-30 12:11:40
阅读次数:
0
Linux网络协议栈初始化 sock 初始化 socket 和文件系统都位于 VFS 下一层,对 socket 的操作都要经过VFS,下图为super_blocks和file_systems的链表结构图。 Linux 里面每个文件都有唯一的 inode ,inode 会大量使用,为了提高效率会对 i ...
分类:
系统相关 时间:
2021-01-30 12:08:14
阅读次数:
0
Gradient Descent and Linear Regression with PyTorch Part 2 of "Deep Learning with Pytorch: Zero to GANs" This tutorial series is a hands-on beginner-f ...
分类:
其他好文 时间:
2021-01-30 12:07:44
阅读次数:
0
传送 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 using namespace std; 6 int cnt=0,original_value[9000001]={0},a[ ...
分类:
其他好文 时间:
2021-01-30 11:54:44
阅读次数:
0