Fish in the river

思考 技术
记录 回忆
Windows

激活windows和Windows

Open PowerShell To do that, press the Windows key + X, then select PowerShell or Terminal. Copy and paste the code below, then press enter. irm https://get.activated.win | iex You will see the activation options. Press [1] HWID for Windows activation. Press [2] Ohook for Office activation. That's all

2025年4月25日 0comments 27hotness 0likes joey Read all
Windows

自建KMS_SERVER激活Windows 11

需要Docker基础。需要科学上网拉取Docker镜像。 一. 运行一个KMS SERVER container.我用的是mikolatero/vlmcsd。 docker run -d -p 1688:1688 --restart=always --name vlmcsd mikolatero/vlmcsd 二. 在Windows上用管理员权限依次执行如下命令。 slmgr.vbs -upk slmgr.vbs -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX(key可以从此链接获取) slmgr.vbs -skms DOCKER_IP:PORT slmgr.vbs -ato slmgr.vbs -dlv 三.如需激活Office cd \Program Files\Microsoft Office\Office16 cscript ospp.vbs /sethst:DOCKER_IP cscript ospp.vbs /setprt:PORT cscript ospp.vbs /inpkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx (key可以从此链接获取) cscript ospp.vbs /act cscript ospp.vbs /dstatusall  

2025年4月23日 0comments 26hotness 0likes joey Read all
Excel

数据透视表

很多时候,我们的数据是竖版排列的。比如下图的学生成绩表,姓名,科目,分数表数据都是竖排的。不符合我们日常的分析。我们想把这些数据变成右边的横排数据。更符合国人的查看方式。要想达到这种效果,就要使用到数据透视表功能。 问题的关键在于,一个人有多个不同科目的分数。  

2025年4月11日 0comments 26hotness 0likes joey Read all

近期文章

  • 你得到了什么
  • 激活windows和Windows
  • 自建KMS_SERVER激活Windows 11
  • 数据透视表
  • EXCEL 折线图 X轴显示的位置

近期评论

No comments to show.

COPYRIGHT © 2024 水中小鱼. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang