提示Error 1324.The path My Pictures contains an invalid character.解决办法:新建一个文件夹,123, 设置 我的文档文件夹 目录指向 “C:\123” 即可。-----------------------------相关文章 http:/...
分类:
其他好文 时间:
2014-07-07 15:02:50
阅读次数:
211
今天要用yum安装软件,于是yum install ***,但是报错,错误如下:There was a problem importing one of the Python modules required to run yum. The error leading to this problem...
分类:
其他好文 时间:
2014-07-07 14:55:42
阅读次数:
350
问题分析: [2014-01-16 20:18:26 - ] The connection to adb is down, and a severe error has occured. [2014-01-16 20:18:26 - ] You must restart adb and Eclips...
分类:
移动开发 时间:
2014-07-02 00:42:22
阅读次数:
333
前几天给一套LINUX下的RAC数据库打补丁升级,有一台机器更新失败了,相关的异常内容如下: Restoring "/u01/app/oracle/11.2.0/db_1" to the state prior to running NApply... Checking if OPatch ne.....
分类:
其他好文 时间:
2014-06-30 23:44:20
阅读次数:
617
在很多时候我们返回值使用json会更方便一点,下面我把我常用到的返回值封装代码贴出来。 public class ApiJsonResult { public T Data { get; set; } public ApiJsonError Error { ge...
分类:
其他好文 时间:
2014-06-30 23:40:54
阅读次数:
233
var ivar = [:]
ivar.className // __NSDictionaryI
var i = 1
i.className // error: 'Int' does not have a member named 'className'
If you want to get the type of a primitive, you have to use brid...
分类:
移动开发 时间:
2014-06-30 20:14:35
阅读次数:
311
SDK和ADT为22.6.2版本
工程为4.4.2
在编译一个Launcher时,报错如下:
sh ndk-build clean
Cannot run program "sh": Launching failed
Error: Program "sh" not found in PATH
PATH=......
在网上看了一下,一直以为是什么GCC的问题,多次...
分类:
系统相关 时间:
2014-06-30 15:45:40
阅读次数:
1319
使用dmesg检查是否有关于磁盘错误的信息,果不其然发现大量磁盘扇区错误的信息,如下:end_request:I/O error, dev 03:06 (sda), sector 从上面的输出我们判定扇区可能出现了问题,使用badblocks -s -v -o /root/badblocks.log...
分类:
系统相关 时间:
2014-06-30 15:27:18
阅读次数:
330
(一)
class Shape {
public:
virtual void draw() const = 0;
virtual void error(const string& msg);
int objectID() const;
};
class Rectangle : public Shape {...};
class Ellipse : publi...
分类:
编程语言 时间:
2014-06-30 00:55:48
阅读次数:
409
前天在项目中写的一个ajax jsonp的使用,出现了问题:可以成功获得请求结果,但没有执行success方法,直接执行了error方法提示错误——ajax jsonp之前并没有用过,对其的理解为跟普通的ajax请求差不多,没有深入了解;出现了这种错误,几经调试(检查后台的代码和js部分的属性设置)还是不行,让我感觉很是意外和不解。于是,决定仔细研究下ajax
jsonp的使用,并将最后测试成...
分类:
Web程序 时间:
2014-06-30 00:23:57
阅读次数:
311