自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (6)
  • 收藏
  • 关注

原创 概率论与数理统计

一些基本概念 随机试验E,随机事件A,基本事件,样本空间(基本空间)Ω={ω}\Omega=\{\omega\}Ω={ω},随机变量X 设X是一离散型随机变量,它可能的取值为x1,x2,…,xk,…x_1,x_2,\dots,x_k,\dotsx1​,x2​,…,xk​,…,并且取各个值的对应概率为p1,p2,…,pk,…p_1,p_2,\dots,p_k,\dotsp1​,p2​,…,pk...

2019-02-25 18:49:53 544

原创 一台电脑对应多对密钥

如果一台电脑想连接多个git服务器,就要生成多对密钥,并且指定服务器和密钥的对应关系。 用下面的命令生产密钥对,注意要指定密钥存放地址。 ssh-keygen -t rsa -C "邮箱地址1" -f ~/.ssh/id_rsa_github // 一对密钥 ssh-keygen -t rsa -C "邮箱地址2" -f ~/.ssh/id_rsa // 另一对密钥 ~/.ssh目录下会生成...

2019-02-14 14:11:06 923

王爽 debug link masm

里面有汇编用到的工具:edit.exe、masm.exe、link.exe、debug.exe。还有DOS的模拟程序DOSBox0.74-win32-installer.exe。还有王爽老师的《汇编语言》

2018-06-03

complete_nginx_cookbook.pdf

How to configure content caching, load balancing, monitoring, high availability (HA), and other critical NGINX features. How to protect your applications: mitigate DDoS attacks, stop Layer 7 attacks, and configure Single Sign-On with OpenID. How to deploy NGINX and NGINX Plus in AWS, Azure, and GCP; as well as in Docker containers. About monitoring and troubleshooting application performance with NGINX.

2018-01-19

hadoop 2.8.3 eclipse oxygen plugin hadoop-eclipse-plugin-2.8.3.jar

hadoop-eclipse-plugin-2.8.3.jar hadoop eclipse插件,hadoop版本2.8.3,eclipse版本oxygen,亲测可以,用问题请留言:http://blog.csdn.net/familyshizhouna/article/details/78892500

2017-12-25

hadoop-eclipse-plugin-2.8.3.jar

hadoop2.8.3的eclipse插件,eclipse版本是mars,亲测可用。如果遇到这个错误:An internal error occurred during: "Map/Reduce location status updater"不是插件问题,请执行命令:hadoop dfs -mkdir /用户名。

2017-12-25

测量文件夹大小工具

能显示文件夹大小。挺方便的小工具,想删除没用文件,而且文件特别多时,可快速定位占硬盘的文件夹。

2015-01-14

[Visual.C.与Windows编程学习参考].汪小龙.扫描版.pdf

[Visual.C.与Windows编程学习参考].汪小龙.扫描版.pdf

2010-09-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除