Troubleshooting the SharePoint “File not found” Error Have you ever come across a “File Not Found” error when accessing some part of your WSS 3.0, MOS...
分类:
其他好文 时间:
2014-06-28 21:27:47
阅读次数:
301
学习linux以来将centos改的也不少了,也不知道这个问题是由于那个修改来的。最近改bash的操作环境配置文件,用到了~/.bashrc这个文件,发现里面被我修改过。那是当年安装fcitx输入法的时候曾经设置过个人环境变量如下我当时是直接将这段粘贴到.bashrc这个文件中了,导致‘//这是新的...
分类:
其他好文 时间:
2014-06-28 19:20:51
阅读次数:
1675
Configuration ErrorDescription: An error occurred during the processing of a configuration file required to service this request. Please review the sp...
IOS在Cell上的优化令人觉得底层框架的成熟,可是有些情形却会造成不必要的麻烦,当使用了 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:Identifier];有可能会造成画面重复的问题,此句的意思是,.....
分类:
其他好文 时间:
2014-06-21 11:01:25
阅读次数:
146
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
其他好文 时间:
2014-06-21 06:58:22
阅读次数:
186
//向下个视图传值#pragma mark - Navigation- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender{//你连接的 identifier 的内容 if ([[segue identifier] ....
分类:
其他好文 时间:
2014-06-20 19:09:39
阅读次数:
186
Every now and then, I come across various newbies Java developers who are found to get stuck with some of the following common exceptions where I need...
分类:
编程语言 时间:
2014-06-20 17:19:52
阅读次数:
325
static BOOL flag=NO; dispatch_queue_t myQueue=dispatch_queue_create("identifier", NULL); dispatch_async(myQueue, ^{ for (int i=0; i<10; i++...
分类:
编程语言 时间:
2014-06-20 16:36:20
阅读次数:
195
运行mahout in action上的cluster示例时报错:Error: Found interface org.apache.hadoop.mapreduce.Counter, but class was expected 确定是版本问题,我的hadoop版本是2.4,但mahout目...
分类:
其他好文 时间:
2014-06-18 11:07:10
阅读次数:
394
如果编译时出现了以下错误:checkingfortgetentin-ltermcap…nocheckingfortermcapfunctionslibrary…configure:error:Nocurses/termcaplibraryfound说明curses/termcap库没有安装去下载一个ncurses-5.6.tar.gz,wgethttp://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gztar..
分类:
数据库 时间:
2014-06-17 17:30:13
阅读次数:
239