logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

anaconda镜像

清华的anaconda镜像挂了,用中科大的镜像吧conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/ conda config --set show_channel_urls yes 记得去 .condarc 删除原有的清华镜像 。anacoda还不够流行啊,国内

Jconsole远程连接

http://download.oracle.com/javase/6/docs/technotes/guides/management/agent.html#gdeum  根据oracle网站上的文档,本地使用jconsole没有问题。但当我从windows连接到linux

#jvm#centos#linux +1
android工具之hierarchy viewer Traceview

    这两个都是图形工具。顾名思义hierarchy viewer使用分析程序的ui层次结构。打开toos/hierachyviewer.bat,左边是以树状结构表示目前在虚拟机中程序的各个UI部件,每个节点表示一个button,textview等。点击节点还可以在右边的窗口中看到这个节点会显示在模拟器屏幕的那个位置,以及该UI组建的各种属性。       trace viewer是

#android#ui#虚拟机
android emulator使用指南

    android emulator是基于qemu虚拟机的,整个android stack(包括linux kernel)都跑在这个虚拟机之上。emulator 需要有一个配置文件来指明模拟手机的外形,ram的大小等。这些配置信息统称为android virtual device,详细见http://developer.android.com/guide/developing/tools/av

#android#虚拟机#linux +1
android emulator使用指南

    android emulator是基于qemu虚拟机的,整个android stack(包括linux kernel)都跑在这个虚拟机之上。emulator 需要有一个配置文件来指明模拟手机的外形,ram的大小等。这些配置信息统称为android virtual device,详细见http://developer.android.com/guide/developing/tools/av

#android#虚拟机#linux +1
到底了