1 using System; 2 using System.Management; 3 namespace Soyee.Comm 4 { 5 /// 6 /// Computer Information 7 /// 8 public class C...
VGA Video Outputby Nathan IckesIntroductionVGA is a high-resolution video standard used mostly for computer monitors, where ability to transmit a shar...
分类:
其他好文 时间:
2015-05-24 01:19:13
阅读次数:
145
There are only two hard things in Computer Science: cache invalidation and naming things.在计算机科学中只有两件难事:缓存失效和命名。— Phil Karlton计算机语言是人和计算机之间通讯的媒介。好的代码应该...
分类:
其他好文 时间:
2015-05-24 00:09:38
阅读次数:
242
0.National Computer Rank Examination Rank Two AccessDatabaseProgramming [2014/9 Done]1.Occupational Qualification Certificate Third Level /Senior Skil...
分类:
其他好文 时间:
2015-05-24 00:02:15
阅读次数:
295
原文地址:https://www.quora.com/As-a-computer-science-student-what-can-I-learn-right-now-in-just-10-minutes-that-could-be-useful-for-the-rest-of-my-life问:作...
分类:
其他好文 时间:
2015-05-23 22:41:17
阅读次数:
149
JavaBean在JSP中的局限
获取JavaBean属性必须要实例化
强制类型转化
<%
Employee employee = (Employee)request.getAttribute("employee");
Computer comp = employee.getComputer();
String manufacturer = comp.getMa...
分类:
Web程序 时间:
2015-05-23 14:19:39
阅读次数:
133
JavaBean在JSP中的局限
获取JavaBean属性必须要实例化
强制类型转化
<%
Employee employee = (Employee)request.getAttribute("employee");
Computer comp = employee.getComputer();
String manufacturer = comp.getMa...
分类:
编程语言 时间:
2015-05-23 11:33:33
阅读次数:
149
1 // Computer Graphics: HW2 2 // 3D Rendering pipeline: 3 // Space Transformation and Polygon clipping use Sutherland-Hodgman Algorithm 4 5 ...
分类:
其他好文 时间:
2015-05-22 23:50:04
阅读次数:
316
1.5 个人计算、分布式计算与客户/服务器计算1977年,Apple计算机公司使个人计算(personal computer)得以普及。最初,拥有一台计算机只是爱好者的梦想,随着它的价格不断降低,人们可以购买供个人或办公使用的计算机。1981年,世界上最大的计算机广家IBM公司推出了IBM个人计算机...
分类:
其他好文 时间:
2015-05-22 15:01:55
阅读次数:
128
程序代码:'=========================================================='函数介绍:创建WebSite'本函数使用ADSI,需要Administrators组用户权限'函数名称:CreateWebSite(Computer,IPAddr,Por...
分类:
Web程序 时间:
2015-05-22 09:23:41
阅读次数:
190