2009年5月4日星期一

5 个免费的 Web 视频及音频播放器

http://www.cnbeta.com/articles/83382.htm

在线视频,在线音频越来越流行,即使你的网站成不了 YouTube,也不妨在上面部署一些可以直接在线播放的视频,在 Web 上播放媒体,如今最可靠方案莫过于 Flash。本文介绍5个免费的,简单易用的,可以嵌入任意网页的 FLV 视频与 MP3 音频播放器,它们都基于 Flash 技术。

在线视频,在线音频越来越流行,即使你的网站成不了 YouTube,也不妨在上面部署一些可以直接在线播放的视频,在 Web 上播放媒体,如今最可靠方案莫过于 Flash。本文介绍5个免费的,简单易用的,可以嵌入任意网页的 FLV 视频与 MP3 音频播放器,它们都基于 Flash 技术。

1. Flowplayer 


Flowplayer 是一个开源(GPL3 许可)Web 视频播放器,可以将视频嵌入到你的网页。

2. JW FLV Player 



JW FLV Player 是最流行,最灵活的 Web 媒体播放器,它可以播放 Flash 所支持的所有格式,包括 FLV, MP4, MP3, AAC, JPG, PNG 以及 GIF。还支持 RTMP, HTTP 直播媒体流,支持多种播放列表格式。还提供 JavaScript API。
3. Flash Video Player Plugin for WordPress 


Flash Video Player 是一个 WordPress 插件,可以将视频快速嵌入你的 WordPress 博客,支持自定义皮肤,水印 Logo 等。将该播放器放到 WordPress 插件目录(wpcontent/plubins) 并在系统管理中激活该插件即可使用。详细资料... 
4. WP Audio Player 


WP Adudio Player 是一个 WordPress 插件,可以直接在 Web 上播放 MP3 文件。很容易使用和定制。在非 WordPress 站点,该播放器也可以使用,这里有一个教程
5. XSPF Web Music Player 


XSPF Web Music Player 是一个基于 Flash 的 Web 程序,使用 XSPF 播放列表格式播放 mp3 音频。XSPF 是一个 XML 格式的播放列表格式,该程序是用 Actionscript 2 设计的。

本文来源:http://woork.blogspot.com/2009/05/5-free-flash-video-and-audio-mp3.html


--
snigoal,HUST,Wuhan,China

2009年4月30日星期四

ubuntu更新源

from:ubuntu as my os !haha!

命令:sudo gedit /etc/apt/sources.list
用你选择的源覆盖原先的,注意网页复制可能产生多余的空格等,自行去掉。
更新命令,其实系统自己也会自动更新。

  sudo apt-get update
  sudo apt-get dist-upgrade

----源-------------------

Archive.ubuntu.com更新服务器(欧洲,此为官方源,电信网通用户使用):

deb http://archive.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ intrepid-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ intrepid-proposed main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ intrepid-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ intrepid-proposed main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse


Ubuntu.cn99.com更新服务器(江苏省常州市电信,推荐电信用户使用):

#已经恢复使用 #好像没有更新
deb http://ubuntu.cn99.com/ubuntu/ intrepid main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ intrepid-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ intrepid-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ intrepid-proposed main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ intrepid-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ intrepid main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ intrepid-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ intrepid-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ intrepid-proposed main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ intrepid-backports main restricted universe multiverse


网易163更新服务器:

#经查,和cn99为同一个#
deb http://mirrors.163.com/ubuntu/ intrepid main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ intrepid-security main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ intrepid-updates main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ intrepid-proposed main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ intrepid-backports main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ intrepid main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ intrepid-security main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ intrepid-updates main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ intrepid-proposed main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ intrepid-backports main restricted universe multiverse


Mirrors.shlug.org更新服务器(电信服务器,Ubuntu China Official Mirror, maintained by Shanghai Linux User Group):

