上一页 1 2 3 4 5 6 7 8 ··· 17 下一页
摘要: 后台代码: Clock myClock = new Clock(); public Form1() { InitializeComponent(); } private void btnBrowse_Click(object sender, EventArgs e) { DialogResult result = openFileDialog1.ShowDialog(); if (result.ToString() == "OK") { txtMusicPath.Text = openFil... 阅读全文
posted @ 2013-05-30 22:13 奇奇博客 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 下载地址http://download.csdn.net/detail/shang_111111/5484709 阅读全文
posted @ 2013-05-30 22:01 奇奇博客 阅读(111) 评论(0) 推荐(0) 编辑
摘要: static void Main(string[] args) { List<Computer> list = GetComputer(); Console.WriteLine("请输入要购买电脑的信息 如:品牌、型号、价位、颜色"); string writeInfo = Console.ReadLine(); List<Computer> showComputer = new List<Computer>(); foreach (Computer item in list) { if (writeInfo ==... 阅读全文
posted @ 2013-05-29 09:22 奇奇博客 阅读(187) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> $(function () { $.ajax({ type: "post", contentType: "application/json", url: "WebService1.asmx/GetListProvince", Data: "{}", success: function (result) { var strDrop = ''; for (var i = 0; i < resul... 阅读全文
posted @ 2013-05-28 10:42 奇奇博客 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 前台:<div> <table> <tr> <td>地址:</td> <td> <asp:DropDownList ID="dropProvince" runat="server" AutoPostBack="True" onselectedindexchanged="dropProvince_SelectedIndexChanged"> </asp:DropDownList>省 </td> <t... 阅读全文
posted @ 2013-05-28 10:38 奇奇博客 阅读(320) 评论(0) 推荐(0) 编辑
摘要: <title></title> <style type="text/css"> .btnCss { text-decoration: none; color: Blue; border:none; cursor:pointer; } .btnBg { text-decoration: none; color: Black; border:none; cursor:pointer; } </style> <script src="js/Jquery1.7.js" type="... 阅读全文
posted @ 2013-05-28 10:29 奇奇博客 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 在控制台输出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 奇奇博客 阅读(242) 评论(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 奇奇博客 阅读(347) 评论(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 奇奇博客 阅读(202) 评论(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 奇奇博客 阅读(138) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 17 下一页