[lwip-users] LwIP test suite

2016-12-21 Thread
Hello, I implement a simple TCP/IP protocol for study. I wish to conduct conformance testing of our TCP/IP implementation, and so, I would like to obtain an appropriate protocol test suite. Dose the LwIP has its own test suites ? And can I get it to test my TCP/IP implementation ? I would

Re: Why Gradle is so slow?

2015-06-29 Thread
f you want you > can send it to me to see. > > On Sun, Jun 28, 2015 at 3:15 AM, 杨辉 > > wrote: > >> Why Gradle is so slow? +Xavier Ducrohet >> <https://plus.google.com/109385828142935151413> >> >> >> Gradle version (File -> Project Structur

how can I use Android dexOptions?

2015-03-08 Thread
What are the meaning of the dexOptions.incremental, etc. Any body can explain them to me. > dex options > > android { > dexOptions { > incremental false > preDexLibraries = false > jumboMode = false > javaMaxHeapSize "2048M" > } > } > This affects all tas

How can I use Android aaptOptions?

2015-03-08 Thread
What are the meaning of the aaptOptions .noCompress , etc. Any body can explain them to me, aapt options > > android { > aaptOptions { > noCompress 'foo', 'bar' > ignoreAssetsPattern > "!.svn:!.git:!.ds_store:!*.scc:.*:_*:!CVS:!thumbs.db:!picasa.ini:!*~" > } > }

[android-developers] Re: Exclude BuildConfig.class and R.class from Android library jar in Gradle

2015-03-02 Thread
b/master/build.gradle 2.https://github.com/keyboardsurfer/Crouton/blob/master/library/build.gradle 3. https://github.com/SnowdreamFramework/android-log/commit/4297a0244c972e3fcb9042b5e12181b21c33b524 2015-03-01 14:51 GMT+08:00 杨辉 : > Hello, everybody: > I want to Exclude BuildConfig.class and R

[android-developers] Exclude BuildConfig.class and R.class from Android library jar in Gradle

2015-02-28 Thread
depreated in 1.0. -- 杨辉 Impossible is nothing! HDExplorer APK (A Nice File Manager,Simplicity but not simple.) Google Market: https://market.android.com/details?id=com.hd.explorer Google Code: http

Re: Could not find property 'outputFile' on com.android.build.gradle.internal.api.ApplicationVariantImpl_Decorated@2b936b04.

2014-12-02 Thread
That is it, Thank you. 在 2014年12月1日星期一UTC+8下午3时39分13秒,kin ptm写道: > > outputs[0].outputFile > > 在 2014年11月30日星期日UTC+8上午1时16分01秒,杨辉写道: >> >> Here is my build.gradle: >> https://github.com/SnowdreamFramework/android-gradle-template/blob/master/config/android.gradle

Could not find property 'outputFile' on com.android.build.gradle.internal.api.ApplicationVariantImpl_Decorated@2b936b04.

2014-11-29 Thread
Here is my build.gradle: https://github.com/SnowdreamFramework/android-gradle-template/blob/master/config/android.gradle When i try to upgrade my project to use gradle 2.2.1 and classpath 'com.android.tools.build:gradle:1.0.0-rc1', then i compile and get errors as follows: $ gradle wrappers -

error happened when build the android project(develop branch).

2014-05-13 Thread
When i checkout out the develop branch of the following android project. https://github.com/snowdream/android-gradle-template/tree/develop and build it with. gradle build --info i get erros as follows,but i do not know why it happens: Anybody can help me? ```gradle * What went wrong: Ex

error happened when build the android project(develop branch).

2014-05-13 Thread
When i checkout out the develop branch of the following android project. https://github.com/snowdream/android-... and build it with. gradle build --info i get erros as follows,but i do not know why it happens: Anybody can help me? ```gradle * What went wrong: Execution failed for task ':app

how can i add productFlavors dynamically?

2014-02-20 Thread
normal: android { ... defaultConfig { minSdkVersion 8 versionCode 10 } productFlavors { flavor1 { packageName "com.example.flavor1" versionCode 20 } flavor2 { packageName "com.example.flavor2"

Re: Deletion use more space.

2013-07-16 Thread
you need to "delete" it, which creates > tombstones, and then run a repair on that column family within > gc_grace_seconds. After that the data is actually gone and the space > reclaimed. > > > On Tue, Jul 16, 2013 at 6:20 AM, 杨辉强 wrote: > Thank you

Re: Deletion use more space.

2013-07-16 Thread
Thank you! It should be "update column family ScheduleInfoCF with gc_grace = 3600;" Faint. - 原始邮件 ----- 发件人: "杨辉强" 收件人: user@cassandra.apache.org 发送时间: 星期二, 2013年 7 月 16日 下午 6:15:12 主题: Re: Deletion use more space. Hi, I use the follow cmd to update gc_grace_secon

Re: Deletion use more space.

2013-07-16 Thread
ng data during compaction and - in the end (see: gc_grace_seconds) - removed, but by this time they'll take some space. http://wiki.apache.org/cassandra/DistributedDeletes M. W dniu 16.07.2013 11:46, 杨辉强 pisze: > Hi, all: >I use cassandra 1.2.4 and I have 4 nodes ring and

Deletion use more space.

2013-07-16 Thread
Hi, all: I use cassandra 1.2.4 and I have 4 nodes ring and use byte order partitioner. I had inserted about 200G data in the ring previous days. Today I write a program to scan the ring and then at the same time delete the items that are scanned. To my surprise, the cassandra cost more di

Re: Cassandra 1.2.0H startup exception

2013-03-20 Thread
nd failing. Have you changed the partitioner ? how long have you been using the OPP ? Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 19/03/2013, at 6:34 PM, 杨辉强 wrote: On 03/19/2013 11:22 AM, 杨辉强 wrote: Hi, all:

Re: Continuing high CPU usage (98%) after cassandra1.2.0 startup.

2013-03-20 Thread
On 03/20/2013 11:34 AM, 杨辉强 wrote: Hi, Every time I restart the cassandra server, the cpu usage continue to be very high(98%) for days. But I have no reading or writing to this server. I have tried the follow cmd: date; date `date +"%m%d%H%M%C%y.%S"`; date; It doesn't wor

Continuing high CPU usage (98%) after cassandra1.2.0 startup.

2013-03-19 Thread
Hi, Every time I restart the cassandra server, the cpu usage continue to be very high(98%) for days. But I have no reading or writing to this server. I have tried the follow cmd: date; date `date +"%m%d%H%M%C%y.%S"`; date; It doesn't work. The tail of system.log: DEBUG [Thrift:1701] 2013-0

Re: Cassandra 1.2.0H startup exception

2013-03-19 Thread
the OderPreservingPartitioner. Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 19/03/2013, at 4:22 PM, 杨辉强 wrote: Hi, all: I am a beginner of cassandra. I have a four node cassandra group. One of my cassandra gr

Re: Cassandra 1.2.0H startup exception

2013-03-18 Thread
On 03/19/2013 11:22 AM, 杨辉强 wrote: Hi, all: I am a beginner of cassandra. I have a four node cassandra group. One of my cassandra group node had been running for a week. Recently because of too much writing and reading, it crashed. I want to restart the node. While I start up

Cassandra 1.2.0H startup exception

2013-03-18 Thread
Hi, all: I am a beginner of cassandra. I have a four node cassandra group. One of my cassandra group node had been running for a week. Recently because of too much writing and reading, it crashed. I want to restart the node. While I start up cassandra, it ends up with throwing exceptio

Re: [android-developers] Issues with get large image form url

2012-12-10 Thread
final int minSideLength = Math.min(width, height); >> opts.inSampleSize = >> BitmapUtils.computeSampleSize(**opts.outWidth, >> opts.outHeight, minSideLength, >> width * height); >> opts.inJustDecodeBounds = false; &g

[android-developers] Issues with get large image form url

2012-12-10 Thread
opts.inPurgeable = true; } try { bitmap = BitmapFactory.decodeStream(bis, null, opts); } catch (OutOfMemoryError e) { e.printStackTrace(); } } return bitmap; } --