deb http://cn.archive.ubuntu.com/ubuntu intrepid main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu intrepid-updates main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu intrepid-proposed main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu intrepid main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu intrepid-updates main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu intrepid-proposed main restricted universe multiverse


Mirror.lupaworld.com更新服务器(浙江省杭州市双线服务器,推荐):

deb http://mirror.lupaworld.com/ubuntu intrepid main restricted universe multiverse
deb http://mirror.lupaworld.com/ubuntu intrepid-security main restricted universe multiverse
deb http://mirror.lupaworld.com/ubuntu intrepid-updates main restricted universe multiverse
deb http://mirror.lupaworld.com/ubuntu intrepid-backports main restricted universe multiverse
deb http://mirror.lupaworld.com/ubuntu intrepid-proposed main restricted universe multiverse
deb-src http://mirror.lupaworld.com/ubuntu intrepid main restricted universe multiverse
deb-src http://mirror.lupaworld.com/ubuntu intrepid-security main restricted universe multiverse
deb-src http://mirror.lupaworld.com/ubuntu intrepid-updates main restricted universe multiverse
deb-src http://mirror.lupaworld.com/ubuntu intrepid-backports main restricted universe multiverse
deb-src http://mirror.lupaworld.com/ubuntu intrepid-proposed main restricted universe multiverse


厦门大学更新服务器(教育网服务器):

deb ftp://ubuntu.realss.cn/ubuntu/ intrepid main restricted universe multiverse
deb ftp://ubuntu.realss.cn/ubuntu/ intrepid-backports restricted universe multiverse
deb ftp://ubuntu.realss.cn/ubuntu/ intrepid-proposed main restricted universe multiverse
deb ftp://ubuntu.realss.cn/ubuntu/ intrepid-security main restricted universe multiverse
deb ftp://ubuntu.realss.cn/ubuntu/ intrepid-updates main restricted universe multiverse
deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid main restricted universe multiverse
deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid-backports main restricted universe multiverse
deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid-proposed main restricted universe multiverse
deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid-security main restricted universe multiverse
deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid-updates main restricted universe multiverse


成都市 电子科技大学更新服务器(教育网,推荐校园网和网通用户使用):

deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid main multiverse restricted universe
deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-backports main multiverse restricted universe
deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-proposed main multiverse restricted universe
deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-security main multiverse restricted universe
deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-updates main multiverse restricted universe
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid main multiverse restricted universe
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-backports main multiverse restricted universe
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-proposed main multiverse restricted universe
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-security main multiverse restricted universe
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-updates main multiverse restricted universe
== 如果无法解析uestc.edu.cn域名,请使用以下地址 ==
deb http://ubuntu.dormforce.net/ubuntu/ intrepid main multiverse restricted universe
deb http://ubuntu.dormforce.net/ubuntu/ intrepid-backports main multiverse restricted universe
deb http://ubuntu.dormforce.net/ubuntu/ intrepid-proposed main multiverse restricted universe
deb http://ubuntu.dormforce.net/ubuntu/ intrepid-security main multiverse restricted universe
deb http://ubuntu.dormforce.net/ubuntu/ intrepid-updates main multiverse restricted universe
deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid main multiverse restricted universe
deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid-backports main multiverse restricted universe
deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid-proposed main multiverse restricted universe
deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid-security main multiverse restricted universe
deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid-updates main multiverse restricted universe


上海市上海交通大学更新服务器(教育网,推荐校园网和网通用户使用):

deb http://ftp.sjtu.edu.cn/ubuntu/ intrepid main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ intrepid-backports main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ intrepid-proposed main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ intrepid-security main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ intrepid-updates main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ intrepid main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ intrepid-backports main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ intrepid-proposed main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ intrepid-security main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ intrepid-updates main multiverse restricted universe

中国科学技术大学更新服务器(教育网,推荐校园网和网通用户使用):

