android流量简介流量统计文件:路径/proc/net/dev打开文件,其中 lo 为本地流量, rmnet0 为3g/2g流量, wlan0 为无线流量.在/sys/class/net/下 可以找到相关类别(如rmnet0)的目录.在其子目录statistics下游rx_bytes和tx_by...
分类:
移动开发 时间:
2015-03-04 12:38:11
阅读次数:
169
一、使用top和jstack查找线程错误我们使用jdk自带的jstack来分析。当linux出现cpu被java程序消耗过高时,以下过程说不定可以帮上你的忙:1.top查找出哪个进程消耗的cpu高21125 co_ad2180 1817m 776m 9712S3.34.912:03.24java52...
分类:
编程语言 时间:
2015-03-04 12:33:42
阅读次数:
161
一、前言 数据库大并发操作要考虑死锁和锁的性能问题。这里做个简明解释,为下面描述方便,这里用T1代表一个数据库执行请求,T2代表另一个请求,也可以理解为T1为一个线程,T2 为另一个线程。T3,T4以此类推。下面以SQL Server为例。二、锁的种类 共享锁(Shared lock)。例1:---...
分类:
数据库 时间:
2015-03-03 20:10:03
阅读次数:
182
引:本来看被强的网站都用hotspot shield的,不知为何连不上服务器了。baidu来google去,发现改hosts内容是王道,不过因为只读属性无法保存,苦寻半天终于找到一贴解 决办法。用代理的tx看看也无妨~修改hosts的好...
分类:
系统相关 时间:
2015-03-03 19:05:46
阅读次数:
178
编写登录接口--输入用户名和密码--认证成功后显示欢迎信息--输错三次后锁定version-1-------------------------------account_file=‘account.txt‘lock_file=‘lock.txt‘foriinrange(3):username=raw_input("username:").strip()password=raw_input("password:").strip()iflen(us..
分类:
编程语言 时间:
2015-03-03 19:01:25
阅读次数:
209
在第二层each,传入的对象以height举例是这样的,{padding:innerHeight,content:height,"":outerHeight} 对它遍历调用function(defaultExtra,funcName),也就是说传入的defaultExtra是键 padding/co...
分类:
Web程序 时间:
2015-03-03 18:10:57
阅读次数:
162
使用centos时,使用yum安装软件,老是会遇到这种提示:
Existing lock /var/run/yum.pid: another copy is running as pid 3053.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: ...
分类:
其他好文 时间:
2015-03-03 15:13:54
阅读次数:
257
https://oj.leetcode.com/problems/convert-sorted-list-to-binary-search-tree/Given a singly linked list where elements are sorted in ascending order, co...
分类:
其他好文 时间:
2015-03-03 14:57:08
阅读次数:
166
汉化资源:汉化补丁:dxKB_A421_DXperience_v14.1_(2014-06-09):http://www.t00y.com/file/86576990汉化工具:DXperienceUniversal-14.1.x中文语言包(201401119): http://www.t00y.co...
分类:
其他好文 时间:
2015-03-03 08:37:29
阅读次数:
197
1. 概述
下列图片从层次的角度解释了什么是Tiled Backing Store:
viewport 视图端口:代表用来显示网页内容的区域。Qt里,实际上就是QWidget。
Tiled backing store: 可以看作是off-screen的pixmap的缓冲区。为了滚动、缩放操作的平滑,它覆盖的区域总是比viewport要大。
Co...
分类:
其他好文 时间:
2015-03-03 01:14:51
阅读次数:
243