# -*- coding: utf-8 -*-#python 27#xiaodeng#__str__被print函数调用,目的是打印类的内容到屏幕上class APIError(): def __init__(self, error_code, request): self.er...
分类:
其他好文 时间:
2015-10-15 18:04:30
阅读次数:
149
Gradle 离线包解决方法 http://stackoverflow.com/questions/29874564/ionic-build-android-error-when-download-gradle I had the same problem. I added gradle to my project offline. After downloading gra...
分类:
其他好文 时间:
2015-10-15 16:41:22
阅读次数:
169
yumlistopenldapyumlistopenldap-devel安装:yuminstallopenldapyuminstallopenldap-devel
分类:
其他好文 时间:
2015-10-15 16:18:24
阅读次数:
132
刚安装好的devstack环境中无法成功创建cinder volume,创建的volume的status为error,
参照devstack脚本手动创建默认vg
分类:
其他好文 时间:
2015-10-15 15:59:16
阅读次数:
478
本文来分析一下docker daemon的启动过程;在daemon/daemon.go文件中;func NewDaemon(config *Config, registryService *registry.Service) (daemon *Daemon, err error) { setDefa...
分类:
其他好文 时间:
2015-10-15 15:51:25
阅读次数:
279
QUESTION NO: 414
View the Exhibit to examine the error during the database startup.
You open an RMAN session for the database instance. To repair the failure, you executed the following as
the firs...
分类:
其他好文 时间:
2015-10-15 11:22:43
阅读次数:
121
昨天在调试一个ajax的时候发现,即使status是201,仍然会触发jquery的error事件。statusText是"parseerror".通过在stackoverflow上查询,戳这里。加上参数dataType:"text"就可以解决。而问题产生的原因在评论里写的也很详细。但是并不对,他弄...
分类:
Web程序 时间:
2015-10-15 09:58:36
阅读次数:
349
为vRAInfrastructure配置Endpoint之后,系统提示下图所示的故障:1.DataBaseStatsService:ignoringexception:Errorexecutingqueryusp_SelectAgentInnerException:Errorexecutingqueryusp_SelectAgentCapabilities这个故障是由于MSDTC服务的问题导致,因此,请点击Administrativ..
分类:
其他好文 时间:
2015-10-15 06:34:07
阅读次数:
315
今晚做了华为的机试,3道ACM题,最后一道是实现从M个不同字符中任取N个字符的所有组合。eg: input:ABC 2 output:AB AC BC第一个输入为字符串,第二个输入为组合的字符个数,当N=0或者N>M时,输出“ERROR”。思路:可以用递归的算法解决,例如ABC中2个字符的所有组合....
分类:
其他好文 时间:
2015-10-15 01:07:52
阅读次数:
284
//线性表---链表的基本操作#include#include#include#define TRUE 1#define FALSE 0#define OK 1#define ERROR 0#define INFEASIBLE -1#define NULL 0typedef int Status; ...
分类:
其他好文 时间:
2015-10-14 23:20:19
阅读次数:
209