deb http://debian.ustc.edu.cn/ubuntu/ intrepid main multiverse restricted universe
deb http://debian.ustc.edu.cn/ubuntu/ intrepid-backports main multiverse restricted universe
deb http://debian.ustc.edu.cn/ubuntu/ intrepid-proposed main multiverse restricted universe
deb http://debian.ustc.edu.cn/ubuntu/ intrepid-security main multiverse restricted universe
deb http://debian.ustc.edu.cn/ubuntu/ intrepid-updates main multiverse restricted universe
deb-src http://debian.ustc.edu.cn/ubuntu/ intrepid main multiverse restricted universe
deb-src http://debian.ustc.edu.cn/ubuntu/ intrepid-backports main multiverse restricted universe
deb-src http://debian.ustc.edu.cn/ubuntu/ intrepid-proposed main multiverse restricted universe
deb-src http://debian.ustc.edu.cn/ubuntu/ intrepid-security main multiverse restricted universe
deb-src http://debian.ustc.edu.cn/ubuntu/ intrepid-updates main multiverse restricted universe


中国台湾 台湾大学更新服务器(推荐网通用户使用,电信PING平均响应速度41MS。强烈推荐此源,比较完整,较少出现同步问题): 暂时不好用

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-updates main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-updates main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-backports main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-backports main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-security main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-security main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-proposed main multiverse restricted universe
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-proposed main restricted universe multiverse


mirror.rootguide.org更新服务器(上海市 电信):

deb http://mirror.rootguide.org/ubuntu/ intrepid main restricted universe multiverse
deb-src http://mirror.rootguide.org/ubuntu/ intrepid main restricted universe multiverse
deb http://mirror.rootguide.org/ubuntu/ intrepid-updates main restricted universe multiverse
deb-src http://mirror.rootguide.org/ubuntu/ intrepid-updates main restricted universe multiverse
deb http://mirror.rootguide.org/ubuntu/ intrepid-backports main restricted universe multiverse
deb-src http://mirror.rootguide.org/ubuntu/ intrepid-backports main restricted universe multiverse
deb http://mirror.rootguide.org/ubuntu/ intrepid-security main restricted universe multiverse
deb-src http://mirror.rootguide.org/ubuntu/ intrepid-security main restricted universe multiverse
deb http://mirror.rootguide.org/ubuntu/ intrepid-proposed main multiverse restricted universe
deb-src http://mirror.rootguide.org/ubuntu/ intrepid-proposed main restricted universe multiverse


台湾的官方源速度也相当不错,有时甚至快于内地的:

deb http://tw.archive.ubuntu.com/ubuntu intrepid main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu intrepid-updates main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu intrepid-proposed main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu intrepid main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-updates main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-proposed main restricted universe multiverse


台湾更新服务器:

deb http://ftp.cse.yzu.edu.tw/pub/Linux/Ubuntu/ubuntu/ intrepid main restricted universe multiverse
deb http://ftp.cse.yzu.edu.tw/pub/Linux/Ubuntu/ubuntu/ intrepid-security main restricted universe multiverse
deb http://ftp.cse.yzu.edu.tw/pub/Linux/Ubuntu/ubuntu/ intrepid-updates main restricted universe multiverse
deb http://ftp.cse.yzu.edu.tw/pub/Linux/Ubuntu/ubuntu/ intrepid-backports main restricted universe multiverse
deb http://ftp.cse.yzu.edu.tw/pub/Linux/Ubuntu/ubuntu/ intrepid-proposed main restricted universe multiverse
deb-src http://ftp.cse.yzu.edu.tw/pub/Linux/Ubuntu/ubuntu/ intrepid main restricted universe multiverse
deb-src http://ftp.cse.yzu.edu.tw/pub/Linux/Ubuntu/ubuntu/ intrepid-security main restricted universe multiverse
deb-src http://ftp.cse.yzu.edu.tw/pub/Linux/Ubuntu/ubuntu/ intrepid-updates main restricted universe multiverse
deb-src http://ftp.cse.yzu.edu.tw/pub/Linux/Ubuntu/ubuntu/ intrepid-backports main restricted universe multiverse
deb-src http://ftp.cse.yzu.edu.tw/pub/Linux/Ubuntu/ubuntu/ intrepid-proposed main restricted universe multiverse


