Sunday, June 28, 2009

HDA Dongle for Front Audio Support

Looking into it, it seems that there is special hardware required.

Pinouts;

http://www.intel.com/support/mothe [...] 015851.htm

Pin Signal Name Description
1 PORT 1L Analog Port 1 - left channel (Microphone)
2 GND Ground
3 PORT 1R Analog Port 1 - right channel (Microphone)
4 PRESENCE# Active low signal that signals BIOS that an Intel® HD Audio dongle is connected to the analog header. PRESENCE# = 0 when an Intel® HD Audio dongle is connected
5 PORT 2R Analog Port 2 - right channel (Headphone)
6 SENSE1_RETURN Jack detection return for front panel (JACK1)
7 SENSE_SEND Jack detection sense line from the Intel® HD Audio CODEC jack detection resistor network
8 KEY Connector key
9 PORT 2L Analog Port 2 - left channel (Headphone)
10 SENSE2_RETURN Jack detection return for front panel (JACK2)


For AC-97 Front Panel Audio
Pin Signal Name Description
1 MIC Front panel microphone input signal (biased when supporting stereo microphone)
2 AUD_GND Ground used by analog
3 MIC_BIAS Microphone power / additional MIC input for stereo microphone support
4 AUD_GND Ground used by analog audio circuits
5 FP_OUT_R Right channel audio signal to front panel (headphone drive capable)
6 FP_RETURN_R Right channel audio signal return from front panel (when headphones unplugged)
7 AUD_5V Filtered +5 V used by analog audio circuits
8 KEY No pin
9 FP_OUT_L Left channel audio signal to front panel (headphone drive capable)
10 FP_RETURN_L Left channel audio signal return from front panel (when headphones unplugged)


For Intel® High Definition Front Panel Audio

Pin Signal Description Pin Signal Description
1 PORT 1L Analog Port 1 - left channel (Microphone) 2 GND Ground
3 PORT 1R Analog Port 1 - right channel (Microphone) 4 PRESENCE# Active low signal that signals BIOS that an Intel® HD Audio dongle is connected to the analog header. PRESENCE# = 0 when an Intel® HD Audio dongle is connected
5 PORT 2R Analog Port 2 - right channel (Headphone) 6 SENSE1_RETURN Jack detection return for front panel (JACK1)
7 SENSE_SEND Jack detection sense line from the Intel® HD Audio CODEC jack detection resistor network 8 KEY No pin
9 PORT 2L Analog Port 2 - left channel (Headphone) 10 SENSE2_RETURN Jack detection return for front panel (JACK2)


For AC97 Front Panel Audio

Pin Signal Description Pin Signal Description
1 MIC Front panel microphone input signal (biased when supporting stereo microphone) 2 AUD_GND Ground used by analog
3 MIC_BIAS Microphone power / additional MIC input for stereo microphone support 4 AUD_GND Ground used by analog audio circuits
5 FP_OUT_R Right channel audio signal to front panel (headphone drive capable) 6 FP_RETURN_R Right channel audio signal return from front panel (when headphones unplugged)
7 AUD_5V Filtered +5 V used by analog audio circuits 8 KEY No pin
9 FP_OUT_L Left channel audio signal to front panel (headphone drive capable) 10 FP_RETURN_L Left channel audio signal return from front panel (when headphones unplugged)

Saturday, June 20, 2009

兩個白烂 Michael 富 & Jack 超

兩個不惑之年的男人 ~ Jack Micheal



Friday, June 19, 2009

Javascript - window.onbeforeunload

window.onbeforeunload = function (evt) {
var message = 'Are you sure you want to leave?';
if (typeof evt == 'undefined') {
evt = window.event;
}
if (evt) {
evt.returnValue = message;
}
return message;
}

window.onbeforeunload = function() {
// This template uses no error checking, it's just concept code to be
// expanded on.

// Create a new XMLHttpRequest object
var AJAX=new XMLHttpRequest();

// Handle ready state changes ( ignore them until readyState = 4 )
AJAX.onreadystatechange= function() { if (AJAX.readyState!=4) return false; }

// we're passing false so this is a syncronous request.
// The script will stall until the document has been loaded.
// the open statement depends on a global variable titled _userID.
AJAX.open("GET", 'http://someurl.com/endsession.php?id='+_userID, false);
AJAX.send(null);
}



http://snippets.dzone.com/posts/show/142
http://www.webdeveloper.com/forum/showthread.php?t=130767
http://www.codeproject.com/KB/aspnet/NavAwayFromPage.aspx
http://www.hunlock.com/blogs/Mastering_The_Back_Button_With_Javascript

Sunday, June 14, 2009

vista 开机密码忘了怎么办 ?

做为系统管理员,如果忘记Vista登录密码,难道只能重装吗?当然不是,下面介绍种破解方法希望对大家有所帮助。

请先将Vista安装盘放入光驱,重新启动计算机,在CMOS中进行设置以光驱启动。

