Retrofit传参Map<String,Any>报错
在使用retrofit请求接口时报错了,参数:Map<String,Any>Parameter typ...
Waiting for another flutter command to release the startup lock
运行flutter devices出现:Waiting for another flutter command t...
android5遇到INSTALL_FAILED_DEXOPT 解决办法
最近写个项目,在用一台android5.0.2的旧手机测试时出现INSTALL_FAILED_DEXOPT,看图:...
Android唤起微信扫一扫
fun scanQR() { try { val intent = con...
反编译微信小程序
一、环境准备node.js有root权限的android手机反编译脚本:wxappUnpacker(github上...
EditText光标移到最后
设置editText内容后将光标移动末尾editText.setText(content)//设置EditText...
Windows SSH: Permissions for 'private-key.pem' are too open
我在Windows10中使用ssh时出现权限错误,这在linux中使用chmod可以解决,这里记录下windows...
FlexboxLayout+recyclerView实现自动换行
FlexboxLayout,可以很方便地实现瀑布流的效果。今天正好用到项目中。先看效果图1.添加依赖impleme...
YII2 restful 限流
之前用豆瓣的API时,会有一分钟只能请求40次的限制;通过Yii2来实现这样的限制: public stat...
常用状态码
200: OK。一切正常。 201: 响应 POST 请求时成功创建一个资源。Location header 包含...