码迷,mamicode.com
首页 >  
搜索关键字:tool box    ( 14991个结果
Memory Analyzer Tool使用文档(译)
原文地址:http://www.vogella.com/tutorials/EclipseMemoryAnalyzer/article.html本文主要阐述了,如何在eclipse中使用Memory Analyzer Tool(MAT)来分析内存泄露等问题。文章结构: java内存管理本地内存Ja....
分类:其他好文   时间:2014-07-22 23:15:53    阅读次数:449
kali linux /etc/apt/source.list
this list is very important , you can not download what you want like fictx , flash-plugin , vm-tool and so onyou can use the sites of China , also yo...
分类:系统相关   时间:2014-05-01 14:13:25    阅读次数:561
IE67实现inline-block布局
inline-block可以定义元素为行内块级元素,即既具有行内元素同占一行的特点,又具有块级元素的box模型。但是IE67和其他浏览器的支持差别比较大:1、行内元素使用inline-block变成"行内块级元素"。 行内元素直接inline-block即可,浏览器都识别,只是IE67中元素彼此之....
分类:其他好文   时间:2014-05-01 08:53:47    阅读次数:297
android xt910 救砖攻略
少走弯路,直接BP TOOL启动进入系统开机自动进入Fastboot模式,第一行会出现flash failure错误提示AP Fastboot Flash Moden(s) (Flash Failure)使用如下命令fastboot flash system system.img 或者尝试下#adb...
分类:移动开发   时间:2014-04-30 14:20:01    阅读次数:669
多媒体封装格式详解---MP4
MP4文件格式详解——结构概述http://blog.csdn.net/pirateleo/article/details/7061452一、基本概念1、文件,由许多Box和FullBox组成。2、Box,每个Box由Header和Data组成。3、FullBox,是Box的扩展,Box结构的基础上...
分类:其他好文   时间:2014-04-30 13:05:13    阅读次数:806
常用小网站
中文编码查询 http://bm.kdd.cc/index.asp 谷歌apk 免登录下载 http://apps.evozi.com/apk-downloader/...
分类:Web程序   时间:2014-04-29 13:45:21    阅读次数:334
Use UMDH to identify memory leak problem
We sometimes got memory leak problem, and we need to find the leaked memory, Here is a useful tool from MS, UMDH, it is included in WinDBG install package. Here is a introduction on how to UMDH to identify memory leak problems...
分类:其他好文   时间:2014-04-29 13:38:21    阅读次数:374
网页上中下三分布局,上下固定,中间自适应
* { margin:0; padding:0; } html, body, #box { height:100%; font:small/1.5 "宋体", serif; } body { text-align:center; } #box { text-align:left; background:#666; display:table; wi...
分类:Web程序   时间:2014-04-29 13:36:20    阅读次数:469
每天一个CSS(box-sizing)
box-sizing 是CSS3中新增的样式。我理解 主要是规定css中box模型的规则。语法box-sizing: content-box|border-box|inherit;content-box 是指定box的宽度和高度分别应用到元素的内容框。在宽度和高度之外绘制元素的内边距和边框。bord...
分类:Web程序   时间:2014-04-29 10:42:45    阅读次数:386
intellij idea 为JavaEE项目建立Servlet
建立Servlet的方法顶部菜单栏View > Tool Windows > Web. 然后互相web窗口右键Web>new>Servlet弹出窗口
分类:编程语言   时间:2014-04-27 22:40:18    阅读次数:559
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!