摘要: 在控制台输出using System.Management; 添加引用 在该解决方案下的引用右击添加 System.Management;Double CPUtprt = 0; System.Management.ManagementObjectSearcher mos = new System.Management.ManagementObjectSearcher(@"root\WMI", "Select * From MSAcpi_ThermalZoneTemperature"); try { foreach (ManagementOb... 阅读全文
posted @ 2013-05-22 11:19 奇奇博客 阅读(256) 评论(0) 推荐(0)
摘要: <script src="js/jquery-1.9.1.js" type="text/javascript"></script> <script type="text/javascript"> $(function () { $('#btnDate').click(function(){ WebApplication1.WebService1.GetDateTime(onSuccess, onFailed); }) function onSuccess(result) { $(&# 阅读全文
posted @ 2013-05-22 11:15 奇奇博客 阅读(356) 评论(0) 推荐(0)
摘要: <script src="js/jquery-1.9.1.js" type="text/javascript"></script> <script type="text/javascript"> $(function () { function GetUser() { WebApplication1.WebService1.GetCountPerson(onSuccess, onFailed); } function onSuccess(result) { $('#spcount') 阅读全文
posted @ 2013-05-22 10:34 奇奇博客 阅读(210) 评论(0) 推荐(0)
摘要: <title></title> <style type="text/css"> #mydiv{ width:900px; background-color:#444;} img{ width:200px; height:200px;} ul{ list-style-type:none;} ul li{ display:inline;} </style> <script src="js/Jquery1.7.js" type="text/javascript"></scri 阅读全文
posted @ 2013-05-22 10:25 奇奇博客 阅读(146) 评论(0) 推荐(0)
摘要: <style type="text/css"> img { width: 100px; height: 100px; } #mydiv { width: 500px; height: 300px; border: solid 1px red; } #mydiv2 { width: 500px; height: 300px; border: solid 1px red; } </style> <script src="js/Jquery1.7.js" type="text/javascript">&l 阅读全文
posted @ 2013-05-22 07:52 奇奇博客 阅读(133) 评论(0) 推荐(0)