12 2018 档案

摘要:状态码:100~199信息性状态码、200~299成功状态码【200:ok,201 created,202 Accepted】300~399 重定向状态码【300 Multeple Choices 、301 MovedPermanently】400~499客服端错误代码【400Bad Request 阅读全文
posted @ 2018-12-18 14:43 帅不过王力宏 阅读(125) 评论(0) 推荐(0)
摘要:aspectJ ajc编译器 在编译的时候讲aj的代码编译到class文件中 redex https://github.com/facebook/redex flutter tensorflow pwa apm 持续交付 devops iot dex2oat 阅读全文
posted @ 2018-12-17 14:10 帅不过王力宏 阅读(226) 评论(0) 推荐(0)
摘要:如果进程中没有四大组件,其优先级将会降低,intentservice 是service封装了handerthread ,这是intentservice的优点 线程是操作系统的最小调度单元,是系统的一种受限制的系统资源,创建和销毁线程都将有对应的开销,所以使用线程池来避免这种开销 Android中的线 阅读全文
posted @ 2018-12-15 01:06 帅不过王力宏 阅读(151) 评论(0) 推荐(0)
摘要:view 中的left和top 表示的是原始的位置信息,当view在平移时,发生改变的是x y translationx translationy touchslop ViewConfiguration.get(getContext()).getScaledTouchSlop() 可以获取到系统定义 阅读全文
posted @ 2018-12-05 17:10 帅不过王力宏 阅读(115) 评论(0) 推荐(0)