Thu Sep 21 04:05:03 CDT 2006
This is still Slackware 11.0 release candidate 5 (for now), and is still the
last release candidate, scout's honor. We are nearly there. :-)
a/devs-2.3.1-noarch-25.tgz: Added /dev/i2c-* devices.
Thanks to Jean Delvare.
Just a reminder on devs, as I've had some email about it. As it stands, devs
is required to boot even if the machine runs a 2.6+ kernel and uses udev.
a/hotplug-2004_09_23-noarch-11.tgz: Don't allow dhcpcd -k to make noise at
shutdown time if dhcpcd is not running (as in cases where it was shut down
manually, or the lease time was infinite).
[.......]
Friday, September 22, 2006
Slackware or Gentoo?
Thursday, September 21, 2006
MySQL函数SUBSTRING_INDEX
SUBSTRING_INDEX(str,delim,count)
返回字符串 str 中在第 count 个出现的分隔符 delim 之前的子串。如果 count 是一个正数,返回从最后的(从左边开始计数)分隔符到左边所有字符。如果 count 是负数,返回从最后的(从右边开始计数)分隔符到右边所有字符。
mysql>SELECT SUBSTRING_INDEX('www.mysql.com', '.', 2);
-> 'www.mysql'
mysql> SELECT SUBSTRING_INDEX('www.mysql.com', '.', -2);
-> 'mysql.com'
并且这个函数是多字节安全的。
Tuesday, September 19, 2006
The Future of Web Apps Summit
前几日在旧金山举行的未来网络服务峰会上很多优秀web2.0站点的创始人都作了精彩的演讲。
Discover how the web's most successful sites and applications were built, plus get expert practical advice from the best in the business on creating your own web app. Whether you're a developer, business owner or entrecodeneur, join us for this exclusive two-day audience with the biggest names in web development.
Kevin Rose , digg
Mike Arrington , TechCrunch
Mike Davidson , Newsvine
Jeff Veen , Google
Tantek Çelik , Technorati
Dick Hardt , Sxip
Cal Henderson , Flickr
Matt Mullenweg , WordPress
Evan Williams , Odeo
Tom Coates , Yahoo!
Ted Rheingold , Dogster
Carl Sjogreen , Google Calendar
Steve Olechowski , Feedburner
Ryan Carson , Amigo DropSend
Friday, September 15, 2006
微软发布Zune音乐播放器
数字音乐是不是这个时代的伟大发明之一?数字音乐播放器市场的战争从来没有停息过,从samsung到ipod,众多的硬件厂商都在挖掘市场潜力,就连M$这样的软件巨头也开始进军数字音乐播放器,网络附加产品等硬件产品市场,那么拿也上亿投资的google和baidu不会吗?谁想见钱不赚?
微软(总算)如期发布了Zune:WiFi, 30GB硬盘,内置FM,3英寸屏幕(QVGA);格式支持H.264, MP3, AAC, WMA,Zune间可以有限的无线共享(Zune-to-Zune sharing)。价格暂时保密。"
Sunday, September 10, 2006
Miniplayer随机播放问题解决方法
正常情况下,miniplayer是不能随机播放的,但是你把“随机播放“打开,从列表最后一首歌播放,再按”下一首“之后,就可以随机播放了,这个问题终于解决了,不过说实话,1G的容量感觉还是不够的……
Subscribe to:
Posts (Atom)