摘要: Windg.exe:http://www.microsoft.com/whdc/devtools/debugging/default.mspxhttp://www.microsoft.com/whdc/devtools/debugging/installx86.mspx 阅读全文
posted @ 2009-08-21 11:11 风影极光 阅读(247) 评论(0) 推荐(0)
摘要: web2.0横空出世,ajax首当其冲,今天做web的如果再不学点ajax的话,就显的落伍了,而学ajax的用的环境如果是asp.net,那ajax.net你就不得不学了。首先就是环境的配置,如下vs2005+sql2005+Winxp sp2+ie6.0+Office2003工具下载 1.ASPAJAXExtSetup.msihttp://download.microsoft.com/downl... 阅读全文
posted @ 2009-08-17 09:31 风影极光 阅读(243) 评论(0) 推荐(0)
摘要: http://www.dojochina.com/index.php?q=node/889 http://extjs.comhttp://www.dojochina.com/http://www.17ext.com/http://www.rich-waters.com/blog/www.vifir.com http://www.ajaxjs.com/http://www.dojochina.com... 阅读全文
posted @ 2009-08-13 23:14 风影极光 阅读(1077) 评论(0) 推荐(0)
摘要: http://www.gotdotnet.com/http://codeproject.com/http://www.asp.net/http://codeguru.com/http://www.c-sharpconer.com/http://blogs.msdn.com/bclteam/http://blogs.msdn.com/ricom/http://samgentile.com/blog/... 阅读全文
posted @ 2009-08-13 10:00 风影极光 阅读(176) 评论(0) 推荐(0)
摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb... 阅读全文
posted @ 2009-08-12 23:49 风影极光 阅读(336) 评论(0) 推荐(0)
摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb... 阅读全文
posted @ 2009-08-12 23:49 风影极光 阅读(397) 评论(0) 推荐(0)
摘要: 孙鑫vc视频教程 http://www.codeguru.cn/VC%26MFC/sunxinvc C函数实例参考手册 http://www.codeguru.cn/CPP/CExample/ C\C++实例参考手册 http://www.codeguru.cn/CPP/cppExample/ Win32Api实例参考手册 http://www.codeguru.cn/VC%26MFC/Win32... 阅读全文
posted @ 2009-08-12 22:47 风影极光 阅读(661) 评论(0) 推荐(0)
摘要: 知识型企业研究中心 2006-12-26http://business.queensu.ca/index.phpQueen商务学校,任务是提高领导力的管理和促进商务和社会的发展。目前我们的研究工作...英国谢菲尔德大学自然语言处理研究组 2006-12-26http://nlp.shef.ac.uk/英国谢菲尔德大学自然语言处理研究组研究领域主要为:自然语言分析,自然语言的产生以及相关资...PC... 阅读全文
posted @ 2009-08-12 22:45 风影极光 阅读(851) 评论(0) 推荐(1)
摘要: using System;using System.Globalization; public class MainClass { public static void Main(string[] args){ DateTime dt = DateTime.Now; String[] format = { "d", "D", "f", "F", "g", "G", "m", "r", "s", ... 阅读全文
posted @ 2009-08-11 14:43 风影极光 阅读(696) 评论(0) 推荐(0)
摘要: 1、编译webpart对应的项目,拷贝bin文件夹下的dll文件到C:\Inetpub\wwwroot\wss\VirtualDirectories\80\bin;2、iisreset(iis重启后会加载bin文件夹下的dll文件);3、在C:\Inetpub\wwwroot\wss\VirtualDirectories\80的web.config的节点<SafeControls></SafeControls>中增加dll文件的信息比如:<SafeControl Assembly="PowerfulCalendar, Version=1.0.0.0, C 阅读全文
posted @ 2009-08-11 14:05 风影极光 阅读(702) 评论(0) 推荐(0)