码迷,mamicode.com
首页 >  
搜索关键字:sts    ( 4911个结果
MTK Sensor越界导致的系统重启问题分析报告
【NE现场】 打开12306应用后做一些操作,和容易出现系统重启。dropbox中有好多system_server的tombstone文件: 可以看到每次crash的线程都不一样!甚至backtrace也不一样: 这种backtrace都不一样的问题很可能就是内存问题了,所谓内存问题指的就是野指针或 ...
分类:其他好文   时间:2017-05-13 13:28:03    阅读次数:2358
关于DNS解析:侧面剖析
作为一个合格的重度windows使用用户,我清楚的知道一个文件——hosts文件:C:\Windows\System32\drivers\etc\hosts文件 该文件需要一定的管理员权限。 这个文件内,记录的内容如下图: 图中演示了一个格式的特点: IP 域名 112.112.112.112 ww ...
分类:其他好文   时间:2017-05-12 23:15:19    阅读次数:254
UVA 10129 Play on Words
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
nodejs报错 XMLHttpRequest cannot load localhost:3000/test_date/. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.
z在请求本地的时候 如果ajax的URL 前面没有http的话 就会报错 ...
分类:Web程序   时间:2017-05-12 13:43:25    阅读次数:329
AnDbg调试工具
下载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
POJ_2109 Power of Cryptography 数学
题目链接: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
SQL Server 2008 R2 Build List
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
scrapy 模拟登陆
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 framework
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
file类案例
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!