- 安装安卓模拟器 https://mumu.163.com/
- 模拟器设置-开启ROOT权限
- 安装微信 https://weixin.qq.com/download
- 安装 RE文件管理器
- 登录微信,点击想要抓取小程序(小程序会闪退 …
There are comments.
There are comments.
系统: CentOS 7
https://certbot.eff.org/lets-encrypt/centosrhel7-nginx
sudo yum install python2-certbot-dns-cloudflareyum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpmsudo yum install certbot python2-certbot-nginxsudo yum install python2-certbot-dns-cloudflare添加路径 …
There are comments.
Web前端需要连接热敏打印机打印小票,但是font-size始终无法调小,最终解决见demo:
update:2020年12月04日
https://medium.com/@Idan_Co/the-ultimate-print-html-template-with-header-footer-568f415f6d2a
<!DOCTYPE HTML>
<html>
<head>
<meta name="renderer" content="webkit">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>美问</title>
<style type="text/css">
@media screen {
#printSection {
display: none …There are comments.
Update: 2015-04-10
上传podspec文件到CocoaPods官方仓库中的方式更改,原来的办法不可行,新的办法如下: http://guides.cocoapods.org/making/getting-setup-with-trunk.html
First you need to register for trunk:
$ pod trunk register orta@cocoapods.org 'Orta Therox' --description='macbook air'
Then you should be able to …There are comments.
注意备份将要安装系统的电脑内容
官网教程:https://support.apple.com/zh-cn/HT201372
Mac OS 扩展(日志式) 重命名为:UMThere are comments.
https://tyler.io/so-uh-i-think-catalina-10154-broke-ssh/
方案一
.ssh/config文件添加 ProxyCommand nc %h %p
如:
host vps
hostname xx.xxx.com
user root
ProxyCommand nc %h %p
方案二
brew install openssh
~/.bash_profile 添加: export PATH="/usr/local/sbin:$PATH"
source ~/.bash_profile
There are comments.