使用jQuery

学习日志 LIUGUOFENG
iPhone 投 windows -> 蓝莓投屏 BlueBerry-Airplay
iPhone 投 macOS -> airserver
android 投 macOS -> airserver
android 投 windows -> 幕享 LetsView
微博图片地址逆解析博主UID
以下面这张图片为例
https://wx2.sinaimg.cn/large/67228d10gy1gcmdit1dy6j20wy1c1qq1.jpg
图片名 67228d10gy1gcmdit1dy6j20wy1c1qq1.jpg
取前八位 67228d10
67228d10 进行 16 进制与 10 进制转换 结果为 1730317584
UID 即为 1730317584
博主地址即为 https://weibo.com/u/1730317584
下载地址:https://syncthing.net/downloads/
cd ~
wget https://github.com/syncthing/syncthing/releases/download/v1.3.4/syncthing-linux-amd64-v1.3.4.tar.gz
tar xzvf syncthing-linux* && rm -rf syncthing-linux*.tar.gz
cd syncthing-linux* && cp syncthing /usr/local/bin
syncthing
sed -i 's/127.0.0.1/0.0.0.0/g' '/root/.config/syncthing/config.xml'
在下载文件夹中找到 etc 目录
cd ~
cd etc/linux-systemd/system/
#-rw-r--r-- 1 1004 1004 201 Feb 3 15:01 syncthing-resume.service
#-rw-r--r-- 1 1004 1004 452 Feb 3 15:01 syncthing@.service
cp syncthing@.service /etc/systemd/system/
编辑启动位置
vim /etc/systemd/system/syncthing@.service
设置开启启动
#开机启动
systemctl enable syncthing@root.service
#启动
systemctl start syncthing@root.service
Windows GUI 客户端: SyncTrayzor
MacOS 客户端: syncthing-macos
更新国内源
cd /etc/apt/
sudo cp -p sources.list sources.list.bak
sudo vi sources.list
Continue reading Ubuntu 19 安装配置 PHP curl 捕获异常 curl_error: SSL connect error curl_errno: 35
升级/安装 nss (Network Security Service, 网络安全服务)
yum update nss
重启 php-fpm
service php-fpm restart
Confluence 安装中断报错
The SystemInformationService could not be retrieved from the container. Therefore very limited information is available in this error report.
The SystemInformationService could not be retrieved due to the following error: java.lang.IllegalStateException: Spring Application context has not been set
Cause
com.atlassian.util.concurrent.LazyReference$InitializationException: java.lang.IllegalStateException: Spring Application context has not been set
at com.atlassian.util.concurrent.LazyReference.getInterruptibly(LazyReference.java:149)
caused by: java.lang.IllegalStateException: Spring Application context has not been set
at com.atlassian.spring.container.SpringContainerContext.getComponent(SpringContainerContext.java:48)
Continue reading Confluence 清理卸载重装 Error: python-devel conflicts with python-2.7.5-80.el7_6.x86_64
You could try using --skip-broken to work around the problem
** Found 10 pre-existing rpmdb problem(s), 'yum check' output follows:
firewalld-filesystem-0.6.3-2.el7_7.1.noarch is a duplicate with firewalld-filesystem-0.5.3-5.el7.noarch
python-2.7.5-86.el7.x86_64 is a duplicate with python-2.7.5-80.el7_6.x86_64
python-firewall-0.6.3-2.el7_7.1.noarch is a duplicate with python-firewall-0.5.3-5.el7.noarch
python-libs-2.7.5-86.el7.x86_64 is a duplicate with python-libs-2.7.5-80.el7_6.x86_64
urw-base35-bookman-fonts-20170801-10.el7.noarch has installed conflicts urw-fonts < ('3', '2.4', '25'): urw-fonts-2.4-16.el7.noarch
Continue reading yum update 出现的问题