上一页 1 2 3 4 5 6 ··· 20 下一页
摘要: 设置Gitee的Webhooks 到Vercel.com 网站后,因为API只能运行10秒,许多任务没有办法正常完成。为了突破限制,可以采用多次请求来完成任务,8+8+8等, 达到24秒以上。 一、先看一下效果: 二、实现代码如下: import buildPage from 'gitee-page 阅读全文
posted @ 2021-11-27 20:35 阿牛 阅读(524) 评论(0) 推荐(0) 编辑
摘要: 备份 edu.51cto.com 买到的视频课程 买到的课程快到期了,还没有看完, 这个时候可以备份下来课程以后再看。 步骤 拖拽这个链接 备份课程到Chrome浏览器的工具栏。 进入播放课程的页面 点一下工具栏上的"备份课程"。 完成。 (function t1(v) { var href = ' 阅读全文
posted @ 2021-11-20 23:06 阿牛 阅读(690) 评论(0) 推荐(0) 编辑
摘要: 1. 先注册Vercel.com 2. 然后Fork我的项目 https://github.com/evlon/gitee-pages-build-by-vercel.git 3. Vercel 导入项目,配置环境变量 ,配置修改后记得重新部署。 见附图1 GITEE_USERNAME=your n 阅读全文
posted @ 2021-11-17 00:04 阿牛 阅读(413) 评论(0) 推荐(0) 编辑
摘要: https://github.com/BlackTrace/pc_wxapkg_decrypt 由于不想安装安卓模拟器去提取wxapkg包,windows PC端的微信也支持小程序,但是PC端的wxapkg是被加密存储的。该项目是把wxapkg解密。目前微信PC版本为:2.9.5.31. 使用方法 阅读全文
posted @ 2021-09-10 19:07 阿牛 阅读(3671) 评论(0) 推荐(0) 编辑
摘要: curl -H "PRIVATE-TOKEN: private_token" "https://gitlab.com/api/v4/users/:yourname/projects" | jq .[].name | grep cto- | sed -e 's/"//g' | awk '{print  阅读全文
posted @ 2021-08-22 19:17 阿牛 阅读(268) 评论(0) 推荐(0) 编辑
摘要: curl \ -H "Accept: application/vnd.github.v3+json" \ -H "Authorization: token your_personal_token" \ "https://api.github.com/user/repos?per_page=100" 阅读全文
posted @ 2021-08-22 17:50 阿牛 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 先获取令牌,然后再console中执行。 (async function() { let resp = await fetch("https://gitee.com/api/v5/users/yourname/repos?access_token=#your_token_string#&type=a 阅读全文
posted @ 2021-08-22 16:17 阿牛 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 树莓派系统充分利用SD卡空间可以有更简单的方法。 rpi-config, 然后选择expend filesystem. 退出后df -h就可以看到系统空间变更了。 阅读全文
posted @ 2021-01-16 21:00 阿牛 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 我的计算机配置 基本配置 主板: 处理器名称 QuadCore Intel Core i5-7300HQ, 3100 MHz (31 x 100) 主板名称 Lenovo ThinkPad T470p 主板芯片组 Intel Sunrise Point QM175, Intel Kaby Lake- 阅读全文
posted @ 2020-06-23 08:54 阿牛 阅读(2832) 评论(0) 推荐(0) 编辑
摘要: 0x01 电脑基本配置 处理器 英特尔 Core i5-7300HQ @ 2.50GHz 四核 主板 联想 20J7A06UCD 内存 16 GB ( 三星 DDR4 2400MHz ) 主硬盘 闪迪 SDSSDH31000G ( 1 TB / 固态硬盘 ) 主显卡 英特尔 HD Graphics 阅读全文
posted @ 2020-06-06 19:56 阿牛 阅读(3650) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 20 下一页
点击右上角即可分享
微信分享提示