大家好,我是瑞景乐。我会用这个频道为大家推送博客 ( https://dev-coco.github.io/ ) 的文章。博客的主要内容有 Excel 函数,Google 脚本,macOS 软件,技术随笔。欢迎大家的关注。
Google 脚本系列教程 — 读取工作表
使用一些不同的方法获取工作表,然后才可以进行一些其它的操作。
· 获取当前正在使用的工作表。
· 获取所有的工作表。
· 指定名称获取工作表。
https://dev-coco.github.io/post/Google-Script-Read-Sheet/
#Google脚本
使用一些不同的方法获取工作表,然后才可以进行一些其它的操作。
· 获取当前正在使用的工作表。
· 获取所有的工作表。
· 指定名称获取工作表。
https://dev-coco.github.io/post/Google-Script-Read-Sheet/
#Google脚本
Google 脚本系列教程 — 工作表相关
用来获取工作表的信息。
· 获取工作表名称。
· 获取当前工作表 ID。
· 跳转表格。
https://dev-coco.github.io/post/Google-Script-Sheet-Related/
#Google脚本
用来获取工作表的信息。
· 获取工作表名称。
· 获取当前工作表 ID。
· 跳转表格。
https://dev-coco.github.io/post/Google-Script-Sheet-Related/
#Google脚本
Google 脚本系列教程 — 操作表格
通过脚本对表格进行操作。
· 隐藏表格
· 显示表格
· 修改表格名称
· 复制表格
· 删除表格
· 保护表格
· 取消保护
https://dev-coco.github.io/post/Google-Script-Operate-Excel/
#Google脚本
通过脚本对表格进行操作。
· 隐藏表格
· 显示表格
· 修改表格名称
· 复制表格
· 删除表格
· 保护表格
· 取消保护
https://dev-coco.github.io/post/Google-Script-Operate-Excel/
#Google脚本
常用工具 — 书签代码
界面已更新,新增 Facebook 相关 和 WhatsApp相关分类。
https://dev-coco.github.io/Online-Tools/Bookmark-Code.html
界面已更新,新增 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
使用指纹快速授权,节省输入密码的时间。
https://dev-coco.github.io/post/TouchID-Authorize-Terminal/
#Shell #macOS
ARP 断网攻击
ARP 断网攻击是针对地址解析协议的一种攻击技术,可以让攻击者取得内网的数据封包甚至篡改,也可以让被攻击的设备无法正常连接网络。
https://dev-coco.github.io/post/ARP-Disconnection-Attack/
#安全
ARP 断网攻击是针对地址解析协议的一种攻击技术,可以让攻击者取得内网的数据封包甚至篡改,也可以让被攻击的设备无法正常连接网络。
https://dev-coco.github.io/post/ARP-Disconnection-Attack/
#安全
Google 脚本系列教程 — Logger 调试
将内容写入到日志进行调试。
· 字符写入日志
· 格式化后的字符写入日志
https://dev-coco.github.io/post/Google-Script-Logger-Debug/
#Google脚本
将内容写入到日志进行调试。
· 字符写入日志
· 格式化后的字符写入日志
https://dev-coco.github.io/post/Google-Script-Logger-Debug/
#Google脚本
Google 脚本系列教程 — 获取范围
获取指定单元格的范围。
· 当前选中单元格
· 当前选中范围
· 当前数据存在范围
· 获取指定范围
https://dev-coco.github.io/post/Google-Script-Get-Range/
#Google脚本
获取指定单元格的范围。
· 当前选中单元格
· 当前选中范围
· 当前数据存在范围
· 获取指定范围
https://dev-coco.github.io/post/Google-Script-Get-Range/
#Google脚本
Google 脚本 — YouTube 视频数据分析
查询视频的观看次数、点赞次数、评论次数、视频标题、上传日期、视频时长。
https://dev-coco.github.io/post/YouTube-Analyze/
#Google脚本
查询视频的观看次数、点赞次数、评论次数、视频标题、上传日期、视频时长。
https://dev-coco.github.io/post/YouTube-Analyze/
#Google脚本
Google 脚本系列教程 — 获取行和列数
获取指定范围的行和列数。
· 最后一列列数
· 最后一行行数
· 起始行
· 起始列
· 获取列数
· 获取行数
https://dev-coco.github.io/post/Google-Script-Get-Row-Column/
#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脚本
读取和写入指定单元格的内容。
· 读取内容
- 读取单个单元格的值
- 读取单元格范围的内容
· 写入内容
- 向单个单元格写入内容
- 写入单元格范围的内容
· 复制内容
· 清空内容
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 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
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
在 Facebook 相关分类新增自动编辑地点功能。使用此功能可以增加账号的共享,从而让账号更加稳定。
https://dev-coco.github.io/Online-Tools/Bookmark-Code.html
Sololearn CSS 课程答案
Sololearn CSS course CSS3 Basics answers
https://dev-coco.github.io/post/Sololearn-CSS-Course-CSS3-Basics-Answers/
Sololearn CSS course Gradients & Backgrounds answers
https://dev-coco.github.io/post/Sololearn-CSS-Course-Gradients-and-Backgrounds-Answers/
Sololearn CSS course Transitions & Transforms answers
https://dev-coco.github.io/post/Sololearn-CSS-Course-Transitions-and-Transforms-Answers/
Sololearn CSS course CSS Filters answers
https://dev-coco.github.io/post/Sololearn-CSS-Course-CSS-Filters-Answers/
#Sololearn
Sololearn CSS course CSS3 Basics answers
https://dev-coco.github.io/post/Sololearn-CSS-Course-CSS3-Basics-Answers/
Sololearn CSS course Gradients & Backgrounds answers
https://dev-coco.github.io/post/Sololearn-CSS-Course-Gradients-and-Backgrounds-Answers/
Sololearn CSS course Transitions & Transforms answers
https://dev-coco.github.io/post/Sololearn-CSS-Course-Transitions-and-Transforms-Answers/
Sololearn CSS course CSS Filters answers
https://dev-coco.github.io/post/Sololearn-CSS-Course-CSS-Filters-Answers/
#Sololearn
Google 脚本系列教程 — 菜单
在电子表格创建一个菜单。
· 创建菜单
· 添加项目
· 分割线
· 打开表格自动触发
https://dev-coco.github.io/post/Google-Script-Create-Menu/
#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
屏蔽 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脚本
发布一个网页。
· 引用文件创建 HTML 模版
· 输出 HTML
· iframe 权限
· 侧边栏创建 Web 页面
· 设置标题
https://dev-coco.github.io/post/Google-Script-Create-Web-Page/
#Google脚本