上一页 1 ··· 8 9 10 11 12 13 下一页
摘要: 献给所有的开发者,谈谈如何“三步走”成为一个好的程序员:1) 以一种有效的方式学习一种编程语言。2) 快速有效的调试你的代码。3) 时刻不但学习的心态,保持知识的更新。 下面我具体的讲一讲: 第一步: 以一种有效的方式学习一种编程语言 下面我要讲的是一种专业有效的方法来习得任何一门语言。每个语言都有一些相通的地方。如果我们能够掌握这些共有的东西,那么我们就能不费力... 阅读全文
posted @ 2008-02-19 09:10 公元前 阅读(215) 评论(1) 推荐(0)
摘要: register_globals使用详解 register_globals是php.ini里的一个配置,这个配置影响到php如何接收传递过来的参数,如果你的问题是:为什么我的表单无法传递数据?为什么我的程序无法得到传递过来的变量?等等,那么你需要仔细的阅读以下的内容。 register_globals的值可以设置为:On或者Off,我们举一段代码来分别描述它们的不同。 代码: ... 阅读全文
posted @ 2008-02-19 09:03 公元前 阅读(477) 评论(0) 推荐(0)
摘要: DemoDemo.com is pleased to offer osCommerce tutorials for your web hosting site. Watch the number of support tickets you receive drop dramatically. Your customers will be able to actually see how to p... 阅读全文
posted @ 2008-02-18 16:59 公元前 阅读(134) 评论(0) 推荐(0)
摘要: Code generation NVelocity CodeSmith X-Code .NET XGoF - NMatrix / DEVerest Compilation eXtensible C# - ResolveCorp Mono DotGNU - GNU Obfuscation LSW-IL-Obfuscator -... 阅读全文
posted @ 2008-02-18 08:59 公元前 阅读(369) 评论(0) 推荐(0)
摘要: Brief Description The Visual Studio 2005 Software Development Kit (SDK) version 4.0 includes tools, documentation, and samples for developers to write, build, test, and deploy extensions for Visual St... 阅读全文
posted @ 2008-02-15 08:31 公元前 阅读(257) 评论(0) 推荐(0)
摘要: Visual Studio 2008 才刚刚发布于MSDN,微软的下载中心就有vs 2008和Framework 3.5的Training Kit下载。这个Training Kit帮助你了解vs2008的新特性,并包含了许多的Framework的技术文章:包括LINQ,C# 3.0,VB 9,WCF, WF, WPF, ASP.NET AJAX, VSTO, CardSpace, Silverl... 阅读全文
posted @ 2008-02-13 16:58 公元前 阅读(161) 评论(0) 推荐(0)
摘要: There are two ways to use Automation (or OLE Automation) to programmatically control another application. Late binding uses CreateObject to create and instance of the application object, which you can... 阅读全文
posted @ 2008-02-13 15:17 公元前 阅读(419) 评论(0) 推荐(0)
摘要: 《ASP.NET数据库高级教程(C#篇)》 书 名:《ASP.NET数据库高级教程(C#篇)》 ... 阅读全文
posted @ 2008-02-13 12:02 公元前 阅读(406) 评论(0) 推荐(0)
摘要: F ans of the C# language will find much to like in Visual C#® 2005. Visual Studio® 2005 brings a wealth of exciting new features to Visual C# 2005, such as generics, iterators, partial classes, and an... 阅读全文
posted @ 2008-02-13 11:55 公元前 阅读(225) 评论(0) 推荐(0)
摘要: load the file into a byte array and use Assembly.Load(byte[]) instead. private void GenerateWebserviceAgents() { byte[] rawAssembly = LoadFile(webServiceAssemblyPath); ... 阅读全文
posted @ 2008-02-03 08:33 公元前 阅读(244) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 下一页