Update is invalid - A JS bundle file named "null" could not be found within the downloaded contents. Please check that you are releasing your CodePush updates using the exact …
react 了解了react的机制和es6的语法.写了web和移动端和小程序,感受了react的魅力. php 用php写了一个简单的网页,了解了php5和php7的数据库查询的不同.不像以往一直纠结于如何部署环境,cgi什么的比较麻烦. android kotlin 使用的第三年,还是有许多没理解的地方.今年开始用mvvm结构写框架,解耦能力比以…
已知ipv4如下: location /remote_addr { default_type text/plain; return 200 "$remote_addr\n"; } ipv6加上 listen [::]:80 ipv6only=on;就可以了.
findxxxById 理应查出一个数据,但是mysql 给出两个结果. 解决: * 修改数据库返回一条. * 修改jpa 返回List取符合条件的一条.,
vim node_modules/react-native/React/Base/RCTModuleMethod.mm line 93 replace ``` return RCTReadString(input, "__attribute__((unused))") || RCTReadString(input, "…
1. `cd ~` 进入到用户目录 2. `mv .itmstransporter/ .old_itmstransporter/` 备份 3. `"/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporte…
`invariant violation element type is invalid expected a string but got undefined` 我这边是 "react-native-camera": "^1.6.0"的问题.指定版本就好了.新语法不支持.
模糊后: 模糊前: ffmpeg 命令: ffplay.exe -vf split[a][b];[a]scale=trunc(iw/1.5*1/1/2)*2:trunc(iw/1.5/2)*2,setdar=ratio=1/1:max=1000,boxblur=luma_radius=15[1];[b]scale=trunc(iw/1.5*1/1/…
`ssh-keygen -t rsa -C "Your Comment" -f ~/.ssh/id_rsa -P ""`
问题起因是与后端服务器验证导致sign失败. 复现问题: 修改时区为非+8时区 时间戳和 实验者设备不一致,导致签名失败. 解决过程: 略.... 最后判断是因为ntp服务器校验的问题 拿到问题机器(nexus 6p)找到 `/system/framework/framework-res.apk` 反编译得到`strings.xml` 找到 key…