在安装android studio时,报错: Error launching android Studio ???? No JVM installation found. Please install a 64-bit JDK. ???? if you already have a JDK installed, defined a JAVA_HOME war...
分类:
其他好文 时间:
2014-10-09 00:29:07
阅读次数:
804
IVSR: InValid Sim Recovery, 是当发生注册网络失败“Invalid sim” state,透过逻辑判断此Invalid Sim state是否为网络异常;若判断是网络异常引起,便由AP尝试recovery modem,以达到不重启开机的情况下,离开此Invalid Sim state-------目前遇到一些地方的移动网络错把自己正常的卡当成invalid sim,所以建...
分类:
其他好文 时间:
2014-10-08 11:42:55
阅读次数:
237
最早的时候是在程序初始化过程中开启了一个timer(timer_create),这个timer第一次触发的时间较短时就会引起程序core掉,core的位置也是不定的。使用valgrind可以发现有错误的内存写入:
==31676== Invalid write of size 8
==31676== at 0x37A540F852: _dl_allocate_tls_init (in /l...
分类:
其他好文 时间:
2014-10-08 00:01:44
阅读次数:
363
js keyup、keypress和keydown事件 详解js keyup、keypress和keydown事件都是有关于键盘的事件当一个按键被pressed 或released在每一个现代浏览器中,都可能有三种客户端事件。keydown eventkeypress eventkeyup even...
分类:
Web程序 时间:
2014-10-07 12:35:23
阅读次数:
200
问题一:ubuntu eclipse c++ launch failed binary not found
解决:建完项目后 查看在项目中是不是有debug文件夹,说明没有编译,只是需要做如下操作 Project ->Build Poject 构建项目,这是应该会出现debug文件,这时你的程序就可以运行了...
分类:
系统相关 时间:
2014-10-07 10:02:53
阅读次数:
148
Description
Liyuan lives in a old apartment. One day, he suddenly found that there was a wireless network in the building. Liyuan did not know the password of the network, but he got some important...
分类:
其他好文 时间:
2014-10-06 01:17:09
阅读次数:
405
Database returned an invalid value in QuerySet.datetimes(). Are time zone definitions for your database and pytz installed?这样的问题一般出如今时差配置的问题上首先错误信息提示是...
分类:
数据库 时间:
2014-10-06 00:30:09
阅读次数:
206
error 0152: No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'. Make sure the provider is registe...
分类:
数据库 时间:
2014-10-05 23:42:49
阅读次数:
297
今天为调试一段代码,使用gcc将程序用-g选项重新编译。但是使用gdb进行debug时,仍然出现“no debug symbols found”的错误。仔细检查了一下Makefile,原来后面定义的连接选项中指定了-s。gcc的文档中说明如下:-sRemove all symbol table an...
分类:
数据库 时间:
2014-10-05 14:10:50
阅读次数:
249
An invalid XML character (Unicode: 0x1a) was found in the element content of the documentThe processing instruction target matching "[xX][mM][lL]" is ...
分类:
其他好文 时间:
2014-10-05 14:01:58
阅读次数:
194