香港更新服务器:

deb http://ftp.hostrino.com/pub/ubuntu/archive/ intrepid main restricted universe multiverse
deb http://ftp.hostrino.com/pub/ubuntu/archive/ intrepid-security main restricted universe multiverse
deb http://ftp.hostrino.com/pub/ubuntu/archive/ intrepid-updates main restricted universe multiverse
deb http://ftp.hostrino.com/pub/ubuntu/archive/ intrepid-backports main restricted universe multiverse
deb http://ftp.hostrino.com/pub/ubuntu/archive/ intrepid-proposed main restricted universe multiverse
deb-src http://ftp.hostrino.com/pub/ubuntu/archive/ intrepid main restricted universe multiverse
deb-src http://ftp.hostrino.com/pub/ubuntu/archive/ intrepid-security main restricted universe multiverse
deb-src http://ftp.hostrino.com/pub/ubuntu/archive/ intrepid-updates main restricted universe multiverse
deb-src http://ftp.hostrino.com/pub/ubuntu/archive/ intrepid-backports main restricted universe multiverse
deb-src http://ftp.hostrino.com/pub/ubuntu/archive/ intrepid-proposed main restricted universe multiverse



取自"http://wiki.ubuntu.org.cn/index.php?title=Template:8.10source&variant=zh-cn"

--
snigoal,HUST,Wuhan,China

2009年4月28日星期二

在不摧毁Windows的情况下体验Linux

http://www.cnbeta.com/articles/82936.htm

用Windows时间长了,难免会开始缺少新鲜感,于是有一部分人会尝试安装Linux,但问题又出现了,如果Linux安装不当,可能会摧毁原来的 windows。如果能保持两个系统完整且互不侵犯,每个人都会乐意,因为这样方便用户切换系统来工作。

1、Cygwin

Cygwin可以帮助我们在Windows环境下运行大部分的 Linux应用程式,在cygwin1.dll帮助下,可以造就出Linux API模拟环境。Cygwin必须在重新编译下运行,方法很简捷,可以帮助大家体验Linux,而且使大家可以尝试大量较常见的Linux应用软件,Cygwin目前已被广泛应用。



2、Virtualization(虚拟化)

我相信使用虚拟机才是大家最常用的手法,虚拟化的好处就是"无缝"体会。要想手动安装一个Linux系统,不是很简单的,但虚拟化使一切简单起来,起码不需要重新硬盘分区。目前较好的虚拟应用有有VirtualBox (免费)和 VMware(收费),虚拟应用已经走过了漫长的岁月,现在对USB ,无线网络, DVD等都有很好的支持,但虚拟操作系统并不适合每一个人,因为要求电脑要有较高的CPU跟内存才能体验真正的虚拟化,资源不够会导致其功能和性能存在着很多不尽如人意的地方。

下图是安装了virtualbox,同一台电脑在Windows和Linux环境下运行firefox:



另一款虚拟Linux的安装最近人气急升,应用的是coLinux (Cooperative Linux)内核,这些虚拟方式与传统的虚拟最大的不同就是完全控制硬件。还有ooperative Virtual Machine (CVM),但这个不被Linux社区广泛应用。这里有一张介绍使用coLinux核心情况的列表。当然好用的还有Ulteo,Ulteo是一种即插即用 Ubuntu的衍生coLinux应用,现在已经有强大的软件支持,在XP和Vista ( 32位)下也易于安装。

下图是Ulteo:



3、Wubi

