好久没更新了,近期工作比较忙,今天说一个非代码的东西今天一个app元数据被拒绝了,要求我们提供一个demo video演示某个功能,因为那边的审核人员不清楚 不知道怎么测,或者说在那边测不到预期结果吧Please provide a demo video to demonstrate the XXX...
分类:
其他好文 时间:
2015-04-02 18:35:26
阅读次数:
416
要求用户输入两个实数,程序通过比较之后,输出最大的数。
在这里学习到了三目运算符。#include /**
* 用户输入两个实数,输出最大的实数
* @brief main
* @return
*/
int main(void)
{
float x,y;
float c; printf("%s\n","please input two number(...
分类:
其他好文 时间:
2015-04-01 19:59:46
阅读次数:
108
在安装apache2.2.22版本的时候没有任何问题,可直接使用命令编译安装。但是,在apache 2.4.12版本,./configure 进行配置时,提示configure: error: APR not found. Please read the documentation.(配置错误:AP...
分类:
Web程序 时间:
2015-04-01 11:11:22
阅读次数:
115
Qiniu 七牛问题解答上传返回701错误码问题解决方案使用同一个cxt,上传成功后,再使用该cxt上传一个不同内容的chunk。会返回: {“error”:”conflict with uploaded data, please retry”}。
cxt 过期(7天), 会返回错误:{“error”:”expired context create at 1419069271973950431”}...
分类:
Web程序 时间:
2015-03-31 16:10:41
阅读次数:
706
To restore the database on a new host:1. Ensure that the backups of the target database are accessible on the new host.2. Configure the ORACLE_SID on ...
分类:
数据库 时间:
2015-03-31 12:32:44
阅读次数:
266
错误代码:Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting...
分类:
移动开发 时间:
2015-03-31 12:11:15
阅读次数:
161
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
一、官网安装步骤(http://phonegap.com/install/)InstallTo Install, ensure that you have NodeJS installed, then open your command-line and run the following: $ s...
分类:
其他好文 时间:
2015-03-28 21:36:07
阅读次数:
179
#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