【NE现场】 打开12306应用后做一些操作,和容易出现系统重启。dropbox中有好多system_server的tombstone文件: 可以看到每次crash的线程都不一样!甚至backtrace也不一样: 这种backtrace都不一样的问题很可能就是内存问题了,所谓内存问题指的就是野指针或 ...
分类:
其他好文 时间:
2017-05-13 13:28:03
阅读次数:
2358
作为一个合格的重度windows使用用户,我清楚的知道一个文件——hosts文件:C:\Windows\System32\drivers\etc\hosts文件 该文件需要一定的管理员权限。 这个文件内,记录的内容如下图: 图中演示了一个格式的特点: IP 域名 112.112.112.112 ww ...
分类:
其他好文 时间:
2017-05-12 23:15:19
阅读次数:
254
Some of the secret doors contain a very interesting word puzzle. The team of archaeologists has to solve it to open that doors. Because there is no ot ...
分类:
其他好文 时间:
2017-05-12 22:16:34
阅读次数:
175
下载andbug 进入下载目录make编译 adb shell ps 查看进程PID /andbug shell -p PID号,就可以进入调试。 classes app'name 列出所以关于app的类。 methods android.ONDragon.demo 列出类的方法。 break 断点 ...
分类:
数据库 时间:
2017-05-12 11:44:53
阅读次数:
345
题目链接:http://poj.org/problem?id=2109 参考链接:http://blog.csdn.net/synapse7/article/details/11672691 乍一看似乎高精度,但是double足矣。。。。。15位有效数字, 指数范围-307~308(10位基数) 代 ...
分类:
其他好文 时间:
2017-05-12 09:40:19
阅读次数:
197
By Steve Jones, 2014/09/30 (first published: 2010/05/25) This is a list of the builds for SQL Server 2008 R2. This is a separate product than SQL Serv ...
分类:
数据库 时间:
2017-05-12 01:45:54
阅读次数:
310
import scrapy import urllib.request from scrapy.http import Request,FormRequest class LoginspdSpider(scrapy.Spider): name = "loginspd" allowed_domains... ...
分类:
其他好文 时间:
2017-05-11 16:56:57
阅读次数:
284
how to setup nginx + uwsgi + bottle for RESTful python frameworkpythoninstall necessary modulesyaourt -S uwsgi uwsgi-plugin-python python-bottle setup... ...
分类:
编程语言 时间:
2017-05-11 14:28:32
阅读次数:
130
package filelei; import java.io.File; import java.io.IOException; import java.util.Date; public class TestFile { public static void main(String[] args... ...
分类:
其他好文 时间:
2017-05-11 11:41:24
阅读次数:
154