码迷,mamicode.com
首页 >  
搜索关键字:requires hardware    ( 1878个结果
git review时出现fatal: ICLA contributor agreement requires current contact information.错误
使用git review时出现错误:fatal: ICLA contributor agreement requires current contact information.Please review your contact information: https://review.ope...
分类:其他好文   时间:2014-12-08 21:17:12    阅读次数:167
PostgreSQL Hardware Performance Tuning
Bruce MomjianPOSTGRESQL is an object-relational database developed on the Internet by a group of developers spread across the globe. It is an open-sou...
分类:数据库   时间:2014-12-08 19:33:01    阅读次数:230
eps 格式图转pdf格式图
在linux系统中,可以利用texlive配合shell脚本,把eps格式的图片转换成pdf格式的图片。用到的两个文件如下:eps2pdf.tex:\documentclass[a4paper]{article}\usepackage{graphicx}\usepackage{epstopdf}\begin{document}\begin{figure}\centering%Requires\usepackage{graphicx}..
分类:其他好文   时间:2014-12-05 19:35:37    阅读次数:161
android-'Using 1.7 requires compiling with Android 4.4 (KitKat); currently using API 8'
解决的方案是将jdk1.7制定的版本定制为jdk.6.即在eclipse中,右键项目->Properties->Java Compiler->enable "project specific settings->Set Compiler compliance level to 1.6 re Buil...
分类:移动开发   时间:2014-12-05 18:49:17    阅读次数:450
startInstrumentation asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL
由于手头上一直没有android level 17及以上版本的手机,有一个shell命令启动脚本的BUG,发生在SDK level 17及以上API>=17中加入了INTERACT_ACROSS_USERS_FULL,目的在于允许不同用户的应用之间可以产生交互,了安全,因此在交互时会校验userSe...
分类:移动开发   时间:2014-12-05 10:33:39    阅读次数:1804
NUMA对MySQL InnoDB的性能影响
http://blog.jcole.us/2010/09/28/mysql-swap-insanity-and-the-numa-architecture/NUMA架构的CPU下,一个CPU有多个核心,那么每个CPU成为一个NODE关闭这个特性时一个NODE使用自己的本地内存,而尽量不去访问其他NODE的内存,除非本地内存满了Linux如何处理NUMA架构1把处理器分到节..
分类:数据库   时间:2014-12-04 18:15:22    阅读次数:226
error C1189以及warning MSB8012
今天在将一个VS2003的工程转化为VS2010的时候,出了一些问题。 首先是: fatal error C1189: #error :  This file requires _WIN32_WINNT to be #defined at least to 0x0403. Value 0x0501 or higher is recommended. 其次是: warning MSB8012...
分类:其他好文   时间:2014-12-03 21:26:28    阅读次数:266
串口WIF简单I调试
串口WIF简单I调试/***********************************************************************Title:Wifi串口调试Hardware:WirelessDemo+ESP8266串口WIFIAuthor:小XDate:2014年...
分类:其他好文   时间:2014-12-03 18:47:28    阅读次数:244
startActivity的requires new task异常解析
很多人使用startActivity时候,会碰到如下的异常: Caused by: android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity  context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really...
分类:其他好文   时间:2014-12-03 12:28:34    阅读次数:138
<bitmap> requires a valid src attribute
E/AndroidRuntime( 1601): FATAL EXCEPTION: main E/AndroidRuntime( 1601): Process: com.android.camera2, PID: 1601 E/AndroidRuntime( 1601): android.content.res.Resources$NotFoundException: File res/dra...
分类:其他好文   时间:2014-12-02 15:19:38    阅读次数:452
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!