会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hh9515
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
3
4
5
6
7
8
9
10
11
···
61
下一页
2023年4月7日
[ios]ios/macos 提醒事项 与 微软待办 同步
摘要: 前一直在用苹果的reminder(提醒事项),手机我会使用siri直接添加提醒事项,用电脑时也会用 *键入以使用siri 的方式设置提醒事项,安卓机没有这个app,但是可以用microsoft todo这个工具。我需要看提醒事项,又想使用siri自动生成提醒事项的功能,今天研究了一下如何同步两个工具
阅读全文
posted @ 2023-04-07 02:19 hh9515
阅读(882)
评论(0)
推荐(0)
2023年3月27日
chatgpt pac规则
摘要: vimeocdn.com hcaptcha.com akamaized.net googleapis.com gstatic.com openai.com vimeo.com googletagmanager.com f7tk.com doubleclick.net google-analytics
阅读全文
posted @ 2023-03-27 11:45 hh9515
阅读(684)
评论(0)
推荐(0)
2023年2月22日
async 函数实现
摘要: async函数的实现: generator iterator co async function read(){ let template = await readFile(‘./teamplate.txt’) let data = await readFile(‘./data.txt’) retu
阅读全文
posted @ 2023-02-22 17:30 hh9515
阅读(59)
评论(0)
推荐(0)
2023年2月1日
扩展程序被下掉了
摘要: 之前写过一个扩展程序,主要用来触发youtube视频的 chapter选项,这样就可以快速的浏览章节。几天收到一个邮件,说这个扩展程序被ban掉了 因为违反了google的规则,先收到邮件说扩展程序的功能和介绍不符,功能描述了可以激活并快速浏览章节,但是实际没有这个效果。 我就文字解释了一番,结果收
阅读全文
posted @ 2023-02-01 20:21 hh9515
阅读(95)
评论(0)
推荐(0)
2022年11月5日
[macos]使用applescript 触发键盘快捷键
摘要: https://stackoverflow.com/questions/3690167/how-can-one-invoke-a-keyboard-shortcut-from-within-an-applescript 如果想触发tab的话,就把引号去掉, 比如这样来触发command+tab te
阅读全文
posted @ 2022-11-05 23:21 hh9515
阅读(316)
评论(0)
推荐(0)
2022年6月30日
查看对象占用空间大小
摘要: 步骤: 1. 停留在断点 2. 在Chrome devtool memory面板中take heap snapshot,选择containments,从(Stack roots)中寻找当前的Object,占用空间的单位是byte 资料:https://developer.chrome.com/doc
阅读全文
posted @ 2022-06-30 19:32 hh9515
阅读(185)
评论(0)
推荐(0)
2022年6月5日
react17源码 5 useState
摘要:
阅读全文
posted @ 2022-06-05 00:43 hh9515
阅读(68)
评论(0)
推荐(0)
react17源码 4 useEffect
摘要:
阅读全文
posted @ 2022-06-05 00:42 hh9515
阅读(43)
评论(0)
推荐(0)
2022年5月13日
same origin 与 same site
摘要: Ajax 请求会受到浏览器同源策略的制约 Cookie 的 SameSite 属性表示该 Cookie 是否能被跨站发送 same origin 同源: 源(origin)= 协议(scheme)+ 主机名(hostname)+ 端口号(port) same site 同站: 站(site)= eT
阅读全文
posted @ 2022-05-13 22:59 hh9515
阅读(224)
评论(0)
推荐(0)
2022年4月8日
js compare 函数参数的位置
摘要: let arr = [12,5,0,12,15,23,0,19,23] arr.sort((a,b)=>{console.log('compare'+a+'$'+b)}) compare函数有两个参数a和b,通过打印可以看到,是两两比较的,a是靠后的值,b是靠前的值。(注意,这里跟百度的绝大多数描述
阅读全文
posted @ 2022-04-08 02:01 hh9515
阅读(565)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
61
下一页
公告