摘要:高手就不要浪费时间看了。
本文只是写给像俺这样的linux菜鸟see see的,xixi!!~÷~
为了在linux机上跑.net程序,下载了mono-beta2及monodevelop0.4。资源见:http://www.go-mono.com 、http://monodevelop.com和http://ximian.zeelandnet.nl
先下载所需rpm包,基本安装方法:********************************r......
摘要:我是一名刚参加完高考的学生,一直对计算机有有浓厚兴趣,从小学2年级接触电脑开始。但因为各种条件,对计算机了解很少。可能观点有些可笑或肤浅。
我感觉从计算机诞生至今,他的作用一直都在被过于夸大,最早的计算机是用于军事计算的,是因为需要而诞生,而现在似乎再被神化,我们并没有把不使用计算机和使用计算机所带来的好处,坏处,安全性,易用性,以及对对人们思想的改变的后果进行对比评估,只是一味的利用计算机于所谓提高性能,奥运会是追求更高,更快,更强的,而我们的生活不是......
一个简单的javascript菜单<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> 【相关文章:
进程——进程的概念】 【扩展阅读:
JGraph 常见问题解答(续二)】<html> 【扩展信息:
程序员论,软件公司论】 <head> <title>agetimemenu demo</title> <meta http-equiv="content-type" content="text/html; charset=gb2312"> <style> .agetime_bar{ position:absolute;top:0px;left:0px;height:22px;width:100%;border:1px outset;background-color:rgb(212,208,200);z-index:98; } .agetime_baritem{ width:60px;height:20px;border:1px solid rgb(212,208,200);text-align:left;padding-left:10px; background:rgb(212,208,200);color:#000000;font-size:9pt; } .agetime_baritemdown{ width:60px;height:20px;border:1px inset rgb(212,208,200);text-align:left;padding-left:10px; background:#f0f0f0;color:#000000;font-size:9pt; } .agetime_baritemhover{ width:60px;height:20px;border:1 outset;text-align:left;padding-left:10px; background:#f0f0f0;color:#000000;font-size:9pt; } .agetime_pad{ cursor:default;font-size:9pt;width:100%; } .agetime_paditem{ width:100%;height:18px;border:1px solid rgb(212,208,200);text-align:left;padding-left:10px; background:rgb(212,208,200);color:#000000;font-size:9pt; } .agetime_paditemfalse{ padding-left:10px;font-size:9pt; color:#808080; } .agetime_paditemfalsehover{ padding-left:10px;font-size:9pt; color:#808080;background-color:#333366; } .agetime_paditemhover{ width:100%;height:18px;text-align:left;padding-left:10px; background-color:#333366;color:#ffffff;font-size:9pt; } .agetime_paditemdown{ ...
下一页 摘要:c# network programming里面一个例子,通过异步的方式解析域名。主要是应用dns类的beginresolve(),和endresolve()方法。此例子有一个问题就是当碰到解析不出来的域名时,不会调用asynccallback指定的函数。我加了几句代码,设定2秒钟超时时间,超时的话,显示超时。现在的问题是,超时后并没有结束域名的解析。超过2秒钟解析出的域名还会显示到listbox中。而超时后想调用dns.endresolve()结束解析的......