1.当出现安装界面时,请单击“Repair your computer”(修复系统),在随后弹出的对话框中选择“Command Prompt”(命令提示符)。

2.在调用了系统的命令提示符窗口后,请输入“mmc.exe”命令并按回车键,系统将会调用出控制台。

3.随后选择文件”-“添加/删除管理单元”,系统将再次弹出一对话框。在该对话框左侧窗口内选中“本地用户和组”,然后再单击“添加”按钮。此时,系统将把“本地用户和组”添加到“控制台节点”,单击“确定”按钮完成添加过程。

4.添加完毕后,系统返回到控制台操作界面,单击左侧窗口中的“本地用户和组”,然后再单击“用户”,系统将在右侧窗口中列出当前所有用户。右键单击你要破解的登录用户,选择“设置密码”在弹出的“为帐户设置密码”对话框中,单击“继续按钮”。

5.系统弹出设置新密码的窗口。而此时Vista系统并不需要用户输入以前的密码,而是直接可以设置新的密码。在输入新的密码后,单击确定按钮,系统会弹出一对话框,提示设置成功。

此方法仅做为忘记密码使用,切勿用于它途。


=================================================

有三种方法可以一试:如果是普通账户密码忘了请用第一种方法。
方法(一)
重新启动电脑,启动到系统登录界面时,同时按住Ctrl+Alt键,然后连击Del键两次,会出现新的登录界面,用户名处输入“Administrator”密码为空,回车即可登录,登录后,打开控制面板选/用户账户/更改账户/点击原来的“账户名”/更改我的密码/输入新密码,再次输入新密码,然后点击“更改密码”按钮即可。

如果是计算机管理员密码忘了,请用第二种方法或第三方法。

方法(二)
用Windows xp系统安装光盘,以修复系统的方法,破解超级机算机管理员密码
第1步:将系统设为光盘启动,并放入系统安装光盘。当出现第一个选择界面后按回车,出现第二个选择界面后按“R”键开始修复安装。随后安装程序会检查磁盘并开始复制文件。文件复制完成后,系统将自动重启。
第2步:重启后,系统会进入图形化的安装界面。注意:此时应密切注视界面的左下角,一旦出现“正在安装设备”进度条时,立即按下组合键“Shift+F10”。接着会出现意想不到的事情,一个命令提示符窗口出现在我们的面前。这是破解密码的关键所在。
第3步:在命令提示符窗口中键入“Lusrmgr.msc”并回车(不包括双引号),打开“本地用户和组”管理工具。点击左侧的“用户”然后再右击右侧的管理员账户,选择“设置密码”。此时,会弹出一个警告窗口。大意是说修改密码后,系统中的某些信息将变得不可访问。这里主要指用EFS加密过的文件,并且此前未曾导出证书,则修改密码后这些文件将无法访问。如果没有这种文件,我没就不要理会它,直接单击“继续”,然后输入新密码,并单击确定。然后关闭“本地用户和组”和“命令提示符”窗口,并继续完成修复安装。完成安装后,系统管理员账户就重新“激活”了。

方法(三)
建议下载LSASecretsView软件(管理员/拨号/ASPNet密码破解)
地址:

http://www.52z.com/Soft/10980.html

软件介绍
LSASecretsView(管理员/拨号/ASPNet密码破解)
无需攻击 LSASS 进程即可解密出包括管理员密码、拨号密码、ASPNet密码等在内的系统重要密码,由于像前面说的此软件无需对 LSASS 进行破解,所以不像其它系统密码破解工具那样工作时可能造成死机:)解密出来的密码是以HEX值显示的。

=========================================================================



Vista惊天漏洞?无需密码“破窗而入
http://zhidao.baidu.com/question/46273724.html




Friday, June 05, 2009

Terapeak Marketplace Research

你有甚麼成功貼士與其他賣家分享?

知己知彼 善用工具

除 了研究貨品價值外,賣家也應該多收集市場和競爭對手的資料,幫助自己隨時調整銷售策略。除了一般市場研究工具外,我最近申請了Terapeak Marketplace Research(www.terapeak.com),利用它可以深入研究 6 個主要 eBay 網站(包括美國、英國、澳洲、加拿大、德國和法國)的銷售資料。

他們的資料庫提供非常詳盡的分析,例如某件貨品的listing數目、listing format、平均售價、刊登期間,以及成功出售比例等。賣家更可以利用 Terapeak 緊盯主要對手,研究他們的銷售情況和慣用策略,知己知彼,對我計劃自己的生意很有幫助!

Monday, June 01, 2009

北風資料庫(NorthWind DataBase)下載

使用SQL 2005以後,範例的資料庫已經不再是北風了

不過有些人還是習慣用北風資料庫來當作範例

有需要的人可以透過以下這個網址下載SQL2000的範例資料庫Northwind與Pubs

Northwind and pubs Sample Databases for SQL Server 2000