Wubi(Windows-based Ubuntu Installer),极度推荐给Linux新用户,原因就是它的低风险及安全性。Wubi的安装就像一般软件的安装,无需要独立分区,而且安装完成功能齐全,很好地支持第三方软件,卸载也十分简便。Wubi也是有缺点的,就是安装在NT文件系统后,会给人一种年久了就会失修的感觉,老化情况比较严重。

下图是Wubi的安装:




--
snigoal,HUST,Wuhan,China

2009年4月26日星期日

BM 2009实习申请简历筛选评分标准(内参,仅供参考)

IBM蓝色之路09年的暑期实习已经开始了,不知道大家都申请了吗?在论坛里面看到很多前 辈写了很多关于网申的经验,受益匪浅。我根据前辈总结的经验对今年IBM的实习申请简历 筛选做一个大胆的预测,建议大家采用这个标准先自我评估下,能够通过筛选的概率有多 大,免得浪费时间和感情。毕竟IBM的实习职位不可能满足那么多2010年毕业的筒子们。   【说明:听以前去IBM实习过的师姐说过,IBM的实习申请全国范围内能收到2~3万份简历 ,多数人都是分母炮灰命,在这种严峻形势下,研究下它家的简历标准还是很有必要的。 这个标准属于我个人研究成果,仅供参考。】  (1)硬标准 --英语四级的硬要求(旧的四级:必须为通过,新的四级:425分以上)肯定要首先满足, 不满足的,你不用再往下看其他标准了,该忙啥就去忙啥,不用浪费时间了。 --学历必须为本科以上,专科没戏,所以专科生不用浪费时间了,IBM实习从不招大专生;  --不是2010年毕业的也没戏,包括09年以前毕业的、2011年毕业的,都不要浪费时间了。   (2)简历评分 根据权重,简历每一项对应的分值不等,分值越大越好,最后累加计算各项得分。  (一)基本信息部分: 是否有IBM的实习经验?是:5分,否:0分。 生源地是否为职位所在城市?是:5分,否:0分。 目前所在城市与首选应聘城市是否一致,且为以下城市之一:北京、上海、广州、深圳、 南京、沈阳、成都、杭州、济南? 是:5分 否:目前所在地与首选应聘城市在上述城市范围,但不一致,则加3分;目前所在地不在上 述城市范围,则为0分。 【备注:上述城市范围参考的是它家官方网页上的宣讲会行程所到城市】  (二)教育背景部分: 学校:985高校5分;211高校3分;其他高校0分;(这一项基本上可通过下拉列表中是否有 你学校的名字作为一个初步判断标准) 专业:专业与职位是否对口,是:2分,否:0分;(见职位的具体要求自行评估) 学历:本科1分,硕士2分,博士及MBA 为3分; 年级排名:5%为5分,前10%为3分,前20%及30%为1分,其他0分; 主修课程:是否含有与职位要求的相关技能,是:1分,否:0分;(见职位的具体要求自 行评估)  (三)奖励活动部分: 是否获得过IBM或者其他IT公司相关奖学金?是:5分,否:0分; 是否有其他获奖经历:是:1分,否:0分; 是否有学生会、社团的主席任职经历?是:2分;否:0分。  (四)技能爱好: 英语等级: CET 4: 如果为旧的CET4:没通过0分(直接被out),通过1分,良好2分,优秀3分; 如果为新的CET 4新分制:425分以下0分(直接被out),425-519为1分,520-614为2分, 615以上为3分; CET 6: 如果为旧的CET 6:通过3分,良好4分,优秀5分; 如果为新的CET6新分制:425分以下0分,425-519为3分,520-614为4分,615以上为5分;  TEM4:通过2分,良好3分,优秀4分; TEM8:通过3分,良好4分,优秀5分; PET3:没通过0分(直接被out),通过1分,良好2分,优秀3分; 参加过TOFEL、GRE、GMAT、TOEIC、IELTS考试?是:3分,否0分; 英语口语水平:母语5分,流利5分,可英语面试2分,简单会话1分; 是否获得过IBM专业资格证书?是5分,否0分; 如果是2个证书,则再加2分;如果是3个证书,则再加4分;  (五)项目经验: 是否有项目经验?有2分,无0分; 项目关键字是否与职位要求是否匹配?是2分,否0分;(见职位的具体要求自行评估);  项目是否有论文、专利及获奖?是3分,否0分;  (六)实习或工作经验: 是否有实习或经验?有3分,无0分; 是否在IBM或其商业伙伴工作过?是5分,否0分; 实习或工作经验时间:半年以上5分,1-2个月2分,3-5个月4分; 实习或工作经验与职位要求是否匹配?是5分,否0分;   (七)发表论文 是否有发表论文?是:2分,否:0分; 如果有发表,是否为第一作者:是2分,否1分; 发表论文的期刊是否属于SCI、EI、ISTP、ISR?是:5分,否0分;  以上就是我根据IBM实习网申的填写明细自定义的简历评分标准,大家可参考给自己打个分 ,然后将各项分值累加,计算出一个总分值,然后对照一下。  各分值区间说明: 小于25分:基本没戏,申了也白申; 大于25分,小于等于40分:可能有戏,不妨试试,能否通过全看你的运气和人品、HR看你 简历时的心情; 大于40分,小于等于60分:机会很大,值得认真填写网申; 大于60分,小于等于90分:肯定通过,可以早点准备笔试、面试。   转载自应届生BBS: http://bbs.yingjiesheng.com/thread-174209-1-1.html