[android-developers]How can i use describeContents() with Parcelable.

2012-05-02 Thread
Hello All, I find in most examples about Parcelable,the return value of the describeContents() is 0. Now ,i want to konw how can i use the function describeContents() with Parcelable, when the return value of the function describeContents() is none zero. THanks & Regards, -

Re: [Ubuntu-zh] ubuntu 下文本或者工程比较软件

2012-03-21 Thread
buntu-zh@lists.ubuntu.com > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh > > > -- 下一部分 -- > 一个HTML附件被移除... > URL: < > https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120321/865e1ebf/atta

Re: [Ubuntu-zh] 请问有可以从windows下读写linux 系统ext4分区的软件吗?

2012-02-21 Thread
> > > 不是吧……我看到那个软件介绍是支持ext4。我只用ext3,所以也没有试过 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

[Ubuntu-zh] 请问有可以从windows下读写linux系统ext4分区的软件吗?

2012-02-20 Thread
各位: 如题,请问有可以从windows下读写linux系统ext4分区的软件吗? -- 杨辉 Impossible is nothing! HDExplorer APK (A Nice File Manager,Simplicity but not simple.) Google Market: https://market.android.com/details?id

Re: [Ubuntu-zh] 大家多久会重装系统一次??

2012-02-19 Thread
--- 下一部分 -- > 一个HTML附件被移除... > URL: < > https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120219/1338d80d/attachment.html > > > -- > ubuntu-zh mailing list > ubuntu-zh@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh > --

strange error.

2012-02-16 Thread
Hi, all: I am a newbie to hive. When I excute command (select count(*) from log where end_clock = '2012-02-14_08'; ) in hive, it is OK. While I excute command (select count(*) from log where end_clock >= '2012-01-18_08' and end_clock <= '2012-02-14_08';) in hive, it report the follo

[poppler] pdftotext convert error!

2012-02-08 Thread
Hi, all: I use the pdftotext in poppler/util/ directory. When it convert the following two urls's pdf files, it seems convert errorly. http://www.100ec.cn/b2bimages/dcbg.pdf http://sjb.qlwb.com.cn/images/2011-06/16/Q02/qd0216.pdf Can you give me some advices? Thank you very much.

Re: [Ubuntu-zh] GNOME3在浏览网页等情况下莫名卡死

2012-01-12 Thread
好的,谢谢~ 在 2012年1月12日 下午4:55,Tao Yang 写道: > 于 2012年01月11日 11:01, 杨辉 写道: > > 又让我给赶上了。 >> 我的显卡正式ATI的集成老显卡。 >> 悲剧了~ >> 没工夫折腾。 >> 你要是搞好了,麻烦在这里共享下,谢谢~ >> >> > 最后作者经过测试,给内核加上"pci=nomsi noapic irqpoll"这三个参数中的任意 一个或几个就不会出现问题。 >>> >&g

[android-developers] Should i need to free the memory of the bitmap by myself?

2012-01-11 Thread
; } } }; -- 杨辉 Impossible is nothing! HDExplorer APK (A Nice File Manager,Simplicity but not simple.) Google Market: https://market.android.com/details?id=com.hd.explorer Google Code

Re: [Ubuntu-zh] GNOME3在浏览网页等情况下莫名卡死

2012-01-10 Thread
又让我给赶上了。 我的显卡正式ATI的集成老显卡。 悲剧了~ 没工夫折腾。 你要是搞好了,麻烦在这里共享下,谢谢~ 在 2012年1月11日 上午2:09,Tao Yang 写道: > 于 2012年01月10日 21:58, 杨辉 写道: > >> 我也发现,老死机。 >> 顶不住了, 换经典界面。 >> > > 经过一番搜索,找到了arch论坛这个帖子[1] > > 从帖子来看应该不是GNOME的问题,而是ATI显卡的问题 > > 其中这个bug[2]比较像我的bug,**是报给ATI

Re: [Ubuntu-zh] GNOME3在浏览网页等情况下莫名卡死

2012-01-10 Thread
程,可能是一个跟开发者不断交互的过程,也许开发者能给你一些建议定位到有用的log,或者给你一些建议帮助重现bug,也有可能其实是一个已知的bug,但是由于搜索关键词不对而没搜到,这种情况报了也没什么坏处. > > -- > Regards, > Qian Hong > > - > Sent from Ubuntu > http://www.ubuntu.com/ > -- > ubuntu-zh mailing list > ubuntu-zh@li

Re: [Ubuntu-zh] 新手报道!

2012-01-05 Thread
://code.google.com/gci/ > > > > -- > Regards, > Qian Hong > > - > Sent from Ubuntu > http://www.ubuntu.com/ > -- > ubuntu-zh mailing list > ubuntu-zh@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh > -- 杨辉 Impossible is nothi

