Adobe软件安装时,遇到安装错误:
点击“错误摘要”时,提示:
Exit Code: 34
Please see specific errors below for troubleshooting. For example, ERROR:
-------------------------------------- Summary --------------------...
分类:
数据库 时间:
2015-03-30 16:35:41
阅读次数:
175
问题描述:
用eclipse编译程序,然后在android手机上运行,报错如下:
[2014-06-21 12:56:17 - xmobile17] Installation error: INSTALL_FAILED_MEDIA_UNAVAILABLE
[2014-06-21 12:56:17 - xmobile17] Please check logcat output fo...
分类:
其他好文 时间:
2015-03-30 16:35:34
阅读次数:
226
#include /* * 输入10个数,排序输出 */int main() { int a[10],i,j,t; printf("please enter 10 numbers\n"); for(i=0;ii;j--){if(a[i]>a[j]){ ...
分类:
编程语言 时间:
2015-03-28 11:27:35
阅读次数:
121
1、建立一个任意名称的Java Project2、在该工程中建立一个名文MyEclipseGen的Java文件(MyEclipseGen.java)3、运行下面的代码,会在控制台出现" please input register name:",输入任意一个名字,回车后生成序列号4、点击 MyEcli...
分类:
系统相关 时间:
2015-03-21 16:49:53
阅读次数:
144
https://github.com/ahmednawras/log4erl/blob/master/API.txtNOTE:=====Please be informed that the API below as of now is not stable and any of the funct...
重装操作系统后,要重新配置Android开发环境。配置成功后,添加原本项目时却出现了错误!Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead. Please use Android Tools > Fi...
分类:
移动开发 时间:
2015-03-20 16:09:50
阅读次数:
156
英文原文:Before you send an email to contact a web developer, please read this… 做为一名开发者,我收到很多关于开发新 web 应用程序或其它在线项目的邮件。我经常收到类似的邮件:嗨,Tommy:我在网上找到你的主页,想咨询一个....
分类:
其他好文 时间:
2015-03-20 09:12:20
阅读次数:
105
eclipse创建android项目时,预览layout.xml文件时提示:?This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in,导致无法正常预览布局文件。问题...
分类:
移动开发 时间:
2015-03-20 00:09:15
阅读次数:
270
之前写过一个根据日期和时间自动命名文件名的时候遇到一个问题。#! /bin/bashread -p "please input the filename:" filenamedate3=$(date -d '2 days ago' +%Y%m%d)echo $date3touch /home/${f...
分类:
系统相关 时间:
2015-03-19 14:36:15
阅读次数:
227
用phpMyAdmin导入mysql数据库时,我的10M的数据库不能导入,提示mysql数据库最大只能导入2M。phpMyAdmin数据库导入出错:You probably tried to upload too large file. Please refer to documentation f...
分类:
数据库 时间:
2015-03-19 12:55:27
阅读次数:
155