amo's BLOG

一直在默默无闻

首页 CNDEV 网志 联络 (RSS 2.0) (Atom) 登录
  随笔 87 :: 收藏 13 :: 评论 0 :: 寻迹: 0

News


随笔归档

收藏

图库

BLOGs

BTers的聚积地

OpenSource

常去网站

高校BBS

俱乐部

软工相关

友人博客

2006-11-01 #

http://www.sqlite.org/cvstrac/wiki?p=McafeeProblem

Windows users, especially AOL customers, may find files in their C:\TEMP folder that contain an SQLite suffix. These files where put there by the McAfee Anti-Virus software that is running on their computer. The files are harmless. They may be safely deleted. To prevent their reappearance, one apparently needs to disable the McAfee Anti-Virus program.

SQLite is not itself a computer program or application. SQLite is a database library that is used by McAfee Anti-Virus (as well as countless other programs.) Mcafee does not compensate the SQLite development team for their use of SQLite. SQLite is public-domain software so Mcafee is fully within their rights to use SQLite without compensation - indeed the developers of SQLite encourage companies to use SQLite freely just as Mcafee is doing. But on the other hand, since the SQLite team has not been compensated in any way by Mcafee and has no control over nor access to Mcafee's software, the SQLite team cannot take any responsibility for what Mcafee does with the SQLite library.

See ¤http://tinyurl.com/pobqu for additional information.

 

呵呵,McAfee也是,用也不好好用,偷偷地用,还不搽干pp

发表于 @ 22:11 | 评论与反馈 (0)

毫秒,符号ms(millisecond)          1000ms=1s

微秒,符号μs(microosecond)     1000μs=1ms

纳秒,符号ns(nanosecond)         1000ns=1μs

皮秒,符号ps(picosecond)          1000ps=1ns

 

3.3纳秒 -- 光传播一米所使用的时间
33微秒 -- 人能够听到的最高频率的声音的周期

发表于 @ 21:46 | 评论与反馈 (0)