Re: [Ubuntu-zh] 我的机器最近关不了

2011-12-28 Thread
是的 sudo halt sudo shutdown now 都试过了 在 2011年12月28日 下午10:38,Peter Derek <1and1g...@gmail.com>写道: > halt > 也这样么? > > 2011/12/28 杨辉 > > > 不太懂。 > > 以前都正常,可能是最近哪次升级造成的。 > > > > 在 2011年12月28日 下午9:00,wei 写道: > > > > > 一个HTML附件被移除... > >

Re: [Ubuntu-zh] 我的机器最近关不了

2011-12-28 Thread
不太懂。 以前都正常,可能是最近哪次升级造成的。 在 2011年12月28日 下午9:00,wei 写道: > 一个HTML附件被移除... > URL: < > https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20111228/3540d68b/attachment.html > > > -- 下一部分 -- > 是不是ACPI这个东西关了,机器不自动关机。 > > > ----- Original Mess

[Ubuntu-zh] 我的机器最近关不了

2011-12-28 Thread
各位好: 我最近发现我的机器关不了。 点击关机后,屏幕不久就黑了,可是电源灯一直亮着,风扇也一直在转着,就是关不掉。 好几次,实在没办法,我长按电源键关机了。 大家有没有碰到类似情况? -- 杨辉 Impossible is nothing! HDExplorer APK (A Nice File Manager) Google Market: https

[android-developers] How Can I Get apk file icon, version, name?

2011-12-27 Thread
Hi,Everyone: Is there a way I can get application name, application version and application icon in the java code , for the package that is not yet installed? (for some apk file on sdcard) -- 杨辉 Impossible is nothing! -- You received this message because you are subscribed to the

[Ubuntu-zh] 我发现我们的邮件列表内容都是完全公开的,所以不要谈论敏感问题,呵呵~

2011-12-26 Thread
各位: 我发现我们邮件列表的内容在搜素引擎上都晾晒着,相当公开。 所以,不和谐的内容,还是要谈论的好。 点击下面链接就看得到,前几天的内容: http://blog.gmane.org/gmane.linux.ubuntu.user.chinese -- 杨辉 Impossible is nothing! -- 下一部分 -- 一个HTML附件被移除... URL: <https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20111

Re: [Ubuntu-zh] 上次和大家探讨了开源协议GPL,这次拿出作品来,请大家指点一下

2011-12-24 Thread
我们可以联系下,单独聊聊。 我的QQ是273247606 在 2011年12月24日 下午11:09,ZhanLin Shang 写道: > 能给我们提供个无广告版不?我是机锋的版主,可以帮你推广下试试 > > 在 2011年12月23日 下午2:03,杨辉 写道: > > 大家好: > > 之前和大家探讨了开源协议GPL,对于这些协议有了进一步的认识。 > > > > > > 经过最近一段时间的努力,我终于做好了第一个android应用软件,HD文件浏览器。该软件已经具备了文

Re: [Ubuntu-zh] 上次和大家探讨了开源协议GPL,这次拿出作品来,请大家指点一下

2011-12-22 Thread
-- > ubuntu-zh mailing list > ubuntu-zh@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh > -- 杨辉 Impossible is nothing! -- 下一部分 -- 一个HTML附件被移除... URL: <https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20111223/b05cb15f/attachme

[Ubuntu-zh] 上次和大家探讨了开源协议GPL,这次拿出作品来,请大家指点一下

2011-12-22 Thread
/details?id=com.hd.explorer 安装使用说明:http://code.google.com/p/hdexplorer/wiki/InstallAndUseCN -- 杨辉 Impossible is nothing! -- 下一部分 -- 一个HTML附件被移除... URL: <https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20111223/fdd5e43a/attachment.html> -- ubuntu-zh m

Re: [poppler] About pdf to image

2011-12-19 Thread
". I guess there might be some entries including the word "tmpfs" (maybe "/dev/shm" would be there). It is the files system like ramdisk, so writing/removing files in there would be faster than those in the harddisks. Please check if tmpfs will serve for your purpose.

Re: [poppler] About pdf to image

2011-12-19 Thread
. I guess there might be some entries including the word "tmpfs" (maybe "/dev/shm" would be there). It is the files system like ramdisk, so writing/removing files in there would be faster than those in the harddisks. Please check if tmpfs will serve for your purpose. Regards,

Re: [poppler] About pdf to image

2011-12-19 Thread
s for other frameworks (Qt, GLib, cpp etc) may deal with the images without creating/ cleaning temporary image files. BTW, before searching such, I want to ask an off-topic question; your target operating system does not support memory-based file system? Regards, mpsuzuki 杨辉强 wrote: Hi, all:

Re: [android-developers] how to become a developer

2011-12-18 Thread
e subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at >

Re: [poppler] About pdf to image

2011-12-18 Thread
ve gone to a mailing list. How are you possibly going to use the utility from another application and copy to memory without making any code changes? Brad On 12/18/2011 08:47 AM, 杨辉强 wrote: Hi, all: In web search engine, I want to support the pdf snapshot. So I want to convert pdf files to

Re: [poppler] About pdf to image

2011-12-17 Thread
advices. On 12/17/2011 03:16 PM, Brad Hards wrote: On Sat, 17 Dec 2011 02:09:21 PM 杨辉强 wrote: I am a newbie to poppler. I use utils/pdftoppm.cc to convert a pdf file into jpeg images.The generated images are save to disk files. Now I wish to know whether it can save the images in memory s

[poppler] About pdf to image

2011-12-16 Thread
Hi, all: I am a newbie to poppler. I use utils/pdftoppm.cc to convert a pdf file into jpeg images.The generated images are save to disk files. Now I wish to know whether it can save the images in memory such as a vector. Wishing you can give me some advices. Thank you! Best wishes! __

Re: [Ubuntu-zh] 新人报到

2011-12-07 Thread
ment.html > > > -- > ubuntu-zh mailing list > ubuntu-zh@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh > -- 杨辉 -- 下一部分 -- 一个HTML附件被移除... URL: <https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20111208/6ab63c19

[poppler] pdftotext report error when it process pdf file generated from images?

2011-11-30 Thread
Hi, all: As is known to everyone, some pdf files are generated from images, i.e, the pdf file text can't be selected and copied, it just contains some images. When pdftotext process this type pdf file, it reports following errors: Error: Missing language pack for 'Adobe-GB1' mapping Error: Mi

