[Bug c++/82235] New: Copy ctor is not found for copying array of an object when it's marked explicit

2017-09-17 Thread gnu-9fbaow at upsuper dot org
IRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gnu-9fbaow at upsuper dot org Target Milestone: --- See the following code: struct Foo { Foo() {} explicit Foo(const Foo& aOther) {} }; struct Bar {

[Bug c++/79024] alignas / alignof report wrong alignment for 64bit integer types for 32bit target

2017-01-09 Thread gnu-9fbaow at upsuper dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79024 --- Comment #7 from Xidorn Quan --- (In reply to Jonathan Wakely from comment #5) > Please read 3.11 more carefully. > > "The alignment required for a type might be different when it is used as the > type of a complete object and when it is used

[Bug c++/79024] alignas / alignof report wrong alignment for 64bit integer types for 32bit target

2017-01-08 Thread gnu-9fbaow at upsuper dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79024 --- Comment #4 from Xidorn Quan --- (In reply to Jonathan Wakely from comment #3) > (In reply to Xidorn Quan from comment #2) > > That's interesting. But I > > think developers (I mean, users of compilers) are generally more interested > > on ali

[Bug c++/79024] alignas / alignof report wrong alignment for 64bit integer types for 32bit target

2017-01-07 Thread gnu-9fbaow at upsuper dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79024 --- Comment #2 from Xidorn Quan --- ABI requires a different alignment than in struct? That's interesting. But I think developers (I mean, users of compilers) are generally more interested on alignment requirement in struct rather than that for A

[Bug c++/79024] New: alignas / alignof report wrong alignment for 64bit integer types for 32bit target

2017-01-07 Thread gnu-9fbaow at upsuper dot org
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gnu-9fbaow at upsuper dot org Target Milestone: --- See the following code: #include #include struct Test1 { char c; uint64_t u; }; struct Test2 { char c; alignas

[Bug c++/77451] New: Cannot convert lambda [](auto&&...){} to std::function

2016-09-02 Thread gnu-9fbaow at upsuper dot org
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gnu-9fbaow at upsuper dot org Target Milestone: --- Test code: > #include > > int main() > { > std::function f = [](auto&&...) {}; > return 0; > }

Re: [Ubuntu-zh] 请问ubuntu10.10中firfox4部分图片颜色不正常是怎么回事?

2011-02-22 Thread Upsuper Quan
这是老问题了……貌似是Firefox对ICC profile支持不完整造成的 2011/2/22 tvdbukrf inuyasha <4entertri...@gmail.com> > 用的ppa上的firefox4,最近的几次升级一直都会导致部分图片有点像反色一样颜色很诡异。 > 多出现在png图像上,但有时候png似乎又是正常的,jpg一般没问题,其他浏览器也没问题。 > > 比如gmail里的star本来是黄色却显示的紫色,但buzz图标与logo都没问题~ > 求教! > -- 下一部分 -- > 一个HTML附件被移除... >

Re: [google-appengine] Quota of stored data doesn't update after deleting all data

2011-02-09 Thread Upsuper Quan
t; Developer Programs Engineer, Google App Engine > Blogger: http://googleappengine.blogspot.com > Reddit: http://www.reddit.com/r/appengine > Twitter: http://twitter.com/app_engine > > > > On Tue, Feb 8, 2011 at 10:30 PM, Upsuper Quan wrote: > >> I have been

Re: [google-appengine] Quota of stored data doesn't update after deleting all data

2011-02-08 Thread Upsuper Quan
I have been waiting for about 7 hours, but it doesn't drop down... On Wed, Feb 9, 2011 at 1:21 PM, Robert Kluin wrote: > I don't, no. People usually see it drop down within a few hours though. > > > > > > > On Tue, Feb 8, 2011 at 23:56, Upsuper Quan wrote: &

Re: [google-appengine] Quota of stored data doesn't update after deleting all data

2011-02-08 Thread Upsuper Quan
so do you know how long will it take? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@google

[google-appengine] Quota of stored data doesn't update after deleting all data

2011-02-08 Thread Upsuper Quan
I have an application whose id is fanfou-top100 on gae. And today I deleted all data of this application since the quota is almost reached. I have deleted all data of my application by using the Delete Entities in Datastore Admin in my Admin Console, but after deleting the data, the quota of st

Re: [Ubuntu-zh] 请问linux 下有什么命令工具能把一个字符串复制到系统粘贴板

2011-01-21 Thread Upsuper Quan
试了一下xclip貌似是操作中键的那个剪贴板的…… 2011/1/21 Wong minus > 之前好像看到有人通过python调用了xclip来进行,但愿我没记错,希望对你有帮助 > > 在 2011-1-21 下午4:06,"向kmlyygy" 编写: > > 请问linux 下有什么命令工具能把一个字符串复制到系统粘贴板 > Insert mode > -- 下一部分 -- > 一个HTML附件被移除... > URL: < > > https://lists.ubuntu.com/archives/ubuntu-zh/atta

Re: [Ubuntu-zh] gvim、openoffice.org 与 nvid ia 显卡驱动冲突的问题

2011-01-12 Thread Upsuper Quan
我用的是nvidia的专有驱动,这个驱动本身就是需要xorg的,并且还自带了xorg的生成工具 2011/1/12 刘洋 > On Wed, Jan 12, 2011 at 04:29:21PM +0800, Upsuper Quan wrote: > > 话说……这个问题我已经解决了其实,我在shlug上已经结贴了,这里也结一下吧…… > > > > 因为翻那几个bug报告的时候突然发现有个人贴了一种解决方法被 > > 我忽略了…… > > > > 解决方法是在/etc/X11/xorg.conf里

Re: [Ubuntu-zh] gvim、openoffice.org 与 nvid ia 显卡驱动冲突的问题

2011-01-12 Thread Upsuper Quan
2011/1/12 Robot 马 > 你的显卡具体型号?还有使用什么驱动呢? > > 我是nvidia G105M,驱动是195.36.24的受限驱动,Ubuntu 10.04,开启了次像素渲染和compiz,没有出现你的问题。 > > 在 2011年1月10日 下午10:21,Upsuper Quan 写道: > > > 我遇到一个非常严重的长期困扰的问题:gvim和openoffice.org似乎和nvidia显卡不兼容,经常出现渲染错误,比如下面这张图: > > > > [image: 015-

[Ubuntu-zh] gvim、openoffice.org 与 nvid ia 显卡驱动冲突的问题

2011-01-12 Thread Upsuper Quan
我遇到一个非常严重的长期困扰的问题:gvim和openoffice.org似乎和nvidia显卡不兼容,经常出现渲染错误,比如下面这张图: [image: 015-.vimrc (~) - GVIM.png] 还不止这样,我使用gvim的时候甚至有时屏幕会闪烁…… 这个问题出现的原因不明,也不是总是出现,不过经过确认有关的因素似乎有字体的次像素渲染和compiz,即如果关闭字体的次像素渲染就不会出现该种情况,换用metacity后似乎也没有出现 openoffice的情况与之类似 查了一下,launchpad上面有三个bug报告,但都没有解决,求解决方法…… 另外,如果有其他的方

[Bug 567719] Re: open office menu- and controls-fonts blurred

2011-01-09 Thread upsuper
*** This bug is a duplicate of bug 568492 *** https://bugs.launchpad.net/bugs/568492 ** This bug has been marked a duplicate of bug 568492 Fonts corrupted on Openoffice menus and Lotus Notes 8.5 with nvidia, compiz, twinview and subpixel smoothing. * You can subscribe to bug 568492 by fol

[Bug 572863] Re: gvim display corruption

2011-01-09 Thread upsuper
*** This bug is a duplicate of bug 568492 *** https://bugs.launchpad.net/bugs/568492 ** This bug has been marked a duplicate of bug 568492 Fonts corrupted on Openoffice menus and Lotus Notes 8.5 with nvidia, compiz, twinview and subpixel smoothing. * You can subscribe to bug 568492 by fol

Re: [Ubuntu-zh] 一个自动将命令行的每 一条命令转发到饭否的脚本~

2010-12-10 Thread Upsuper Quan
不用,fork出去了~ 2010/12/10 OxFAN > 那每输一条命令岂不是要等很久? > > 在 2010年12月10日 下午12:39,Upsuper Quan 写道: > > > 我昨天心血来潮写了个脚本,可以自动将命令行里输入的每一行命令都自动转发到饭否的 @cmdlines 帐号里,欢迎大家一起安装使用~ > > > > install.sh< > > > https://gist.github.com/raw/734789/473bc62de

[Ubuntu-zh] 一个自动将命令行的每 一条命令转发到饭否的脚本~

2010-12-09 Thread Upsuper Quan
我昨天心血来潮写了个脚本,可以自动将命令行里输入的每一行命令都自动转发到饭否的 @cmdlines 帐号里,欢迎大家一起安装使用~ install.sh -- 下一部分 -- 一个HTML附件被移除... URL: https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101210/2dfa5877/att

Re: [Ubuntu-zh] 有没有能把笔记本触板 当作数字键盘的软件?

2010-12-07 Thread Upsuper Quan
试了一下貌似没什么问题的感觉…… 2010/12/7 Robot 马 > 贴纸也不能用普通的纸张…你试试看在触板上放一张白纸然后手压在上面看是什么情况。 > > 在 2010年12月7日 下午6:03,孙锡麟 写道: > > > 触摸板行为确实是可以设置的。我上次看一个同学给触摸板设置了一个顺时针绕圈子等于滚轮向下,逆时针绕圈子等于滚轮向上的行为。我问一下怎么设。 > > > > 在 2010年12月7日 下午5:45,Upsuper Quan 写道: > > > > > 我有这

[Ubuntu-zh] 有没有能把笔记本触板 当作数字键盘的软件?

2010-12-07 Thread Upsuper Quan
我有这么一个想法,在触板上面贴上小键盘的贴纸什么之类的识别物,然后用一个软件把这个触板变成小键盘…… 我觉得以后厂商也可以考虑为触板增加功能让触板可以当作小键盘用……主键盘嵌入的那个小键盘太难用了…… -- 下一部分 -- 一个HTML附件被移除... URL: https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101207/2694aac4/attachment.htm -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.

Re: [Ubuntu-zh] 回复: 一个关于linux网 银的构想

2010-10-26 Thread Upsuper
呃……那为什么没后文了呢……? 2010/10/26 JimHu > 关于你的这个构想,Konqueror这个不争气的曾经有实现过哦。 > 具体可以看看http://www.konqueror.org/announcements/reaktivate.php > 不过这个东西也就没有后文了。。。 > > > - 原始邮件 ---- > 发件人: Upsuper > 收件人: sh...@googlegroups.com; ubuntu-zh mailing lists > > 发送日期: 2010

[Ubuntu-zh] 一个关于linux网银的构 想

2010-10-26 Thread Upsuper
我觉得要在linux下用firefox使用支付宝以及很多其他网银是可以实现的。 我的想法是构造一个中间件,一方面对firefox作为一个插件,另一面对待包装的activex插件作为一个伪装的ie浏览器,然后借用wine的技术就可以在linux下近乎无缝的模拟一些只使用插件做数字签名的网银,比如农行。其它的无外乎就是界面修复和脚本修正,这些都不困难,我早先已经用greasemonkey做过一次实验了。 至于涉及到输入框的,我不是非常确定是否相应的api可以接上,不过支付宝的那个插件,我觉得也可以做一个对firefox使用新接口,对插件使用旧接口的中间插件来辅助,我想是可以实现的。各位觉得如

Re: [Ubuntu-zh] 关于菜单里 OpenOffice 翻 译的小问题

2010-10-25 Thread Upsuper
2010/10/25 Aron Xu > 2010/10/25 Upsuper : > > 话说mailman里面的翻译才叫蛋疼……全角半角的逗号句号都有…… > > > > mailman 的方法在这里: > http://wiki.list.org/display/DEV/i18nhowto > > 我个人比较忙,短期内没有精力维护更多的东西,所有有兴趣的朋友自己动手吧。。。我可以提供信息。 > > -- > Regards, > Aron Xu > -- > ubuntu-zh m

Re: [Ubuntu-zh] 关于菜单里 OpenOffice 翻 译的小问题

2010-10-25 Thread Upsuper
话说mailman里面的翻译才叫蛋疼……全角半角的逗号句号都有…… 2010/10/25 Aron Xu > 2010/10/25 柳东原 : > > 在 *应用程序* -> *办公* 菜单里面的 OpenOffice 的几项,这个是在哪里翻译的? > > 有的有空格,有的没空格,看着很不舒服。 > > > > 谢谢。 > > > > 柳东原 > > -- 下一部分 -- > > 一个HTML附件被移除... > > URL: > https://lists.ubuntu.com/archives/ubuntu-zh/attachment

Re: [Ubuntu-zh] 请教ubuntu的desktop和serve r版本是使用相同的代码仓库来 编译的么?

2010-10-19 Thread Upsuper
是的 2010/10/19 许凌 > 谢谢! > 也就是说都是使用相同的代码库,然后编译集成的时候选用不同的软件包是么? > > 2010/10/19 Upsuper > > > 除了默认带有的包不一样以外,其他都是一样的 > > > > 2010/10/19 许凌 > > > > > ubuntu编译desktop和server是采用使用不同的代码仓库来编译;还是使用相同的代码仓库,编译的时候使用不同的编译选项来编译呢? > > >

Re: [Ubuntu-zh] 请教ubuntu的desktop和serve r版本是使用相同的代码仓库来 编译的么?

2010-10-19 Thread Upsuper
除了默认带有的包不一样以外,其他都是一样的 2010/10/19 许凌 > ubuntu编译desktop和server是采用使用不同的代码仓库来编译;还是使用相同的代码仓库,编译的时候使用不同的编译选项来编译呢? > -- 下一部分 -- > 一个HTML附件被移除... > URL: > https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101019/19bb1024/attachment.htm > -- > ubuntu-zh mailing list > ubun

Re: [Ubuntu-zh] Ubuntu 10.10问题

2010-10-16 Thread Upsuper
我建议你最好还是接网线……毕竟有些无线网卡没有开源驱动…… 2010/10/16 Fei Guo > > 好专业。。。我还没装10.10。因为以前每次装Ubuntu新版的时候都得用网线更新下才能用无线上网,所以我想这次能不能直接下在驱动包,省的再去路由器那屋等着。。。不过谢谢了 > > 2010/10/16 Upsuper > > > 你可以先看看系统/系统管理/附加驱动里面有没有你的驱动 > > 如果已经安装好了但不能启用,并且有硬件开关,请安装rfkill这个包,然后使用rfkill event监视,并拨动硬件开关 >

Re: [Ubuntu-zh] Ubuntu 10.10问题

2010-10-16 Thread Upsuper
010/10/11 Upsuper > > > chrome不了解……不过如果是安装ubuntu的话flash都会要下载的…… > > > > 2010/10/11 mio sec > > > > > flash下载是什么?貌似去google官方装chrome的ded包,安装完成之后就可以直接看flash了。不然那下载的确很蛋疼, > > > 在 2010年10月11日 下午10:10,Upsuper 写道: > > > > > > > intel没有私有驱动 >

Re: [Ubuntu-zh] Ubuntu 10.10问题

2010-10-11 Thread Upsuper
chrome不了解……不过如果是安装ubuntu的话flash都会要下载的…… 2010/10/11 mio sec > flash下载是什么?貌似去google官方装chrome的ded包,安装完成之后就可以直接看flash了。不然那下载的确很蛋疼, > 在 2010年10月11日 下午10:10,Upsuper 写道: > > > intel没有私有驱动 > > 我都说了应该是版权问题,版权问题版权问题……不是安装光盘大小的问题…… > > 所以无论怎么样安装flash都要下载,而且下载过程相当蛋疼……

Re: [Ubuntu-zh] Ubuntu 10.10问题

2010-10-11 Thread Upsuper
intel没有私有驱动 我都说了应该是版权问题,版权问题版权问题……不是安装光盘大小的问题…… 所以无论怎么样安装flash都要下载,而且下载过程相当蛋疼…… 2010/10/11 mio sec > 应该本身就带的,我从10.04到10.10无线都是直接能用的,我的是interl3945,建议直接去官方下镜像然后u盘安装。 > > 在 2010年10月11日 下午10:02,tong hui 写道: > > > DVD版里肯定有吧 > > -- > > |佟

Re: [Ubuntu-zh] Ubuntu 10.10问题

2010-10-11 Thread Upsuper
不可能包含私有驱动的吧……?我记得私有驱动是因为版权原因进不了光盘的来着…… 2010/10/11 tong hui > 建议下DVD版,里面可能会带有一些无线网卡的专有驱动 > -- > |佟辉 Tong Hui Linus Tong| > | | > | 自由开放的大胖子情

Re: [Ubuntu-zh] 正式版与RC版似乎没有 任何实质区别~A卡依然杯具~ 唉

2010-10-11 Thread Upsuper
本来RC和正式版除了版本号基本就不会有什么差别的吧…… 话说A卡确实比较悲剧…… 2010/10/11 Ray Wang > 是用的源里的 fglrx 吗?不知道你的A卡是什么型号。 > > 如果实在不行,就用 jockey-gtk 装个试试, > 再不行就装 ati 官方的 fglrx 吧 > > 2010/10/11 tvdbukrf inuyasha <4entertri...@gmail.com>: > > 基本上从10.8起就没有什么实质性的更新~起先还以为是国内服务器慢~不过换主服务器也一样~ > > > > A卡杯具已经不能忍了~fglrx就是大BUG~~ > > >

Re: [Ubuntu-zh] ubuntu10.10升级过程中出 现错误如何解决

2010-10-10 Thread Upsuper
用reisub吧~ 2010/10/10 Thomas Iverson > 2010/10/10 Zhangw : > > 鼠标键盘都不能用了,重启看看 > > 希望平安 > > 其实没有什么太大的关系,你东西应该都是下载好了,然后只是安装软件的时候死掉 > 安装好的软件就已经安装好了,flash没安装好重启后继续安装就是了,没安装的软件接着安装,就这么简单 > 一般不会出什么问题 > > -- > ghosTM55 > Shanghai Linux User Group > > Keep It Simple Stupid > http://www.ghosTunix.org > ht

Re: [Ubuntu-zh] 关于 flashget for linux 问 一个问题……

2010-10-08 Thread Upsuper
可我没有任何一个其他程序出现类似情况…… 2010/10/8 tvdbukrf inuyasha <4entertri...@gmail.com> > 会有影响~就像之前的une的自动最大化会在gnome中体现出来~ > > 2010/10/8 Upsuper : > > 对,但是我现在是用gnome环境登入的 > > > > 2010/10/8 tvdbukrf inuyasha <4entertri...@gmail.com> > > > >> une?ubunt

Re: [Ubuntu-zh] 关于 flashget for linux 问 一个问题……

2010-10-08 Thread Upsuper
对,但是我现在是用gnome环境登入的 2010/10/8 tvdbukrf inuyasha <4entertri...@gmail.com> > une?ubuntu netbook edition?那个自带全局菜单 > > 2010/10/8 Upsuper : > > 我就是默认全新安装的ubuntu10.10,没有设置全局菜单…… > > 不过……我有安装une的包,不知道是不是和这个有关…… > > > > 2010/10/8 tvdbukrf inuyasha <4entertri...@

Re: [Ubuntu-zh] 关于 flashget for linux 问 一个问题……

2010-10-08 Thread Upsuper
我就是默认全新安装的ubuntu10.10,没有设置全局菜单…… 不过……我有安装une的包,不知道是不是和这个有关…… 2010/10/8 tvdbukrf inuyasha <4entertri...@gmail.com> > 同10.10+flashget1.0.3没问题~可能你用了全局菜单,设置下就完了~ > > On Fri, Oct 8, 2010 at 5:19 PM, Upsuper wrote: > > 我在 Ubuntu 10.10 下,发现 Flashget for linux 1.0.3 没有菜单栏,而且命令行使用 f

Re: [Ubuntu-zh] 关于 flashget for linux 问 一个问题……

2010-10-08 Thread Upsuper
有其他办法不…… 2010/10/8 Guannan Ma > downgrade to 1.0.1. > > It's working in my current 10.10. > > > On Fri, 2010-10-08 at 17:19 +0800, Upsuper wrote: > > > 我在 Ubuntu 10.10 下,发现 Flashget for linux 1.0.3 没有菜单栏,而且命令行使用 flashget url > > 可以启动但没有开始下

[Ubuntu-zh] 关于 flashget for linux 问 一个问题……

2010-10-08 Thread Upsuper
我在 Ubuntu 10.10 下,发现 Flashget for linux 1.0.3 没有菜单栏,而且命令行使用 flashget url 可以启动但没有开始下载…… 因此我没法用 flashget 下载东西,求解决方法…… -- 下一部分 -- 一个HTML附件被移除... URL: https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101008/8fd85378/attachment.htm -- ubuntu-zh mailing list ubuntu-z

Re: [Ubuntu-zh] 求教ubuntu-10.04.1-netbook 该如何下载呢?

2010-10-07 Thread Upsuper
ATI的卡……ubuntu应该还好些……反正我家台机是用ati显卡,装arch以后懒得折腾显卡驱动了…… 2010/10/7 li > 显卡驱动不好配? > > 2010/10/7 Upsuper > > > 这个配置跑ubuntu netbook的主要问题是显卡驱动…… > > > > 我原来有一台 atom n270+1GB内存跑ubuntu 9.10unr+apache+php+mysql完全没问题…… > > > > 2010/10/7 li > > > >

Re: [Ubuntu-zh] 求教ubuntu-10.04.1-netbook 该如何下载呢?

2010-10-07 Thread Upsuper
cdimage/xubuntu/releases/10.04/release/xubuntu-10.04-desktop-i386.iso > >2010-Apr-29 > 20:00:50681.0M > > > > > 貌似lubuntu最小。但是刚才在u盘版的lubuntu下打算给笔记本装驱动。结果没找到位置。是不是lubuntu不大容易安装显卡驱动?? > > 这个问题专门发了一个邮件。但是被认为是spam嫌疑了。要审批后才能发布。着急问,就发这里来请教了。谢谢!!! > > > > > 2010

Re: [Ubuntu-zh] 求教ubuntu-10.04.1-netbook 该如何下载呢?

2010-10-07 Thread Upsuper
因为世界上从来就没有存在过ubuntu-10.04.1-netbook-i386.iso这个文件……任何地方都没有…… 2010/10/7 li > 貌似确实是我的文件名给错了。但是从日期上来看,网易源的iso文件是4月29日的。按理说应该是8月份的啊。 > > 2010/10/7 Upsuper > > > 确实是楼主的文件名错了……ubuntu 官方貌似没有为 une 出单独的 10.04.1 的镜像…… > > > > 2010/10/7 Aron Xu > > &

Re: [Ubuntu-zh] 求教ubuntu-10.04.1-netbook 该如何下载呢?

2010-10-07 Thread Upsuper
确实是楼主的文件名错了……ubuntu 官方貌似没有为 une 出单独的 10.04.1 的镜像…… 2010/10/7 Aron Xu > 2010/10/7 li : > > 老兄网易我看过了 > > > > ubuntu-10.04-netbook-i386.iso > > < > http://mirrors.163.com/ubuntu-releases/10.04.1/ubuntu-10.04-netbook-i386.iso > > > > 29-Apr-2010 20:12 733837312 > > > >

Re: [Ubuntu-zh] 求教ubuntu-10.04.1-netbook 该如何下载呢?

2010-10-07 Thread Upsuper
呃……那就随便弄个然后装netbook的包不就行了…… 2010/10/7 li > 老兄网易我看过了 > > ubuntu-10.04-netbook-i386.iso > < > http://mirrors.163.com/ubuntu-releases/10.04.1/ubuntu-10.04-netbook-i386.iso > > > 29-Apr-2010 20:12 733837312 > > 这个镜像是10.04的吧。貌似。

Re: [Ubuntu-zh] 求教ubuntu-10.04.1-netbook 该如何下载呢?

2010-10-07 Thread Upsuper
这种时候bt比不过http的吧…… 2010/10/7 Aron Xu > 2010/10/7 li : > > http://releases.ubuntu.com/lucid/ubuntu-10.04.1-netbook-i386.iso > > > > 这个文件拖不下来! > > > > 该咋办捏? > > > > 看到的镜像里面的都是10.04的。不像用牛一样的网速来升级。100MB的升级包呢! > > > > 特来请教! > > -- > > ubuntu-zh mailing list > > ubuntu-zh@lists.ubuntu.com > > https://l

Re: [Ubuntu-zh] 求教ubuntu-10.04.1-netbook 该如何下载呢?

2010-10-07 Thread Upsuper
试试这个吧 http://mirrors.163.com/ubuntu-releases/10.04.1/ubuntu-10.04-netbook-i386.iso 2010/10/7 li > http://releases.ubuntu.com/lucid/ubuntu-10.04.1-netbook-i386.iso > > 这个文件拖不下来! > > 该咋办捏? > > 看到的镜像里面的都是10.04的。不像用牛一样的网速来升级。100MB的升级包呢! > > 特来请教! > -- 涓嬩竴閮ㄥ垎 -- > 一个HTML附件被移除.

Re: [Ubuntu-zh] 有设计过cron 里面的时 间 那种数据结构的嘛? 给下思路

2010-10-07 Thread Upsuper
嗷,我当年貌似是直接存数据库了,找到下一个执行时间就是按照我前面说的分离开来枚举嘛……其实时间不需要枚举,可以算出来,日期稍微枚举一下就可以了……数据库嘛,加相关列索引其实就是一个树结构了,没必要自己去实现,有很多现成的实现,甚至直接套sqlite里面也可以……如果是为了做项目的话…… 线性表确实也可以就是了,因为东西不多,插入即使达到O(n)也不会耗太多时间,特别是和枚举时间比起来……因为只有每个任务的下一次执行时间而已…… 2010/10/7 Rhys > 我想你最好能重新描述一下你的需求给这里的朋友参考。我仍然感觉这是一个简单的数据结构,线性表就够用了。 也不用考虑性能,本来就

Re: [Ubuntu-zh] 有设计过cron 里面的时 间 那种数据结构的嘛? 给下思路

2010-10-07 Thread Upsuper
我用PHP写过貌似…… 应该是先找到下一个要运行的日期在计算时间吧……因为是互不影响的…… 找日期就简单多了,反正你不可能几百年都不运行嘛…… 2010/10/7 Guannan Ma > 你不可能把所有可能情况都转换为秒, 如果我这个作业run 12个月 不规则的间隔跑一次, 同时 可能还要考虑某个周末跑, 某个月末跑. > 这样的情况都转换为秒, 枚举出来的可能性是超出你的想象的. > > 比如 1,4,5,7-30/2,41-50/4,52-59 1,4,5,7-30/2,41-50/4,52-59 > 1,4,5,7-14,16-30/2 > 1,3,5,7-11 * >

[Bug 653880] Re: installer identified hard drive as sdb led to the new system unbootablity

2010-10-05 Thread upsuper
I have attached the two files, syslog and partman, as you required more than 1 day ago, and then why the status is still incomplete? -- installer identified hard drive as sdb led to the new system unbootablity https://bugs.launchpad.net/bugs/653880 You received this bug notification because you a

Re: [Ubuntu-zh] Ubuntu 10.10 Release Party ( 北京)

2010-10-05 Thread Upsuper
啊……我记错了…… 2010/10/5 黄龙 > 方XX 是北邮的吧? > > 2010/10/5 Upsuper > > > 你们是不是想去见方XX啊…… > > > > 2010/10/5 连高欣 > > > > > 时间恰好啊,又是周六又是上午 > > > > > > 在 2010年10月5日 下午12:44,Eleanor Chen 写道: > > > > > > > 大家好! > > >

Re: [Ubuntu-zh] Ubuntu 10.10 Release Party ( 北京)

2010-10-04 Thread Upsuper
你们是不是想去见方XX啊…… 2010/10/5 连高欣 > 时间恰好啊,又是周六又是上午 > > 在 2010年10月5日 下午12:44,Eleanor Chen 写道: > > > 大家好! > > > > Ubuntu 10.10 将于10月10日发布。为了庆祝它的发布, Ubuntu China Local Community > > 决定在10月16日(周六)举行 Ubuntu 10.10 Release Party. > > > > - > > > > 时间: > > 2010

[Bug 567719] Re: open office menu- and controls-fonts blurred

2010-10-04 Thread upsuper
I have excatly the same problem, too. And my gVim display corruption as well. Switching to metacity fixes the problem, selecting "Best shape" instead of "Subpixel smoothing (LCD)" also does. I find that the same bug has been reported in different package in the launchpad for several times: http

[Bug 653880] Re: installer identified hard drive as sdb led to the new system unbootablity

2010-10-04 Thread upsuper
** Attachment added: "/var/log/installer/syslog" https://bugs.launchpad.net/ubuntu/+source/partman-target/+bug/653880/+attachment/1671096/+files/syslog -- installer identified hard drive as sdb led to the new system unbootablity https://bugs.launchpad.net/bugs/653880 You received this bug no

[Bug 653880] Re: installer identified hard drive as sdb led to the new system unbootablity

2010-10-04 Thread upsuper
** Attachment added: "/var/log/installer/partman" https://bugs.launchpad.net/ubuntu/+source/partman-target/+bug/653880/+attachment/1671098/+files/partman -- installer identified hard drive as sdb led to the new system unbootablity https://bugs.launchpad.net/bugs/653880 You received this bug

[Bug 653880] Re: installer identified hard drive as sdb led to the new system unbootablity

2010-10-03 Thread upsuper
Since you have checked that fstab use UUID instead of sdXY, I think the true problem is that, why the installer do not use UUID but sdXY? -- installer identified hard drive as sdb led to the new system unbootablity https://bugs.launchpad.net/bugs/653880 You received this bug notification because

[Bug 653880] Re: installer identified hard drive as sdb led to the new system unbootablity

2010-10-03 Thread upsuper
The model of my computer is HP Compaq Presario V3000. I have a new discovery that if I insert my flash drive before booting, the booter will identify the flash drive as sda again, and will not boot from my hard drive, which might have been identified as sdb, properly. To prevent this things happe

[Bug 653880] [NEW] installer identified hard drive as sdb led to the new system unbootablity

2010-10-02 Thread upsuper
Public bug reported: I used UNetBootin to put the ISO of Ubuntu 10.10 RC into my flash drive to install it. I found that when I use the liveOS in my flash drive, it identified the flash drive as /dev/sda, and my hard drive was identified as /dev/sdb. And the installer write it into /etc/fstab fil

Re: [Ubuntu-zh] 关于最近的消息中的“ 中文成为官方语言”

2010-09-28 Thread Upsuper
不过sunpinyin目前的语料不够,希望继续努力…… 2010/9/29 Aron Xu > 2010/9/29 Upsuper : > > 为什么不选择ibus-sunpinyin为默认的呢…… > > > > ibus-sunpinyin 还没有进入 Debian,也刚刚进入 Ubuntu,从技术角度讲在 deb 打包上还不够成熟。Ubuntu > 一直在使用 ibus-pinyin,开发者也都认同继续将其作为默认。可能在将来的某个时间 ibus-sunpinyin > 成熟了且被很多人接受,它自然会成为默认。 &g

Re: [Ubuntu-zh] 关于最近的消息中的“ 中文成为官方语言”

2010-09-28 Thread Upsuper
为什么不选择ibus-sunpinyin为默认的呢…… 2010/9/29 Ray Wang > wubi 估计够呛,虽然使用人多,但估计仍然算少数,虽然我也使五笔。。 > > 2010/9/29 mail657 : > > 不知道ibus会包括五笔在内吗? > > > > > > 2010-09-29 > > > > > > > > > > > > > > > > 发件人: Aron Xu > > 发送时间: 2010-09-29 05:04:03 > > 收件人: ubuntu-zh > > 抄送: > > 主题: [Ubuntu-zh] 关于最近的消息中的"中文成为官方语言"

Re: [aur-general] package 'php-imagick' has been marked out-of-date for a long time

2010-09-28 Thread Upsuper
I found that the package has been orphaned just now, and I adopt it without contacting with the original maintainer... On Tue, Sep 28, 2010 at 9:44 PM, Sven-Hendrik Haase wrote: > On 28.09.2010 15:35, Upsuper wrote: > > The package 'php-imagick' in aur has been marked out

Re: [aur-general] package 'php-imagick' has been marked out-of-date for a long time

2010-09-28 Thread Upsuper
OK, I'll try. On Tue, Sep 28, 2010 at 9:44 PM, Sven-Hendrik Haase wrote: > On 28.09.2010 15:35, Upsuper wrote: > > The package 'php-imagick' in aur has been marked out-of-date for a long > > time, it seems that the original maintainer is not interested in contin

[aur-general] package 'php-imagick' has been marked out-of-date for a long time

2010-09-28 Thread Upsuper
The package 'php-imagick' in aur has been marked out-of-date for a long time, it seems that the original maintainer is not interested in continue maintaining it. And the version now in the aur may cause some error as the imagemagick has been updated for several times. I'd like to take the original

Re: [Ubuntu-zh] ubuntu 10.04 desktop 单网卡 多IP问题

2010-09-26 Thread Upsuper
UP LOOPBACK RUNNING MTU:16436 跃点数:1 > 接收数据包:552 错误:0 丢弃:0 过载:0 帧数:0 > 发送数据包:552 错误:0 丢弃:0 过载:0 载波:0 > 碰撞:0 发送队列长度:0 > 接收字节:43892 (43.8 KB) 发送字节:43892 (43.8 KB) > > 大家帮忙看看哪里有问题,谢谢 > > > > 2010/9/26 Upsuper > > > 但是googl

Re: [Ubuntu-zh] Ubuntu 10.10 Release Party 意 见征集

2010-09-25 Thread Upsuper
但是google group没法和现在的论坛结合啊…… 2010/9/26 jiahui zhang > google group 就是这样的 > > 在 2010年9月25日 下午11:07,连高欣 写道: > > > 同意 > > > > 在 2010年9月25日 下午10:59,Upsuper 写道: > > > > > > 话说我有个建议,能不能设置一个机制将论坛上的某个帖子和邮件列表上的某个主题关联起来,然后论坛有回复自动进入邮件列表,邮件列表有回复自动进入论坛? >

Re: [Ubuntu-zh] Ubuntu 10.10 Release Party 意 见征集

2010-09-25 Thread Upsuper
话说我有个建议,能不能设置一个机制将论坛上的某个帖子和邮件列表上的某个主题关联起来,然后论坛有回复自动进入邮件列表,邮件列表有回复自动进入论坛? 这样可以很好的整合各个交流平台,更方便~ 2010/9/25 Ray Wang > 看来好多人都想安排在周日,Eleanor 看看能不能协调一下到周日? > > 2010/9/25 tong hui : > > 上次release party不是在俄罗斯餐厅举行的么,这次还在那吧,感觉不错 > > 有吃有喝 > > > >

[Bug 433046] [NEW] an external disk is mounted mutiple times automatically

2009-09-19 Thread upsuper
/home/upsuper/external ext3 defaults,nodiratime,noatime,sync,dirsync,user,exec 0 0 the last line is my external disk. But the problem is that, this disk doesn't seem to be umount properly, and when I resume, it mount as another device again automatically, then I can find more than one device