码迷,mamicode.com
首页 >  
搜索关键字:error while loading    ( 62470个结果
Fatal error: Maximum execution time of 30 seconds exceeded in
Fatal error: Maximum execution time of 30 seconds exceeded inC:\Program Files\Apache Software Foundation\Apache2.2\htdocs\code\curl\work\work3.phpon l...
分类:其他好文   时间:2014-05-07 16:53:31    阅读次数:338
jubuntu cannot open vitualbox
Failed to open a session for the virtual machine winxp. The virtual machine 'winxp' has terminated unexpectedly during startup with exit code 1. Result Code: NS_ERROR_FAILURE (0x80004005) Compo...
分类:其他好文   时间:2014-05-07 12:33:48    阅读次数:317
快速排序
void quickSort2(int a[], int l, int r) { if (l < r) { int i = l, j = r; int x = a[l]; while (i < j) { while (i = x) { j--; } if (i < j) { a[i++] = a[j]; } whi...
分类:其他好文   时间:2014-05-07 12:03:15    阅读次数:269
《linux 内核完全剖析》sched.c sched.h 代码分析笔记
首先上header file #ifndef _SCHED_H #define _SCHED_H #define HZ 100 #define NR_TASKS 64 #define TASK_SIZE 0x04000000 #define LIBRARY_SIZE 0x00400000 #if (TASK_SIZE & 0x3fffff) #error "TASK_...
分类:系统相关   时间:2014-05-07 11:56:55    阅读次数:662
Android开发遇到的问题
1、导入某个现有工程文件夹后,出现R资源不能resolve的错误,导致程序无法编译运行,此时右键->properties->android,看最上面的taget又没有选择对,勾选当前可选的最高那个版本(即你本机已经安装的最高版本的SDK),点击apply,错误解决。 2、style.xml里出现样式无法识别: error: Error retrieving parent for ite...
分类:移动开发   时间:2014-05-07 11:52:55    阅读次数:434
解决error: Failed dependencies:libodbc.so.2()的错误
安装zabbix时报错[root@zabbix~]#rpm-ivhzabbix-server-mysql-2.2.3-1.el6.x86_64.rpmzabbix-web-mysql-2.2.3-1.el6.noarch.rpmwarning:zabbix-server-mysql-2.2.3-1.el6.x86_64.rpm:HeaderV4DSA/SHA1Signature,keyID79ea5ed4:NOKEYerror:Faileddependencies:libodbc.so.2()(64..
分类:数据库   时间:2014-05-07 11:33:40    阅读次数:2102
使用CSS3实现超炫的Loading(加载)动画效果
SpinKit 是一套网页动画效果,包含8种基于 CSS3 实现的很炫的加载动画。借助 CSS3 Animation 的强大功能来创建平滑,易于定制的动画。SpinKit的目标不是提供一个每个浏览器都兼容的解决方案,而是给现代浏览器提供更优的技术实现方案和更佳的使用体验。(为保证最佳的效果,请在.....
分类:Web程序   时间:2014-05-07 10:47:34    阅读次数:443
配置Office Outlook 2013
导航背景——配置过程——错误(Error)——参考资料背景最近,折腾了一阵子邮箱客户端,包括:Foxmail、thuderbird、outlook;最后,考虑到outlook对文本的强大的支持能力和meeting功能,决定启用微软的outlook,不过在安装过程出现了一些插曲,尤其是添加qq邮箱账户...
分类:其他好文   时间:2014-05-07 10:33:19    阅读次数:515
括号匹配(栈的应用)
#include #include #include using namespace std;int main(){ int n;cin>>n; while(n--){ stack s; string str;cin>>str; for(int ...
分类:其他好文   时间:2014-05-07 00:19:41    阅读次数:356
TFS 2010 配置的时候,提示TF255466错误
TFS 2010 配置的时候,提示TF255466错误Error [ System Checks ] TF255466: The configuration process for Team Foundation Server cannot continue. A previous update o...
分类:其他好文   时间:2014-05-07 00:15:11    阅读次数:358
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!