Re: [android-developers] how to copy an object?

2011-11-29 Thread
Thank you for yoir help,i will have a try later. Daniel Drozdzewski 编写: >On 29 November 2011 09:41, 杨辉 wrote: >> Hi: >> I try to copy an object in android with the method of Serializable,but >> failed. > > >Your object that you are trying to '

[android-developers] how to copy an object?

2011-11-29 Thread
imeout for HistoryRecord{40660ac8 com.***/.HYFFileExplore} -- 杨辉 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email t

Re: [Ubuntu-zh] 有关开源协议GPL的疑问 。

2011-11-26 Thread
这个不是重点了。我只需要mimetypes 的部分。 dulio 编写: >什么图标? > >BlackBerry® wireless device > > >-- original message -- >"ubuntu-zh mailing lists" @11-27 2011 12:33 >> 因为这套图标集太漂亮了,我再也找不到更漂亮的。 >> >> Neo Ko 编写: >> >> >GPL有很大的传染性,记得只要用了GPL的东西就要全部开源.不过话说回来你为什么就一定要用GPL协议发布的东西,用用BSD,MIT,Apache这些协议下发表的资源的不行吗? >> > >

Re: [Ubuntu-zh] 有关开源协议GPL的疑问。

2011-11-26 Thread
因为这套图标集太漂亮了,我再也找不到更漂亮的。 Neo Ko 编写: >GPL有很大的传染性,记得只要用了GPL的东西就要全部开源.不过话说回来你为什么就一定要用GPL协议发布的东西,用用BSD,MIT,Apache这些协议下发表的资源的不行吗? > >在 2011年11月26日 下午5:36,1009新用户 写道: > >> >> 印象当中似乎尚观的免费视频中对这一块儿进行过专门的探讨,好象说GPL2设置并不严谨,已经被许多公司钻了空子,似乎是API方面可以绕过去,具体的记不太清了!你可以上网搜一下! >> -- 下一部分 -- >> 一

Re: [Ubuntu-zh] 有关开源协议GPL的疑问。

2011-11-26 Thread
感谢分享,这是我想要的答案。 Xunzhen Quan 编写: >版权人可以自由选择使用的协议,所以将第一版开源后不再开源是可以的,但是他不能收回第一版以开源发布的代码,也就是说不能阻止别人使用第一版的代码。 > >这个其实可以参考 Wine 项目,最初是使用 MIT 好像,然后有个私有软件使用那个的代码,后来 Wine 改成了 >LGPL,那个私有软件就不再使用新的 Wine 代码了。 > >2011/11/26 杨辉 > >> 非常感谢各位,有点明白了。 >> 我还有个问题,在了解某些软件的时候,由于他们引用了g

Re: [Ubuntu-zh] 有关开源协议GPL的疑问。

2011-11-26 Thread
感谢分享 在 2011年11月26日 下午2:50, 写道: > http://linuxtoy.org/archives/copyleftlicenses.html > 关于各种CopyLeft协议可以看这里。 > 我想,这个文章对你还是很有意义的!!! > 在 2011-11-26六的 12:43 +0800,杨辉写道: > > 非常感谢各位,有点明白了。 > > 我还有个问题,在了解某些软件的时候,由于他们引用了gpl 的开源软件,所以他们把自己软件的第一版开源了,但此后不再更新。他们这样的做法合理吗? > > >

Re: [Ubuntu-zh] 有关开源协议GPL的疑问。

2011-11-25 Thread
非常感谢各位,有点明白了。 我还有个问题,在了解某些软件的时候,由于他们引用了gpl 的开源软件,所以他们把自己软件的第一版开源了,但此后不再更新。他们这样的做法合理吗? forest chen 编写: >2011/11/26 杨辉 > >> >> 而我在android项目中想用一些GPL/GPL2/GPL3协议的图标集的话,是不是意味着整个android软件的代码必须开源?如果是使用LGPL协议的图标集呢?又能否闭源/收费。 >> > >这里有些相关的讨论 >http://stackoverflow.com/que

Re: [Ubuntu-zh] 有关开源协议GPL的疑问。

2011-11-25 Thread
那是不是就是说:我做的android 应用软件。是否收费由自己决定,是否开源由协议决定? "Zoom.Quiet" 编写: >在 2011年11月26日 上午11:53,杨辉 写道: >> 但是我记得Ubuntu软件中心好像存在收费的软件。 >> 如果都是采用GPL/GPL2/GPL3协议的话,那他们的软件也一定要开发源代码。又怎么可以收费呢? >> > >- 是否收费,和是否开源没有任何关系的哪?! >- 并不是谁都看得明白代码的 >- 就算看得明白代码,也不是谁都有能力为客户提供服务的 >

Re: [Ubuntu-zh] 有关开源协议GPL的疑问。

2011-11-25 Thread
现在是有这种情况,因为Android是以Apache协议发布的。 而我在android项目中想用一些GPL/GPL2/GPL3协议的图标集的话,是不是意味着整个android软件的代码必须开源?如果是使用LGPL协议的图标集呢?又能否闭源/收费。 其实,我只是想在android的应用软件上放点广告,但是因为我不会制作图标,不会ps,所以想使用一些图标资源。 所以碰到这些协议方面的问题,向大家咨询一下。 在 2011年11月26日 上午11:53,杨辉 写道: > 但是我记得Ubuntu软件中心好像存在收费的软件。 > 如果都是采用GPL/GPL2/GPL3协议的话,那他们的

Re: [Ubuntu-zh] 有关开源协议GPL的疑问。

2011-11-25 Thread
于2011年11月26日 11:26:45,Charlie gmail写到: > >>> > >>> 使用开源协议的wordpress还有收费主题呢。这个怎么解释? > >>> > >>> 于 11/26/2011 11:24 AM, Aron Xu 写道: > >>>> > >>>> 2011/11/26 杨辉: > >>>>> > >>>>> 大家好: >

[Ubuntu-zh] 有关开源协议GPL的疑问。

2011-11-25 Thread
大家好: 我对开源协议一直不甚了解。 我想问下,如果我在项目中使用了使用GPL/GPL2/GPL3协议的开源软件代码,是不是意味着我的整个项目代码必须也采用同样的GPL/GPL2/GPL3协议进行开源? -- 杨辉 -- 下一部分 -- 一个HTML附件被移除... URL: <https://lists.ubuntu.com/archives/ubuntu-zh/attachments/2026/e558fb62/attachment.html> -- ubuntu-zh mailing list

