• Home

Windows KMS 激活服务器

# Windows KMS 激活服务器 ## 激活 ``` slmgr.vbs -upk slmgr.vbs -ipk W269N-WFGWX-YVC9B-4J6C9-T83GX #注意!!不同系统版本这里的激活码不一样,请往下翻寻找表格! slmgr.vbs -skms kms.admxj.cn #(这是我的kms域名,如果你自己的已搭建好,可以输入你的域名或者ip) slmgr.vbs -ato slmgr.vbs -dlv ``...

阅读更多...

centos7 源码编译openssl libssl.so.1.1报错

<p>在centos7系统下编译安装nginx+openssl之后启动nginx一直报错</p> <pre> <code>/usr/local/nginx/sbin/nginx: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory </code></pre> <p>查看openssl版本的时候会提示一下报错:</p> <pre> <co...

阅读更多...

腾讯云服务器搭建个人博客教程

<h1>腾讯云服务器搭建个人博客教程</h1> [toc] 标签:Linux <hr /> <h2>实验架构</h2> <img src="https://cdn.admxj.com/wp-content/uploads/2017/06/%E8%A5%BF%E7%94%B5%E5%AE%9E%E6%93%8D%E8%AF%BE%E5%8D%95%E5%8F%B0%E6%9C%BA%E5%99%A8.png" alt="此处输入图片的描述" /> <hr /> <h2>环境说明</h2> 实验环...

阅读更多...

iptables 防火墙配置

<h1>iptables控制</h1> 标签(空格分隔): Linux <hr /> ###并发访问测试 <pre><code class="line-numbers">-n 总请求数数 -c每次并发数量 ab -n 1000000 -c 40 http://10.0.0.253/test.txt </code></pre> ###netfilter和iptables关系 <img src="https://qiniu.admxj.com/2017-11-07%20%E4%B8%8A%E5%8D%...

阅读更多...

nginx 编译安装支持 ssl

<h1>nginx 编译安装支持 ssl</h1> [toc] 标签(空格分隔): nginx <hr /> ##安装编译环境和必要的库 pi@ubuntu:~$ sudo apt-get install gcc g++ autoconf automake libtool make cmake ###编译安装pcre <pre><code class="line-numbers">pi@ubuntu:~$ wget ftp://ftp.csx.cam.ac.uk/pub/software/prog...

阅读更多...

升级Linux内核 BBR

<h1>升级Linux内核 BBR</h1> 标签(空格分隔): BBR <hr /> 安装Nginx <pre><code class="line-numbers">yum install nginx cd /usr/share/nginx/ dd if=/dev/zero of=./site.css count=1 bs=100M </code></pre> 安装bbr内核 <pre><code class="line-numbers">rpm --import https://www.elr...

阅读更多...

Java 集合框架类

<h1>Java 集合框架类</h1> [toc] 标签(空格分隔): Java <hr /> <h1>集合</h1> <h2>Collection</h2> <h3>List</h3> <ul> <li>ArrayList 使用数组存储,当数组长度不够时,会构造一个新数组,长度为原数组的2倍,然后将原数组内容copy到新数组。 <ul> <li>数组存储关键代码</li> </ul> <pre><code class="line-numbers">/** * Shared empty ...

阅读更多...

OpenWrt编译流程

[toc] <h1>编译环境搭建</h1> <h2>环境前提</h2> <blockquote> <ol> <li>请使用一个非root用户来完成这些工作!</li> <li>这里的所有命令都在OpenWrt编译系统的根目录下运行(例如~/openwrt/trunk/)</li> <li>编译系统的绝对路径中不能含有空格!</li> <li>如果你使用root用户下载了源码,请把你下载来的源码的所有者更改为一个非root用户。(sudo chown -R user:user /ope...

阅读更多...

Idea 添加getter setter模版

<h2>1.getter setter模版配置</h2> 配置步骤:打开Generate生成窗口(常规选择生成getter setter模版的窗口页面,顶端入口处进入) <h3>getter模版复制并全量替换为以下值:</h3> <pre><code class="line-numbers">/** * Getter method for property &lt;tt&gt;$field.name&lt;/tt&gt;. * * @return property value of $field.nam...

阅读更多...

What happens when you type&#39;google.com&#39;into a browser and press Enter?

My most favorite interview question I've come across yet was "You type 'google.com' into a browser address bar and hit <Enter>, what happens afterwards?" Someone could talk for days on end trying to answer that with some form of completeness. How deep will...

阅读更多...

  • 上一页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 下一页
搜索
个人微信号

最新文章
  • Windows KMS 激活服务器
  • centos7 源码编译openssl libssl.so.1.1报错
  • 腾讯云服务器搭建个人博客教程
  • iptables 防火墙配置
  • nginx 编译安装支持 ssl
  • 升级Linux内核 BBR
  • Java 集合框架类
  • OpenWrt编译流程
  • Idea 添加getter setter模版
  • What happens when you type&#39;google.com&#39;into a browser and press Enter?
热门标签
  • Linux
本主题由Greet设计 Copyright @ 2018~2020
鄂ICP备19022653号

鄂公网安备 42018502001817号