在/home/用户名/.bashrc 最后一行添加如下代码: alias chrome='google-chrome --proxy-server="127.0.0.1:8889" '#打开代理chrome 在终端运行:source ~/.bashrc 打开谷歌浏览器 ...
分类:
系统相关 时间:
2021-02-16 12:39:11
阅读次数:
0
怎么向jekyll博客中插入音频(MP3、MP4等) 首先参考这两篇文章 jekyll个人博客中添加音乐播放插件 pen embed 通过上面的文章大概就知道如何插入mp3文件 当然看完上两篇文章中写的,也就明白了插入媒体文件时怎样一回事 下面是我插入的一个音乐和一个视频: Your browser ...
分类:
其他好文 时间:
2021-02-16 11:59:40
阅读次数:
0
在config.xml下添加: <platform name="ios"> <config-file parent="NSCameraUsageDescription" target="*-Info.plist"> <string>需要访问您的相机</string> </config-file> < ...
分类:
移动开发 时间:
2021-02-09 11:54:35
阅读次数:
0
Python Selenium库 https://blog.csdn.net/weixin_36279318/article/details/79475388 Python playwright库 https://github.com/microsoft/playwright-python http ...
分类:
其他好文 时间:
2021-02-04 12:05:35
阅读次数:
0
Why personal data matters? Why protect personal data? What is GPDR? What do companies rish when they don't play by the rules? What is personal data? T ...
分类:
其他好文 时间:
2021-02-03 10:36:39
阅读次数:
0
Link Solution 如果令 \(G(i)\) 表示恰好有 \(i\) 种颜色出现了 \(S\) 次,答案就是 \(\sum_{i=0}^{\min(n/s,m)} w_i\times G(i)\) 令 \(lim=min(n/s,m)\),我们只需要求出 \(0\) ~ \(lim\) 的 ...
分类:
其他好文 时间:
2021-02-03 10:30:13
阅读次数:
0
最近看了一个国外大佬的技术文章,我受益匪浅,为网站添加添加canonical标签是SEO优化中非常重要的一步,rrel="canonical"可以解决因网址不同但内容重复,从而造成权重分散的问题,目前百度、Google、雅虎、微软等搜索引擎都已支持此标签。 例子演示 https://www.nice ...
分类:
其他好文 时间:
2021-02-02 11:12:27
阅读次数:
0
浏览器的内核 IE(IE浏览器) : trident 内核 -ms- Firefox(火狐浏览器) : gecko 内核 -moz- Safari(苹果浏览器) :webkit 内核 -webkit- Opera(欧朋浏览器):以前是 presto 内核, Opera 现已改用 Google Chr ...
分类:
Web程序 时间:
2021-02-01 13:02:35
阅读次数:
0
java中如何使用接口继承(Extending Interfaces) ...
分类:
编程语言 时间:
2021-01-30 12:08:31
阅读次数:
0
一、Google Authenticator 基本概念 Google Authenticator是谷歌推出的一款动态口令工具,旨在解决大家Google账户遭到恶意攻击的问题,在手机端生成动态口令后,在Google相关的服务登陆中除了用正常用户名和密码外,需要输入一次动态口令才能验证成功,此举是为了保 ...
分类:
Web程序 时间:
2021-01-29 12:11:48
阅读次数:
0