[android-developers] how can i know whether H264 can be supported in my phone?

2011-11-17 Thread
. thank you! -- 杨辉 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegrou

[Meep-discuss] How to set the power of incident light and detect transmitted light's power

2011-11-14 Thread ,201021050219
Dear Steven .G. and Meep Users: How to set the power of incident light and detect transmitted light's power numerical? I am not familiar with Meep very well. Thank you very much! Yanghui___ meep-discuss mailing list meep-discuss@a

[android-developers] how to play a video frame by frame with mediaplayer?

2011-11-09 Thread
return ret; } -- 杨辉 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.

[poppler] Extract title from pdf file.

2011-11-08 Thread
Hi, all: I want to extract title from pdf file. Although PDFDoc has a function getDocInfo() to get title info, it is empty most of the time. Thus, I have to guess it by myself. I wish you can give me some advices. Thank you! Best wishes! ___ pop

[Meep-discuss] How to detect continuous-wave signals' intensity of the incident and emergent light.

2011-11-07 Thread ,201021050219
Dear, every one ! How to detect continuous-wave signals' intensity of the incident and emergent light in MEEP? Especially,can we define the power level of the light? How to difine? Thanks very much! regards yanghui ___ meep-disc

[Meep-discuss] Can meep set two sources?

2011-11-06 Thread ,201021050219
Hi, Can meep set two sources?What should I do? Thanks very much! yanghui 网易公开课推出哈佛最受欢迎《幸福》课程,帮您修满幸福学分!___ meep-discuss mailing list meep-discuss@ab-initio.mit.edu http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

[Meep-discuss] 来自杨辉,201021050219的邮件

2011-11-06 Thread ,201021050219
Hi, Can meep set two sources?What should I do? Thanks very much! yanghui___ meep-discuss mailing list meep-discuss@ab-initio.mit.edu http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

[poppler] Object.h and Dict.h include mutually.

2011-11-02 Thread
Hi, all, The head files Objec.h and the Dict.h include each other. So in my program, if Dict.h is included first, then the compiler will complain lots of errors. Can the structure of the programs be adjusted? Thanks all. Best wishes. ___ poppler

[poppler] How poppler deal with multiple charsets?

2011-11-01 Thread
Hi, all: I am a newbie to poppler. Now I want to extract text in pdf file which contain Chinese GBK or other charsets. Whether the poppler can deal with this situation and how it do it? Now I am hacking the source code. So I want to know which part of the source codes are related to de

Re: [Ubuntu-zh] Linux下有没有类似MSDN的东东

2011-10-30 Thread
> 一个HTML附件被移除... > URL: < > https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20111031/f5f095e0/attachment.html > > > ------ 下一部分 -- > A non-text attachment was scrubbed... > Name: signature.asc > Type: application/pgp-signature > Size:

Re: [android-developers] Re: how can i pass the complicated data from java to the native code (the c language)?

2011-10-10 Thread
ean by "all the data"? > In android, JNI is nothing special at all. use GetFieldID to access > java class members. > Hope this helps! > > On Oct 10, 4:07 pm, 杨辉 wrote: >> hi,everybody, >> i have a question about jni. >> it is an android

[android-developers] how can i pass the complicated data from java to the native code (the c language)?

2011-10-10 Thread
? thank you ! java code: class A{ Rect mrect; } -- 杨辉 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegro

Re: [Ubuntu-zh] 关于最近在ubuntu上访问gmail问题

2011-10-08 Thread
- > 一个HTML附件被移除... > URL: > <https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20111008/c70e7642/attachment.html> > -- > ubuntu-zh mailing list > ubuntu-zh@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh > -- 杨辉 -- ubuntu-z

[android-developers] 杨辉想要聊天

2011-09-27 Thread
--- 杨辉希望通过 Google 的一些最炫酷的新产品与您保持更密切的联系。 如果您已经拥有 Gmail 或 Google Talk,请访问: http://mail.google.com/mail/b-9ff684ab57-472f7171aa-6BUXYlUzo6yndRGNRb-AGmDEMAE 您需要点击此链接才能与杨辉聊天。 要获取 Gmail(Google 提供的免费电子邮件帐户,存储空间超过 2,800 MB)并与杨辉聊天,请访问

[android-developers] Question:How to use the methods (loadData and loadDataWithBaseURL) of the webview?

2011-09-27 Thread
loadData and loadDataWithBaseURL. Anybody can help me with a simply example about it? Please tell me the difference between loadData and loadDataWithBaseURL if you can. Thank you! -- 杨辉 -- You received this message because you are subscribed to the Google Groups "Android Developers"

Re: [Ubuntu-zh] 一起来Google Plus把

2011-08-17 Thread
ps://lists.ubuntu.com/mailman/listinfo/ubuntu-zh >> > -- 下一部分 -- > 一个HTML附件被移除... > URL: > <https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20110818/7f432e22/attachment.html> > -- > ubuntu-zh mailing list > ubuntu-zh@lists.ubuntu.com > https://lists

Re: [Ubuntu-zh] 一起来Google Plus把

2011-08-16 Thread
已经很清楚了,呵呵~ 注册邀请和登录方法都在邮件里面了。 在 2011年8月17日 上午11:10,Neo Ko 写道: > google+没有邀请啊,进不了 > > 在 2011年8月17日 上午12:28,杨辉 写道: > >> 1、Google Plus注册邀请(限150人) >> >> 点击进入: >> https://plus.google.com/_/notifications/ngemlink?path=%2F%3Fgpinv%3DJ8kOWLRxFmg%3AsHJbhedIV6g &g

[Ubuntu-zh] 一起来Google Plus把

2011-08-16 Thread
m 203.208.46.29 lh1.googleusercontent.com 203.208.46.29 plus.google.com 203.208.46.29 talkgadget.google.com -- 杨辉 -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

Re: [Ubuntu-zh] KUBUNTU 11.04求助

2011-05-11 Thread
选中之后会下载中文语言包的,不知道你这个情况语言包是否有下载下来。 如果没下载下来,设置了,肯定也不会编程中文界面。 在 2011年5月10日 上午9:24,陈翔宇 写道: > 确实有个选项 但是我选择 汉语 后 提示:设定系统语言为汉语 然后确定,注销再进入 还是英文。 > - Original Message - > From: "杨辉" > To: "ubuntu-zh mailing lists" > Sent: Monday, May 09, 2011 11:19 PM > Su

