我们知道,苹果这次升级 iOS 4.2 ,给 iPhone 4 ,iPod Touch 4 和 iPad 送了免费 Find my iPhone 大礼包。而旧设备和旧固件,使用这项服务是收费的。 tysiphonehelp 给大家带来了一段视频,演示了如何在 iPhone 3G 和 3GS 上免费使用苹果的 Find my iPhone 服务。 前提是,你拥有两部 iOS 设备,至少一款是最新款的(iPhone 4 ,iPod Touch 4 或 iPad ),而且都升级到 iOS 4.2 版本。 在新设备上创建一个账号激...
by shishui0147 - IT业界快报 - 2010-11-28 09:45:09 阅读(532) 回复(0)
Google Desktop for Linux find my Microsoft Word, Excel Print Yes. To search over Microsoft Office documents, please make sure that you have the latest version of Google Desktop for Linux as well as wvWare and catdoc tools installed to convert MS Office files into an indexable format. If you don’t have these tools installed and you’ve already downloaded Google Desktop, just un...
[quote]3.4: How do I find which modules are installed on my system? From the command line, you can use the "cpan" command's "-l" switch: $ cpan -l You can also use "cpan"'s "-a" switch to create an autobundle file that "CPAN.pm" understands and cna use to re-install every module: $ cpan -a Inside a Perl program, you can use the ExtUtils::Installed modul...
Q.How do I verify that my ISP or my own recursive resolvers are free from DNS cache poisoning bug that is promised full disclosure of the flaw by Dan on August 7 at the Black Hat conference? How do I test my dns server for DNS cache pollution or DNS Cache Poisoning bug? A.DNS cache poisoning (also known as DNS cache pollution) is a maliciously created or unintended situation that provides dat...
There are many classes supported by Java, such as Button, Thread. When we use statement as follow, which file on my PC javac would refer to? import java.awt.*;
mysql的游标究竟怎么用--映日荷花别样红 mysql从5.0开始支持存储过程和trigger,给我们喜欢用mysql的朋友们更喜欢mysql的理由了,语法 上和PL/SQL有差别,不过搞过编程的人都知道,语法不是问题,关键是思想,大致了解语法后,就从 变量定义,循环,判断,游标,异常处理这个几个方面详细学习了。关于游标的用法mysql现在提供 的还很特别,虽然使用起来没有PL/SQL那么顺手,不过使用上大致上还是一样, 定义游标 declare f...
每一种操作系统都是由成千上万个不同种类的文件所组成的。其中有系统本身自带的文件,用户自己的文件,还有共享文件等等。我们有时候经常忘记某份文件放在硬盘中的哪个地方。在微软的WINDOWS操作系统中要查找一份文件是相当简单的事情,只要在桌面上点击“开始”-“搜索”中就能按照各种方式在本地硬盘上,局域网络,甚至在INTERNET上查找各种文件,文档。 可是使用Linux的用户就没有那么幸运了,在Linux上查找某个文件确实是...