今天用create-react-app my-app,看到下面的提示: A template was not provided. This is likely because you're using an outdated version of create-react-app. Please n ...
分类:
移动开发 时间:
2019-12-20 20:10:41
阅读次数:
212
1、apt yum update 的时候,遇到public key: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8 d ...
分类:
其他好文 时间:
2019-12-19 13:19:56
阅读次数:
81
一、Socket API编程接口 Libc库中定义的一些应用编程接口(Application Program Interface, API)引用了封装例程(Wrapper Routine),一般一个封装例程对应一个系统调用,大部分封装例程返回一个整数,其值含义依赖于相应的系统调用,-1在多数情况下表 ...
分类:
系统相关 时间:
2019-12-19 12:43:55
阅读次数:
101
在执行ios 打包的时候,我们通过执行下面的指令来打包ipa: mkdir arch archive_path=arch/${app_name}.xcarchive workspace_name=HPPlayTVAssistant xcodebuild clean -workspace ${work ...
分类:
其他好文 时间:
2019-12-17 16:41:02
阅读次数:
214
linux 内存清理/释放命令 1.清理前内存使用情况free -m 2.开始清理 echo 1 > /proc/sys/vm/drop_caches3.清理后内存使用情况free -m4.完成!查看内存条数命令: dmidecode | grep -A16 "Memory Device$" +++ ...
分类:
系统相关 时间:
2019-12-16 22:05:10
阅读次数:
101
易知,有$S_n = \lceil{a + \sqrt{b}}\rceil ^ n$ $\because a ^ 2 1 < b < a ^ 2$ $\therefore a \sqrt{b} \in [0, 1]$ $\therefore (a \sqrt{b}) ^ n \in [0, 1]$ ...
分类:
其他好文 时间:
2019-12-16 22:02:35
阅读次数:
82
错误:The server quit without updating PID file 看错误日志: Setting lower_case_table_names=2 because file system for /usr/local/mysql/data/ is case insensitiv ...
分类:
数据库 时间:
2019-12-15 14:33:53
阅读次数:
147
Because the zipalign version is too old. so,you could find the new version file that path in sdk.dir=/Users/houzhibin/Library/Android/sdk copy this fi ...
分类:
其他好文 时间:
2019-12-11 22:00:27
阅读次数:
101
在centos7系统中,安装原来的办法安装python3.6,在使用request库 时,系统会提示 报错信息: Can't connect to HTTPS URL because the SSL module is not available 问题分析: 查看系统openssl版本: [root ...
分类:
编程语言 时间:
2019-12-11 10:59:20
阅读次数:
388
BFD出现的技术背景
BFD的实现原理
BFD会话的检测机制
BFD的状态机
BFD的配置
OSPF协议联动BFD协议
VRRP联动BFD协议
单臂回声
BFD默认参数及调整方法
分类:
其他好文 时间:
2019-12-10 01:15:38
阅读次数:
328