Re: [Ubuntu-zh] KUBUNTU 11.04求助

2011-05-09 Thread
> 一个HTML附件被移除... > URL: > <https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20110509/c37147bc/attachment.html> > -- > ubuntu-zh mailing list > ubuntu-zh@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh > -- 杨辉 -- ubuntu-zh

[pau-mikro] 供应2011年香港秋季电子产品展览及国际电子组件及生产技术展

2011-05-09 Thread
: 杨辉 35即时邮-可发送300M附件! 立刻体验 下载35EQ,为企业沟通加速。 立刻体验 [Non-text portions of this message have been removed] Yahoo! Groups Links <*> To visit your

[pau-mikro] 2011年香港秋季电子产品展览会

2011-03-20 Thread
2011Ïã¸ÛÇï¼¾µç×Ó²úÆ·Õ¹ÀÀ»á¼°Ïã¸Û¹ú¼Êµç×Ó×é¼þ¼°Éú²ú¼¼ÊõÕ¹ÀÀ»á £¨×¢£º2011Ïã¸Û´º¼¾µç×Ó²úÆ·Õ¹ÀÀ»á»¹ÓÐ3ºÅÖ÷¹Ý×îºÃµÄչλ¡£ÕÐÕ¹ÈÈÏߣº13434372486 £¬020-82591001£© ¡¾¾Ù°ìʱ¼ä¡¿2011Äê10ÔÂ13ÈÕ-16ÈÕ ¡¾¾Ù°ìµØµã¡¿Ïã¸Û»áÒéÕ¹ÀÀÖÐÐÄ ¡¾Ö÷°ìµ¥Î»¡¿Ïã¸ÛóÒ×·¢Õ¹¾Ö չƷ·¶Î§£º 1 µç×Ó²úÆ·Õ¹ -- ÊÓÌýÏû·Ñ²ú

[pau-mikro] 2011年香港秋季电子产品展览会

2011-03-20 Thread
2011Ïã¸ÛÇï¼¾µç×Ó²úÆ·Õ¹ÀÀ»á¼°Ïã¸Û¹ú¼Êµç×Ó×é¼þ¼°Éú²ú¼¼ÊõÕ¹ÀÀ»á £¨×¢£º2011Ïã¸Û´º¼¾µç×Ó²úÆ·Õ¹ÀÀ»á»¹ÓÐ3ºÅÖ÷¹Ý×îºÃµÄչλ¡£ÕÐÕ¹ÈÈÏߣº13434372486 £¬020-82591001£© ¡¾¾Ù°ìʱ¼ä¡¿2011Äê10ÔÂ13ÈÕ-16ÈÕ ¡¾¾Ù°ìµØµã¡¿Ïã¸Û»áÒéÕ¹ÀÀÖÐÐÄ ¡¾Ö÷°ìµ¥Î»¡¿Ïã¸ÛóÒ×·¢Õ¹¾Ö չƷ·¶Î§£º 1 µç×Ó²úÆ·Õ¹ -- ÊÓÌýÏû·Ñ²ú

[pau-mikro] 11年香港春秋季电子产品展览会

2011-02-17 Thread
2011ÄêÏã¸ÛÇï¼¾µç×Ó²úÆ·Õ¹ÀÀ»á (ÌØ×¢:2011ÄêÏã¸Û´º¼¾µç×Ó²úÆ·Õ¹ÀÀ»á¼°2011ÄêÏã¸Û¹ú¼Ê×ÊѶ¿Æ¼¼²©ÀÀ»á( ICT )»¹ÓÐչλ,Ç뾡¿ì±¨Ãû²Î¼Ó) ¡¾¾Ù°ìʱ¼ä¡¿2011Äê10ÔÂ13ÈÕ-16ÈÕ ¡¾¾Ù°ìµØµã¡¿Ïã¸Û»áÒéÕ¹ÀÀÖÐÐÄ ¡¾Ö÷°ìµ¥Î»¡¿Ïã¸ÛóÒ×·¢Õ¹¾Ö ¡¾Õ¹Æ··¶Î§¡¿ ÇïµçÕ¹£ºÊÓÌý²úÆ·¡¢Æû³µµç×Ó¼°µ¼º½ÏµÍ³¡¢µçѶ²úÆ·¡¢¸öÈ˵ç×Ó²úÆ

[pau-mikro] 2011年香港秋季电子产品展览会

2011-02-08 Thread
2011ÄêÏã¸ÛÇï¼¾µç×Ó²úÆ·Õ¹ÀÀ 2011ÄêÏã¸Û´º¼¾µç×Ó²úÆ·Õ¹ÀÀ»á¼°2011ÄêÏã¸Û¹ú¼Ê×ÊѶ¿Æ¼¼²©ÀÀ»á( ICT )»¹ÓÐչλ,Ç뾡¿ì±¨Ãû²Î¼Ó ¡¾¾Ù°ìʱ¼ä¡¿2011Äê10ÔÂ13ÈÕ-16ÈÕ ¡¾¾Ù°ìµØµã¡¿Ïã¸Û»áÒéÕ¹ÀÀÖÐÐÄ ¡¾Ö÷°ìµ¥Î»¡¿Ïã¸ÛóÒ×·¢Õ¹¾Ö ¡¾Õ¹Æ··¶Î§¡¿ ÇïµçÕ¹£ºÊÓÌý²úÆ·¡¢Æû³µµç×Ó¼°µ¼º½ÏµÍ³¡¢µçѶ²úÆ·¡¢¸öÈ˵ç×Ó²úÆ·¡¢¼ÒÓõç

[pau-mikro] 2011年台北国际电脑展

2011-01-07 Thread
2011Äę̂±±¹ú¼ÊµçÄÔÕ¹ Ò»¡¢Õ¹»á½éÉÜ ¡¾Õ¹»áÃû³Æ¡¿2011Äę̂±±¹ú¼ÊµçÄÔÕ¹ÀÀ»á£¨Computex Taipei 2011£© ¡¾Õ¹»áʱ¼ä¡¿2011Äê5 ÔÂ31ÈÕ-6ÔÂ4ÈÕ ¡¾Õ¹»áµØµã¡¿Ì¨Íą̊±± ¡¾Õ¹¹ÝÃû³Æ¡¿Ì¨±±ÊÀ½çóÒ×ÖÐÐÄ£¬ÄϸÛÕ¹ÀÀ¹Ýº£Ï¿Á½°¶Õ¹Çø ̨±±¹ú¼ÊµçÄÔÕ¹£¨COMPUTEX TAIPEI£©ÊÇÑÇÖÞ×î´óµÄµçÄÔÕ¹ÀÀ»á£¬Ò²ÊÇIT ÁìÓò½ö´ÎÓڵ¹úººÅµÍþCeBITÕ¹»áµÄ

