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...