Favorite Unix Tricks
2008-05-05 07:09Whether you’re looking to save on keystrokes, avoid errors or simply show off how terse and clever you can be, Unix systems offer a lot of options for smart use of the command line. In this week’s column, we’ll look at a few of my current favorite command line tricks. ... [阅读全文]
Microsoft Uses Open Source To Extend Systems Management To Linux
2008-05-05 07:08Cross Platform Extensions will be included for free in the next service pack of System Center Operations Manager 2007, and Microsoft anticipates extending cross-platform support to other System Center products, including System Center Configuration Manager. ... [阅读全文]
一次删除 Word和Excel中所有超链接的方法
2008-05-04 02:39Microsoft Office功能包罗万象,非常丰富,不过有些功能也是非常讨厌的,比如今天遇到的这个问题,我用Excel写一个通讯簿里面包含一个电子邮件字段,Excel就自做聪明给每个电子邮件自动加了超链接,当时也没管它,等通讯簿写完了,超链接下面都有下划线,打印出来很难看,而超链接又有几十个,一个一个的删除很麻烦。但一时又找不到删除这些链接的方法,google一下居然查不到,不过幸亏我学过E文搜了一下delete all hyperlink居然找到了方法。 删除Word中所有超链接的方法如下:打开Word的菜单 工具->宏->Visual Basic 编辑器,或直接按快捷键 Alt+F11... [阅读全文]
How to build your own Iron Man suit - for real
2008-05-03 04:40“Could we build our own Iron Man suit? Not just a costume, but a functioning apparatus that could perform the miracles the spectacular marvel in the movie does?” ... [阅读全文]
Top 5 Linux Tricks
2008-05-03 04:04Few useful Linux tricks ... [阅读全文]
NOVA 3D LED Display
2008-05-02 20:2825,000 lightballs, each containing 12 LED’s. It can display 16 million colors and 25 images per second. ... [阅读全文]
KDE 4.1 Alpha 1 Released
2008-05-02 19:59The first alpha release for KDE 4.1 is out, and bugs aside, it looks promising. ... [阅读全文]
Nokia’s Dream Phones [pics]
2008-05-02 18:44“The handset maker went to citizens of Mumbai, Rio and other megacities for new ideas—and got designs that find graffiti, test water, and emit peace vibes” ... [阅读全文]
John Farrar on the COOP ColdFusion Framework
2008-05-02 12:00In this, the second of Kay’s series of interviews with ColdFusion framework developers, John Farrar talks up the new kid on the Rapid Application Development block — COOP — and explains how being "cooped up" is the best thing that could happen to a ColdFusion developer. ... [阅读全文]
XML in 10 points
2008-05-01 21:13If you are new to XML, it may be hard to know where to begin. This summary in 10 points attempts to capture enough of the basic concepts to enable a beginner to see the forest through the trees. ... [阅读全文]
Wordpress 修改 - 在文章段落中加入广告
2008-05-01 14:13对 Wordpress 稍作修改,就可以在文章的段落之间自动加入图片或文字广告。在 index.php 或 single.php 中找到 < ?php the_content(); ?> 替换为下面的代码即可: <?php $content = apply_filters(’the_content’, $post->post_content); $save = explode(”</p>”, $content); $count = 1; foreach ($save as $a){ if ($count == 3){ echo’ 在这里放上你的广告代码,比如... [阅读全文]
Linux 代理服务器 Squid 配置详解
2008-05-01 13:57作为一种免费的网络操作系统,Linux越来越受到广大网络爱好者的欢迎,目前Internet上运行的主机有相当一部分采用的就是Linux,而且中国已经把Linux作为政府上网的指定网络操作系统。种种迹象表明,Linux正在逐渐走向成熟。 为了解决Internet发展迅速和IP地址资源紧张的矛盾,代理服务器的使用越来越广泛。Squid是一种在Linux系统下使用的比较优秀的代理服务器软件。 代理服务 代理服务是指由一台拥有标准IP地址的机器代替若干没有标准IP地址的机器和 Internet上的其它主机打交道,提供代理服务的这台机器称为代理服务器。拥有内部地址的机器想连接到Internet上时,先把... [阅读全文]
最新评论