[SPAM] 2010中国(深圳)消费电子展

2010-01-03 Thread
ÓÉ´Ë¿ªÆôÄúµÄÓªÏúÍƹãÖ®Âá­¡­ 2010Öйú£¨ÉîÛÚ£©Ïû·Ñµç×ÓÕ¹ £¨CCEF£© China Consumer Electronics Fair 2010(Shenzhen) 2010Äê4ÔÂ9ÈÕ¡«11ÈÕ£¬ÖÜÎå--ÖÜÈÕ ÉîÛÚ»áÕ¹ÖÐÐÄ www.ChinaCEF.com Õ¹ÀÀÖ÷Ì⣺Êý×Ö¼¼Êõ´´ÐÂÉú»î Õ¹ÀÀÃæ»ý£º3ƽ·½Ã× Õ¹»á¹ÛÖÚ£º7ÈË´Î Ö§³Öµ¥Î»£ºÖлªÈËÃñ¹²ºÍ¹ú¹¤ÒµºÍÐÅÏ¢»¯²¿

[SPAM] 2010中国(深圳)消费电子展

2009-12-28 Thread
ÓÉ´Ë¿ªÆôÄúµÄÓªÏúÍƹãÖ®Âá­¡­ 2010Öйú£¨ÉîÛÚ£©Ïû·Ñµç×ÓÕ¹ £¨CCEF£© China Consumer Electronics Fair 2010(Shenzhen) 2010Äê4ÔÂ9ÈÕ¡«11ÈÕ£¬ÖÜÎå--ÖÜÈÕ ÉîÛÚ»áÕ¹ÖÐÐÄ www.ChinaCEF.com Õ¹ÀÀÖ÷Ì⣺Êý×Ö¼¼Êõ´´ÐÂÉú»î Õ¹ÀÀÃæ»ý£º3ƽ·½Ã× Õ¹»á¹ÛÖÚ£º7ÈË´Î Ö§³Öµ¥Î»£ºÖлªÈËÃñ¹²ºÍ¹ú¹¤ÒµºÍÐÅÏ¢»¯²¿

[SPAM] 2010中国(深圳)消费电子展

2009-12-24 Thread
ÓÉ´Ë¿ªÆôÄúµÄÓªÏúÍƹãÖ®Âá­¡­ 2010Öйú£¨ÉîÛÚ£©Ïû·Ñµç×ÓÕ¹ £¨CCEF£© China Consumer Electronics Fair 2010(Shenzhen) 2010Äê4ÔÂ9ÈÕ¡«11ÈÕ£¬ÖÜÎå--ÖÜÈÕ ÉîÛÚ»áÕ¹ÖÐÐÄ www.ChinaCEF.com Õ¹ÀÀÖ÷Ì⣺Êý×Ö¼¼Êõ´´ÐÂÉú»î Õ¹ÀÀÃæ»ý£º3ƽ·½Ã× Õ¹»á¹ÛÖÚ£º7ÈË´Î Ö§³Öµ¥Î»£ºÖлªÈËÃñ¹²ºÍ¹ú¹¤ÒµºÍÐÅÏ¢»¯²¿

[cari-kawan] 2010年香港春季电子产品展 第75届中国电 子展

2009-12-14 Thread
和深圳国际消费电子展(* 上届展会规模达到64,000平方米,来自德国、美国、英国、法国、日本、韩国、印度、瑞士、奥地利、港澳台等21个国家和地区的1700家展商参展,其中海外展商209家。展出范围除涵盖基础元器件、电子材料、电子生产设备、仪器仪表、电子工具、集成电路、光电显示和IT产品,数码消费电子产品。) 并呈上2010年境外展会计划表,供贵司参考. *详细资料在附件请查收!谢谢!欢迎来电咨询* *联系人:杨辉先生 手机:13434372486* *电话020-82

[E1000-devel] 2009年香港秋季电子产品展览会

2009-08-31 Thread
µÚ74½ìÖйúµç×ÓÕ¹£­£­2009ÉϺ££¨Çï¼¾£©µç×ÓÕ¹ ¾Ù°ìʱ¼ä£º2009Äê11ÔÂ11ÈÕ-13ÈÕ ²ÎÕ¹µØµã£ºÉϺ£Ð¹ú¼Ê²©ÀÀÖÐÐÄ Ö÷°ìµ¥Î»£ºÖйúµç×ÓÆ÷²Ä×ܹ«Ë¾ CEF£¬Î¨Ò»»ñµÃÖлªÈËÃñ¹²ºÍ¹úÉÌÎñ²¿ÖлªÈËÃñ¹²ºÍ¹úÐÅÏ¢²úÒµ²¿È«Á¦Ö§³ÖµÄ¹ú¼Ò¼¶µç×Ó´óչͬÆھٰ죺2009ÑÇÖÞµç×ÓÕ¹ Õ¹»áÖ÷Ì⣺ÐÅÏ¢»¯Íƶ¯¹¤Òµ»¯£¬µç×Ó¼¼Êõ´Ù½ø²úÒµÉý¼¶ Õ¹³öÃæ

[Jfs-discussion] 2009年香港秋季电子产品展览 会

2009-08-31 Thread
µÚ74½ìÖйúµç×ÓÕ¹£­£­2009ÉϺ££¨Çï¼¾£©µç×ÓÕ¹ ¾Ù°ìʱ¼ä£º2009Äê11ÔÂ11ÈÕ-13ÈÕ ²ÎÕ¹µØµã£ºÉϺ£Ð¹ú¼Ê²©ÀÀÖÐÐÄ Ö÷°ìµ¥Î»£ºÖйúµç×ÓÆ÷²Ä×ܹ«Ë¾ CEF£¬Î¨Ò»»ñµÃÖлªÈËÃñ¹²ºÍ¹úÉÌÎñ²¿ÖлªÈËÃñ¹²ºÍ¹úÐÅÏ¢²úÒµ²¿È«Á¦Ö§³ÖµÄ¹ú¼Ò¼¶µç×Ó´óչͬÆھٰ죺2009ÑÇÖÞµç×ÓÕ¹ Õ¹»áÖ÷Ì⣺ÐÅÏ¢»¯Íƶ¯¹¤Òµ»¯£¬µç×Ó¼¼Êõ´Ù½ø²úÒµÉý¼¶ Õ¹³öÃæ

