随笔(三十一)

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_27073205/article/details/83654337
  1. All WebView methods must be called on the same thread
    https://www.jb51.net/article/60361.htm
    public void save(String data){
    webView.post(new Runnable() {
    @Override
    public void run() {
    webView.loadUrl(“javascript: alert(” + data +")");
    }
    });
    }
    2.百度网盘客户端 - Go语言编写
    https://github.com/iikira/BaiduPCS-Go#特色

YCBlogs

博客笔记大汇总【16年3月到至今】,包括Java基础及深入知识点,Android技术博客,Python,Go学习笔记等等,还包括平时开发中遇到的bug汇总,当然也在工作之余收集了大量的面试题,长期更新维护并且修正,持续完善……开源的文件是markdown格式的!同时也开源了生活博客,从12年起,积累共计47篇[近20万字],转载请注明出处,谢谢!
https://github.com/yangchong211/YCBlogs
4.
Android中一张图片占据的内存大小是如何计算

https://www.jianshu.com/p/3c5ac5fdb62a
5.
RxJava在闲鱼系统吞吐量提升上的实践

https://mp.weixin.qq.com/s/7-h2w_iXrM5861iGTpftNQ
6.
高效客户端持续集成实践之路

https://mp.weixin.qq.com/s/TU0DhMn0ZFF-fM14lPb-kA
7.
推荐算法在闲鱼小商品池的探索与实践https://mp.weixin.qq.com/s/Dcf_YnioDVEjHN5gNU16eQ

猜你喜欢

转载自blog.csdn.net/qq_27073205/article/details/83654337