--
snigoal,HUST,Wuhan,China

2009年4月20日星期一

中国科学院研制成功单精度千万亿次超级计算系统

中科院副院长李静海今天在此宣布:我国第一套单精度峰值超过每秒1000万亿次浮点运算的超级计算系统,日前由中国科学院过程工程研究所研制成功并投入使用。该系统针对众多行业和学科的应用需求,提炼了不同领域的共同特征,构建了多层次的并行算法和相应的计算机体系结构,是中科院长期积累、自主创新的重要 成果,并得到了联想和曙光的支持和合作。

据该项目负责人、中科院过程工程研究所研究员葛蔚介绍,超级计算能力不仅体现了一个国家在科学研究方面的实力,而且决定了工程技术和国家安全方面的竞争力,已成为各大国激烈竞争的科技制高点之一。在计算硬件技术迅速发展的同时,通用超级计算投资大、能耗高、算法开发滞后、实际效率低的问题日益突出; 而针对各种特定算法设计的专用计算机研发成本高、无法成批生产,经济性差。成本高、效率低成为提升超级计算能力的瓶颈。

中科院过程所自 1984年开始多尺度方法及其计算模型的研究,1993年进一步开展离散化方法和算法的研究。在此过程中,逐步认识到多尺度结构和离散化是许多工程问题的共同特征,建立了适应不同问题的通用算法框架。2000年,根据此类算法良好的并行性和可扩展性,正式提出了多尺度离散化并行计算模式。2008年2月,过程所敏锐地抓住图形处理器(GPU)编程环境更新的机遇, 借助GPU自主研制了基于该模式的单精度峰值120万亿次的计算系统。利用该系统,成功开展了多相流动直接数值模拟、材料和纳微系统微观模拟和生物大分子动态行为模拟等应用,证明了多尺度离散化并行计算模式的优势和前景,得到了国家有关部门的高度重视。

2009年,在国家重大科研装备研制项目支持下,该系统又升级至峰值450万亿次,并新建了基于多种GPU的峰值150万亿次的单元系统,同时与联想集团和曙光公司分别联合研制了两套200万亿次的单元系统,于今年2月安装到位。3月,四套系统通过千兆以太网互联为多层次的体系结构,并解决了多种不同 GPU联用的问题,建成了峰值速度超过1千万亿次的超级计算系统。