[Libhugetlbfs-devel] 2009年香港秋季电子产品展 览会

2009-08-31 Thread
µÚ74½ìÖйúµç×ÓÕ¹£­£­2009ÉϺ££¨Çï¼¾£©µç×ÓÕ¹ ¾Ù°ìʱ¼ä£º2009Äê11ÔÂ11ÈÕ-13ÈÕ ²ÎÕ¹µØµã£ºÉϺ£Ð¹ú¼Ê²©ÀÀÖÐÐÄ Ö÷°ìµ¥Î»£ºÖйúµç×ÓÆ÷²Ä×ܹ«Ë¾ CEF£¬Î¨Ò»»ñµÃÖлªÈËÃñ¹²ºÍ¹úÉÌÎñ²¿ÖлªÈËÃñ¹²ºÍ¹úÐÅÏ¢²úÒµ²¿È«Á¦Ö§³ÖµÄ¹ú¼Ò¼¶µç×Ó´óչͬÆھٰ죺2009ÑÇÖÞµç×ÓÕ¹ Õ¹»áÖ÷Ì⣺ÐÅÏ¢»¯Íƶ¯¹¤Òµ»¯£¬µç×Ó¼¼Êõ´Ù½ø²úÒµÉý¼¶ Õ¹³öÃæ

[Jfs-discussion] 2009年香港秋季电子产品展览 会

2009-08-31 Thread
µÚ74½ìÖйúµç×ÓÕ¹£­£­2009ÉϺ££¨Çï¼¾£©µç×ÓÕ¹ ¾Ù°ìʱ¼ä£º2009Äê11ÔÂ11ÈÕ-13ÈÕ ²ÎÕ¹µØµã£ºÉϺ£Ð¹ú¼Ê²©ÀÀÖÐÐÄ Ö÷°ìµ¥Î»£ºÖйúµç×ÓÆ÷²Ä×ܹ«Ë¾ CEF£¬Î¨Ò»»ñµÃÖлªÈËÃñ¹²ºÍ¹úÉÌÎñ²¿ÖлªÈËÃñ¹²ºÍ¹úÐÅÏ¢²úÒµ²¿È«Á¦Ö§³ÖµÄ¹ú¼Ò¼¶µç×Ó´óչͬÆھٰ죺2009ÑÇÖÞµç×ÓÕ¹ Õ¹»áÖ÷Ì⣺ÐÅÏ¢»¯Íƶ¯¹¤Òµ»¯£¬µç×Ó¼¼Êõ´Ù½ø²úÒµÉý¼¶ Õ¹³öÃæ

[Libhugetlbfs-devel] 2009年香港秋季电子产品展 览会

2009-08-31 Thread
µÚ74½ìÖйúµç×ÓÕ¹£­£­2009ÉϺ££¨Çï¼¾£©µç×ÓÕ¹ ¾Ù°ìʱ¼ä£º2009Äê11ÔÂ11ÈÕ-13ÈÕ ²ÎÕ¹µØµã£ºÉϺ£Ð¹ú¼Ê²©ÀÀÖÐÐÄ Ö÷°ìµ¥Î»£ºÖйúµç×ÓÆ÷²Ä×ܹ«Ë¾ CEF£¬Î¨Ò»»ñµÃÖлªÈËÃñ¹²ºÍ¹úÉÌÎñ²¿ÖлªÈËÃñ¹²ºÍ¹úÐÅÏ¢²úÒµ²¿È«Á¦Ö§³ÖµÄ¹ú¼Ò¼¶µç×Ó´óչͬÆھٰ죺2009ÑÇÖÞµç×ÓÕ¹ Õ¹»áÖ÷Ì⣺ÐÅÏ¢»¯Íƶ¯¹¤Òµ»¯£¬µç×Ó¼¼Êõ´Ù½ø²úÒµÉý¼¶ Õ¹³öÃæ

[SPAM] 2009年香港秋季电子产品展览会

2009-08-03 Thread
2009ÄêÏã¸ÛÇï¼¾µç×Ó²úÆ·Õ¹ÀÀ»á ¡ó ÑÇÖÞµØÇø×î¾ß¹æÄ£¡¢ÃÅÀà×î¹ã¡¢Ã³Ò×ÐÔ×îÇ¿µÄÊ¢»á£» ¡ó Öйú´ó½ÆóÒµ×ß³ö¹úÃÅ×î¼ò±ãµÄ;¾¶£» ¡ó È«ÇòÂò¼ÒÍƹ㣬ʹÄúµÄ²úÆ·Ô¶ÏúÊÀ½ç¸÷µØ£» ¡ó רҵչƷ·ÖÇø£¬Îª×¨ÒµÂò¼ÒºÍ²ÎÕ¹ÆóÒµÖ®¼ä´î½¨×îÖ±½ÓµÄóÒ×»ú»á ¡¾¾Ù°ìʱ¼ä¡¿2009Äê10ÔÂ13ÈÕ-16ÈÕ ¡¾¾Ù°ìµØµã¡¿Ïã¸Û»áÒéÕ¹ÀÀÖÐÐÄ ¡¾Ö÷°ìµ¥

[Ant4eclipse-user] 2009年秋季(第74届)中国电 子展

2009-07-01 Thread
2009ÄêÇï¼¾(µÚ74½ì)Öйúµç×ÓÕ¹ 74th China Electronics Fair (74th CEF) ôß2009Öйú(ÉϺ£)¹ú¼Êµç×ÓÕ¹ÀÀ»á 2009 International Electronics Expo ( IEE Shanghai 2009) ÉϺ£Ð¹ú¼Ê²©ÀÀÖÐÐÄ 2009Äê11ÔÂ11ÈÕ-13ÈÕ Öйúµç×ÓÕ¹£¨CEF£© ÐÅÏ¢»¯Íƶ¯¹¤Òµ»¯£¬µç×Ó¼¼Êõ´Ù½ø²úÒµÉý¼¶ Ö÷°ìµ¥Î»: Öйúµç×ÓÆ÷²Ä×ܹ«Ë¾ ³Ð°ìµ¥Î»:

  1   2   >