瑞景乐的博客
121 subscribers
215 photos
213 links
博客链接:https://raz1ner.com/
Download Telegram
常用工具 — 书签代码
界面已更新,新增 Facebook 相关 和 WhatsApp相关分类。
https://dev-coco.github.io/Online-Tools/Bookmark-Code.html
Touch ID 授权 MacOS 终端
使用指纹快速授权,节省输入密码的时间。
https://dev-coco.github.io/post/TouchID-Authorize-Terminal/
#Shell #macOS
ARP 断网攻击
ARP 断网攻击是针对地址解析协议的一种攻击技术,可以让攻击者取得内网的数据封包甚至篡改,也可以让被攻击的设备无法正常连接网络。
https://dev-coco.github.io/post/ARP-Disconnection-Attack/
#安全
Google 脚本系列教程 — Logger 调试
将内容写入到日志进行调试。
· 字符写入日志
· 格式化后的字符写入日志
https://dev-coco.github.io/post/Google-Script-Logger-Debug/
#Google脚本
Google 脚本系列教程 — 获取范围
获取指定单元格的范围。
· 当前选中单元格
· 当前选中范围
· 当前数据存在范围
· 获取指定范围
https://dev-coco.github.io/post/Google-Script-Get-Range/
#Google脚本
Google 脚本 — YouTube 视频数据分析
查询视频的观看次数、点赞次数、评论次数、视频标题、上传日期、视频时长。
https://dev-coco.github.io/post/YouTube-Analyze/
#Google脚本
Google 脚本系列教程 — 获取行和列数
获取指定范围的行和列数。
· 最后一列列数
· 最后一行行数
· 起始行
· 起始列
· 获取列数
· 获取行数
https://dev-coco.github.io/post/Google-Script-Get-Row-Column/
#Google脚本
Google 脚本系列教程 — 读写内容
读取和写入指定单元格的内容。
· 读取内容
- 读取单个单元格的值
- 读取单元格范围的内容
· 写入内容
- 向单个单元格写入内容
- 写入单元格范围的内容
· 复制内容
· 清空内容
https://dev-coco.github.io/post/Google-Script-Read-Write-Value/
#Google脚本
近期会更新 Sololearn CSS 课程的答案,希望对学习 CSS 能够有些帮助。

Sololearn CSS course Working with Text answers
https://dev-coco.github.io/post/Sololearn-CSS-Course-Working-with-Text-Answers/

Sololearn CSS course The Basics answers
https://dev-coco.github.io/post/Sololearn-CSS-Sourse-The-Basics-Answers/
#Sololearn
Sololearn CSS 课程答案

Sololearn CSS course Properties answers
https://dev-coco.github.io/post/Sololearn-CSS-Course-Properties-Answers/

Sololearn CSS course Positioning and Layout answers
https://dev-coco.github.io/post/Sololearn-CSS-Course-Positioning-and-Layout-Answers/
#Sololearn
常用工具 — 书签代码
在 Facebook 相关分类新增自动编辑地点功能。使用此功能可以增加账号的共享,从而让账号更加稳定。
https://dev-coco.github.io/Online-Tools/Bookmark-Code.html
社交平台生成器
社交平台多合一。
https://dev-coco.github.io/post/Social-Platform-Generator/
Google 脚本系列教程 — 菜单
在电子表格创建一个菜单。
· 创建菜单
· 添加项目
· 分割线
· 打开表格自动触发
https://dev-coco.github.io/post/Google-Script-Create-Menu/
#Google脚本
屏蔽 Bitdefender 和 Avira 安装插件
屏蔽 Bitdefender 和 Avira 杀毒软件强制给浏览器安装插件。
https://dev-coco.github.io/post/Disable-Bitdefender-Avira-Extensions/
#macOS
Google 脚本系列教程 — 创建 Web 页面
发布一个网页。
· 引用文件创建 HTML 模版
· 输出 HTML
· iframe 权限
· 侧边栏创建 Web 页面
· 设置标题
https://dev-coco.github.io/post/Google-Script-Create-Web-Page/
#Google脚本
音频可视化
将音频文件生成一个频谱动画。
https://dev-coco.github.io/Online-Tools/Music-Visualization.html
Google 脚本系列教程 — 操作行和列
在表格增加或删减行或者列。
· 增加行
· 删除行
· 增加列
· 删除列
· 排序
https://dev-coco.github.io/post/Google-Script-Operate-Row-Column/
#Google脚本
Google 脚本系列教程 — 客户端和服务端通信
客户端和服务端互相传输数据。
· 服务端运行客户端数据
· 返回成功执行的结果
https://dev-coco.github.io/post/Google-Script-Messages/
#Google脚本
Google 脚本系列教程 — 制作 API 接口
有一个可以直接调用的接口真是太方便了!
· GET 请求触发器
· 请求参数
· 返回内容
· 实例演示
· 调用 API
https://dev-coco.github.io/post/Google-Script-Create-API/
#Google脚本
Google 脚本系列教程 — 触发器
使用触发器自动化运行函数。
· 创建触发器
· 触发函数
· 执行类型
· 基于电子表格
· 打开时
· 编辑时
· 更改时
· 表单提交时
· 时间驱动
· 特定日期和时间
· 天定时器
https://dev-coco.github.io/post/Google-Script-Trigger/
#Google脚本
👍2