在日前举行的项目评估会上,专家组高度评价了该系统的重要意义,认为它提炼了众多应用领域的计算问题的共性算法特征,提出了具有一定普遍意义的多尺度离散模拟方法,通过算法、软件和硬件结构密切结合的创新设计,提升实际问题的求解能力,并显著降低成本与能耗,实践了一种富有特色的超级计算模式。

由于应用需求迫切,该系统研制期间就开始承担国家重大专项、国家科技支撑计划、国家自然科学基金重大基金和多家大型企业的计算任务,涉及化工、冶金、石油、矿产、动力等多个产业和物理、化学、材料、生物等多个学科,展示了广阔的应用前景。

该系统是中科院过程所与联想集团和曙光公司等单位协同攻关的结果,体现了中科院在高性能计算的研究、开发和系统集成方面的整体实力。两家企业也分别形成了新一代高效能低成本超级计算产品系列,为研发成果的推广应用打下了良好基础。该系统的成功表明:从应用出发、另辟蹊径,通过多学科、多领域的交叉合作实现问题、算法和硬件结构的一致性,以提高计算的效率和经济性,是我国在现有条件下赶超世界超级计算前沿水平的可行途径,也将是超级计算发展的重要方向。


--
snigoal,HUST,Wuhan,China

2009年4月17日星期五

细数国内几个比较牛的网站UED博客

http://www.cnbeta.com/articles/82049.htm

发现国内一些有创新精神的网站的UED部门很活跃,也很有共享精神。他们有的在网站建立了自己的团队博客,在里面分享他们的设计经验,很值得一看。其实,团队开博客不仅仅有利于促进团队之间的良好氛围,更有利于宣传网站的文化形象。下面,就来看看这些有意思的博客吧:

第一名:TaoBao UED

这是一个很活跃的团队,博客的内容质量十分高,感觉团队里的每一个成员在UED方面各有特长。有精通js交互设计的(翻译了一本书),有精通网页版面设计的(我在里面学到了删格化的知识),还有。。。他们的工作精神也很值得学习,他们在人员不足的情况下,自发设计了一个效果非常牛的招聘网站,真有点吸引人。
网址:http://ued.taobao.com/blog/

第二名:19楼UED

这个博客虽然交互方面的内容不多,但是UI、VI方面的内容却十分全面,并且设计得都非常漂亮。特别是首页里面,有几个文件库,里面包含了整套VI设计的材料,很值得参考。
网址:http://ued.dukuai.com/blog/      http://ued.dukuai.com

第三名:金蝶友商网UED

虽然创新性的内容不多,但却也比较丰富。里面的一些有关UED方面的知识浅显易懂,很值得初学者学习。
网址:http://www.kdued.com

四、支付宝UED

关于js及布局方面的内容较多,和taobaoUED有点类似。
网址:http://ued.alipay.com

以上三个是比较好的,此外,还有一些也值得一看:
其他UED的博客:
1、网易UED

里面关于页面布局的内容值得一看,原创性的内容少一些。
网址:http://www.ued163.com/

2、阿里巴巴UED

内容还不丰富,可能是团队还不完善的原因。期待象taobaoUED团队一样有高质量的内容出现。
网址:http://www.aliued.com/

3、阿里妈妈UED

主要是宣传阿里妈妈的一些UED设计方面的变化,也有一些技术性的文章。
网址:http://ued.alimama.com/

4、口碑网UED

UED基础知识方面及技巧方面的内容很多,质量很高,非常值得初学者学习。
网址:http://ued.koubei.com

另外再介绍几个我常去看的UED方面的博客:
1、白鸦:http://uicom.net/blog/
2、一叶千鸟:http://www.rexsong.com/
3、臭鱼:http://chouyu.com.cn/

