Ubuntu不能开启3D特效
话说换了电脑之后新装了Ubuntu 10.04但是一直开启不了桌面特效,有点郁闷。刚开始没有想到是驱动的问题,今天重新捣鼓了以下,发现原来是显卡驱动的问题。对于一些系统没有封装的驱动,可以通过系统->系统管理->硬件驱动,自动搜索需要安装的驱动。
Foobar 1.0.3 歌词插件 –AutoLyric(奥特歌词)
貌似网上的插件很多都不能用了,不支持1.0.3兼容性不行。自从玩极品飞车发现千千静听的弹窗之后已经彻底摒弃了ttplayer。该插件功能还不错,猛击这里下载插件,直接安装即可。 官方网站:http://www.autolyric.com/
Windows HotFix Check Via C/C++ Update
Main File(hotfixtest.cpp)[Fix vista Filetime]:
// hotfixtest.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "hotfix.h"
int _tmain(int argc, _TCHAR* argv[])
{
std::cout < < "Hotfix Begin:" <>endno;
return 0;
}
WMI Based System Share Detect Via C/C++
Cpp File:
// hotfixtest.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "hotfix.h"
int _tmain(int argc, _TCHAR* argv[])
{
//系统共享检测代码
NetShare Myshare[50];
int shareno = GetNetShare(Myshare);
std::cout < < "----------------------------------------------------------------" <>k;
return 0;
}
偶的西太平洋大学文凭证书
Windows HotFix Check Via C/C++
源文件:
#include "stdafx.h"
#include "hotfix.h"
int _tmain(int argc, _TCHAR* argv[])
{
//WmiInit();
Hotfix h[200];
int counts=Gethotfix(h);
std::cout < < "Hotfix Begin:" <