05 2011 档案

[转]ubuntu10.10升级到11.04过程中python2.7升级出错的解决方法(安装wine过程中出错)
摘要:今天安装Wine出错,提示python升级出错,搜索后,得到这个文章,现在已经正常 。转自 独行的猪10.10默认python是2.6 11.04默认python是2.7 这个问题貌似在debian上也会出现 现象就是升级python2.7 python2.7-minimal时提示 Preconfiguring packages ... Setting up python2.7-minimal (2.7.1-1ubuntu4) ... Linking and byte-compiling packages for runtime python2.7... E: pycompile:240: R 阅读全文

posted @ 2011-05-31 14:25 sixiiweb 阅读(2303) 评论(0) 推荐(0)

中国科学技术大学 中科大(USTC)UBUNTU源Linux镜像站IPV4/IPV6
摘要:Ubuntu下的使用方法:使用如下命令:sudo gedit /etc/apt/sources.list 请编辑/etc/apt/sources.list,用下面的内容替换: deb http://mirrors.ustc.edu.cn/ubuntu/ natty main restricted universe multiverse deb http://mirrors.ustc.edu.cn/ubuntu/ natty-backports main restricted universe multiverse deb http://mirrors.ustc.edu.cn/ubuntu/ n 阅读全文

posted @ 2011-05-31 10:14 sixiiweb 阅读(19055) 评论(0) 推荐(1)

查询两张具有相同数据库结构的表里相或的记录
摘要:--查询两张具有相同数据库结构的表里相或的记录SELECTa.*FROMTableAa,TableBbWHEREa.idnotin(SELECTbb.idFROMTableBbb)ORb.idNOTIN(SELECTaa.idFROMTableAaa)UNIONALLSELECTb.*FROMTableBbWHEREb.idNOTIN(SELECTaa.idFROMTableAaa) 阅读全文

posted @ 2011-05-19 15:52 sixiiweb 阅读(434) 评论(0) 推荐(0)

导航