脱盲教育:什么是UED?
UED是英文User Experience Design 的缩写。翻译成中文就是:用户体验设计。对于传统的网站而言,很少有专门设置UED部门的,一般都是UI部门负责这些活。其实,UE和UI在一定程度上是有所不同的,UI重视的是为用户提供良好的感观,而UE重视的是对用户行为的引导。两者应该是互相包含,互相影响。重视UE的网站,是对用户更贴心的照顾。所以,在这里,我要为阿里打满分,阿里旗下的所有网站:阿里巴巴、淘宝、支付宝、阿里妈妈、口碑网等网站,都有独立的UE部门,很值得其他网站学习。


--
snigoal,HUST,Wuhan,China

2009年4月15日星期三

IE6 死后大快人心的10件事

http://www.cnbeta.com/articles/81998.htm

很多人以为IE6已经死了,也许只有设计师这样认为,现实世界中IE6的使用者大有人在,不过不会维持很久,IE8已经推出,微软对IE8的推广不遗余力,同时,不少人从IE转到别的浏览器,总有一天,IE6会被弃之如敝履,没有人愿意再提起,那时,有10件事会大快人心。





  1. 使用 CSS 2 的 child 选择器

    不必再写一大堆规则在某个对象的子对象中筛选,CSS2 的子选择器(child selectors)可以选择某个对象下直接的子对象。

  2. 放心使用 24 位 PNG 图片(透明不再是问题)

    不必象以前那样在不同背景方案下设计不同的图片边缘反锯齿方案,使用 PNG 的 Alpha 通道,我们可以用图片实现阴影,眩光以及透明效果。

  3. 使用属性选择器

    不必再写类似 <input class="text" /> 一类的代码,告诉浏览器当前输入框使用什么式样类,CSS2可以直接选择 HTML 对象的属性,如 input[type="text"],我们甚至可以使用 CSS3 的子字符串匹配属性选择器,匹配我们希望选取的对象,可以在那些使用类似 CSS 类的地方大大减少代码量。

  4. 可以使用更多 display 类型

    可以使用类似 display:inline-block 的代码,这样就不会再出现嵌套的 float:left 一类的混乱,也不必再举棋不定地使用 overflow:hidden 一类的定义。(不过要等到 Firefox 3 出来)

  5. 使用 min-width 和 max-width 

    尽管 IE6 对 width 的实现很接近正确的 min-width,但总是不一样。而且没有涉及到 max-width,随着 IE6 的消失,一种新的基于 block 的布局方式将复兴,这种布局将更加灵活。

  6. 扔掉90%的 CSS Hack

    不必再担心诸如幽灵字符神秘消失的 block,以及令人沮丧的双 margin 一类的 BUG,也不必再为这些 BUG 写专门的 Hack。

  7. 大胆使用缩写(<abbr>)标签

    尽管不是人人用得着这个标签。

  8. 可以大胆相信 z-index 了

    不必再为层间错误的堆叠次序抓耳挠腮,我们并没做错什么,这是IE6堆叠BUG引起的。

  9. 省钱省时间

    那些 IE6 Hack 花了我们不少时间和成本。

  10. 再次找回 Web 设计的快乐。

    写 CSS 将是一种快乐,因为浏览器会按照你想的样子来,不过 IE7 什么时候消失?
有三件事,我们还得等等(直到IE7消失)

  1. 使用 CSS 计数器

    我们不必再使用那个不被推荐的 start 属性。

  2. 使用 box-sizing 属性

    CSS3 的 box-sizing 在 IE8和其他浏览器都可以使用,最终,我们可以自行选择使用哪种 box 模型。

  3. 改进的 JavaScript 

    对 javaScript 我们还有很多改进的空间,一个简单的事件监听机制,对合并后的 CSS 属性的获取(可靠的获取),这些 IE7 还有很多缺陷。IE8 对 JavaScript 引擎做了较大的改进。
IE6 具体消失的日子还很难讲,尤其国内,至少要留出时间让我们的几大银行重新编写 ActiveX 吧 - 译者。


--
snigoal,HUST,Wuhan,China

VISIT COUNT