官网和百度都没有找,亲测有效
CARDDAV: https://dav.qq.com
CALDAV: https://dav.qq.com
STUDY WHILE YOU ARE BORING
官网和百度都没有找,亲测有效
CARDDAV: https://dav.qq.com
CALDAV: https://dav.qq.com
Joplin 是强大的多平台设备笔记开源方案
用了两天终于不用在苹果和华为方案之间选择,或者通过exchange折腾了。
七牛有10G的免费用量,同时支持S3协议,完美的Joplin数据私有仓库
七牛: https://www.qiniu.com/
Joplin: https://joplinapp.org/
之前代理使用的是
ProxyPass
ProxyPassReverse
按照目录转发比较简单,如下:
ProxyPass /img/ http://target.com/img/
ProxyPassReverse /img/ http://target.com/img/
如果是需要根据详细的请求URI来转发就不行,因为默认pattern1里面是没有QUERY_STRING的,
例如: http://abc.com/index.php?do=new
上面的 do=new 就是 QUERY_STIRNG,所以我们需要用到下面的方法。
RewriteEngine on
RewriteCond %{QUERY_STRING} ^.*new$
RewriteRule / http://target.com/ [L,P]
《金缕衣》
作者:杜秋娘
劝君莫惜金缕衣,劝君惜取少年时。
花开堪折直须折,莫待无花空折枝。
1、在系统的“安全与隐私”中允许“任何来源”,再打开终端。
2、输入以下命令;
sudo xattr -d com.apple.quarantine /Applications/xxxx.app
注意:/Applications/xxxx.app 换成你的App路径或在sudo xattr -d com.apple.quarantine 后将软件拖进去即可。
3、最后,重启App即可。
找了很久,终于找到一个解决办法,打下下面网址,粘贴您要下载的地址,点【下载到小米路由】,终于有可以用手机下下下了。
http://d.ibayapp.com
另:用testflight版可以找回这个功能
现在大部分的电视剧、甚至电影的剧情推进,节奏是越来越慢,硬要多拖好多集,各种回忆杀,慢动作,看多了心里着急同时感觉在浪费生命。现在大部分手机APP都已经支持倍速播放,让我们可以和时间做朋友。但是家里看肯定是在大屏电视看上爽。本人使用的就是小米盒子,奈何小米盒子的播放器一直不支持倍速播放,抱着长痛不如短痛的决心,不断搜索办法。
找到 php.ini
mbstring.internal_encoding = UTF-8
mbstring.func_overload = 2
安全,普通的HTTP网站传输是明文传输的,内容很容易被窃取或者劫持。HTTPS使用SSL证书,传输加密,安全性更高。SSL证书通过在客户端浏览器和web浏览器之间建立一条SSL安全通道(Secure socket layer(SSL),对传送的数据进行加密和隐藏;确保数据在传送中不被改变,保证数据的完整性,现已成为该领域中全球化的标准。由于SSL技术已建立到所有主要的浏览器和WEB服务器程序中,因此,仅需安装服务器证书就可以激活该功能了,即通过它可以激活SSL协议,实现数据信息在客户端和服务器之间的加密传输,可以防止数据信息的泄露,保证了双方传递信息的安全性,而且用户可以通过服务器证书验证他所访问的网站是否是真实可靠。
同时谷歌、百度等巨头已经默认使用HTTPS安全链接。火狐、Chrome等浏览器也默认将非HTTPS链接显示为‘不安全’。
如果要启用HTTPS,我们就需要从证书授权机构(以下简称CA) 处获取一个证书,Let's Encrypt 就是一个 CA。我们可以从 Let's Encrypt 获得网站域名的免费的证书。这篇文章也主要讲的是通过 Let's Encrypt + Apache 来让网站升级到HTTPS。
https://letsencrypt.org/about/][2]
好处:
难点:
The primary reason why SSL is used is to keep sensitive information sent across the Internet encrypted so that only the intended recipient can access it. This is important because the information you send on the Internet is passed from computer to computer to get to the destination server. Any computer in between you and the server can see your credit card numbers, usernames and passwords, and other sensitive information if it is not encrypted with an SSL certificate. When an SSL certificate is used, the information becomes unreadable to everyone except for the server you are sending the information to. This protects it from hackers and identity thieves.
Let’s Encrypt is a free, automated, and open certificate authority (CA), run for the public’s benefit. It is a service provided by the Internet Security Research Group (ISRG).
https://letsencrypt.org/about/
Advantage:
Disadvantage: