Easter79 Easter79
3年前
targetSdkVersion
关于<usessdkhttp://developer.android.com/guide/topics/manifest/usessdkelement.htmlconsiderations(https://www.oschina.net/action/GoToLink?urlhttp%3A%2
Wesley13 Wesley13
3年前
java经典程序编程知识(一)
ScannerscannernewScanner(System.in)Scanner是一个类,nextXxx()是Scanner的成员函数,System.in作为参数传递给Scanner的构造函数,使Scanner用键盘作为输入,然后用new在内存中实例化一个Scanner出来,使得其它变量能调用这块内存区。next()
Stella981 Stella981
3年前
FFmpeg 简单合成 MP4 :视频解封与重新封装
教程代码:【Github传送门:https://github.com/ChenLittlePing/LearningVideo】目录一、Android音视频硬解码篇:1,
Stella981 Stella981
3年前
Android源代码下载编译
参考:https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/Ubuntu16.04编译Android8安装依赖:sudoaptgetinstallopenjdk8jdkgitccacheautomakelzopbisongperfbuildessentialzip
Stella981 Stella981
3年前
Linux Cache过大问题排查
 现场问题:操作系统 CentOSLinuxrelease7.3.1611(Core) 系统内存16Groot@clxcldgatewayprod~freegtotalusedfreesharedb
Stella981 Stella981
3年前
JVM 调优之 jstack 找出最耗cpu的线程
top命令观察到问题:内存不断增长CPU占用率居高不下!(https://oscimg.oschina.net/oscnet/upe838b490d1a75f988a3076794f329c9947d.png)topHp观察进程中的线程,哪个线程CPU和内存占比高topHp10424
Wesley13 Wesley13
3年前
(android)关于修改android studio的gradle目录
http://gradle.group.iteye.com/group/topic/38916(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fgradle.group.iteye.com%2Fgroup%2Ftopic%2F38916)参考了这里,在全局添加gradle\_user\