2. 輸入 "slmgr.vbs -ipk
3. 完後要 active window, 輸入 "slmgr.vbs -ato"
之後可用 slmgr.vbs /dli 查看是否有更換成功 (會顯示序號的某一部份)
This is a place to memorize my wonderful times... I hope I have a fulfill memory in the end of my life...~
function RequstSend()
{
var XmlHttp = new XMLHttpRequst();
var url = "Test.cgi";
XmlHttp.open('GET', url, true);
XmlHttp.send(null);
XmlHttp.onreadystatechange = function() {
if (XmlHttp.readyState == 4)
{
if (XmlHttp.status == 200)
{
alert(XmlHttp.responseText);
}
}
};
}
<section name="handlers" overridemodedefault="Deny"> </section>overrideModeDefault 的值 deny 改為 Allow, 然後就可以點選應用常式處理來作設定的動作了..
<script type="text/javascript">
var test;
funciton foo()
{
alert('Hello world!');
}
</script>
<script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js" />
<pre class="brush:your_language">
... your content
</pre>