打开和关闭蓝牙BT adb root adb shell svc bluetooth enable adb shell svc bluetooth disable 打开和关闭NFC adb root adb shell svc nfc enable adb shell svc nfc disable ...
分类:
数据库 时间:
2020-03-11 10:32:40
阅读次数:
261
一个小程序应用,由index,logs等多个页面组成。一个页面,包含4个同名,不同后缀的文件,它们分别是负责配置的json,布局的wxml,样式的wxss和业务逻辑的js。其中,wxml和js是不可删除,是 ...
分类:
微信 时间:
2020-03-10 12:06:30
阅读次数:
83
Mac上解决Chrome浏览器跨域问题 我们要做的第一步,就是创建一个文件夹,这个文件夹是用来保存关闭安全策略后的用户信息的,名字可以随意取,位置也可以随意放 open -n /Applications/Google\ Chrome.app/ --args --disable-web-securit ...
分类:
系统相关 时间:
2020-03-09 15:03:15
阅读次数:
151
目录 [toc] 第1章 Verilog的基本知识 数字电路系统设计: 1. 从上到下(从抽象到具体)逐层描述自己的设计思想,用一系列分层的模块来描述极其复杂的数字系统。 2. 利用EDA工具逐层进行仿真验证 3. 将需要编程具体物理电路的模块组合经过==自由综合工具==转换到 门级电路网表 。 4 ...
分类:
其他好文 时间:
2020-03-08 09:20:40
阅读次数:
123
CentOS新版本均正常开启了IPv6,如果没有开启,可以按以下方式开启: 开启服务器的IPV6服务 # 打开配置文件 [root@CentOS ~]# vi /etc/sysctl.conf # 修改为下面的状态 net.ipv6.conf.all.disable_ipv6 = 0 net.ipv ...
分类:
其他好文 时间:
2020-03-07 22:31:15
阅读次数:
208
通过宝塔面板安装的mongodb 默认地址在 www/server/mongodb/bin 在宝塔mongo面板中 bindIP 改为0.0.0.0 允许外网访问 anthorization 后面必须跟一个空格 将disable 改为enable 开启密码登录认证 开启认证后宝塔面板 就看不到 mo ...
分类:
数据库 时间:
2020-03-07 12:41:18
阅读次数:
1046
requests.packages.urllib3.disable_warnings() ...
分类:
Web程序 时间:
2020-03-07 09:54:33
阅读次数:
79
前言 最近在学下docker,以下是我整理的一些docker的基础命令,欢迎小伙伴们在评论补充! curl -fsSL https://get.docker.com/ | sh 安装 yum -y install docker 安装(版本较老) systemctl start docker 启动do ...
分类:
其他好文 时间:
2020-03-06 19:37:07
阅读次数:
81
def Email(to, content): urllib3.disable_warnings() creds = Credentials( username='algex\spsaccount', password='Spsaccount' ) config = Configuration(se ...
分类:
编程语言 时间:
2020-03-05 16:46:55
阅读次数:
82
谷歌浏览器本地调试时调用服务跨域,解决方法: 右键点击谷歌浏览器图标打开属性,设置“目标”,在末尾添加 --disable-web-security --user-data-dir=C:\MyChromeData c盘创建MyChromeData文件夹 然后点击图标打开浏览器即可 ...
分类:
其他好文 时间:
2020-03-05 10:31:55
阅读次数:
67