码迷,mamicode.com
首页 >  
搜索关键字:wrox    ( 31个结果
Spring的发展和哲学
1、春天来了—— Spring 来了! Spring 在起源可以回溯到 Rod Johnson 编写的“ Expert One-to-One J2EE Design and Development”一书 (Wrox , 2002) 。在这本书中, Rod 展示了他的 interface21 框架,他 ...
分类:编程语言   时间:2019-04-07 23:37:52    阅读次数:263
ado .net 学习心得
1.ado.net 概述 ado.net用于c#程序中的关系数据库的访问。本节代码下载地址:打开网页www.wrox.com/go/professioncsharp6 单击download code选项卡下载第37章代码。本节使用AdventureWork2014数据库。这个数据库可以从https: ...
分类:Web程序   时间:2019-01-13 19:09:27    阅读次数:176
locatin
1 //location对象 2 //初始url:http://www.wrox.com/WileyCDA; 3 //将URL修改为:http://www.wrox.com/WileyCDA/#section1 4 location.hash="#section1" 5 //将URL修改为:http... ...
分类:其他好文   时间:2018-06-02 18:32:03    阅读次数:164
C#正则表达式教程和示例
转载自:http://www.cnblogs.com/sosoft/p/regex.html C#正则表达式教程和示例 有一段时间,正则表达式学习很火热很潮流,当时在CSDN一天就能看到好几个正则表达式的帖子,那段时间借助论坛以及Wrox Press出版的《C#字符串和正则表达式参考手册》学习了一些 ...
分类:Windows程序   时间:2017-09-28 14:17:01    阅读次数:294
GET和POST请求的区别
GET和POST请求的区别 GET请求GET /books/?sex=man&name=Professional HTTP/1.1Host: www.wrox.comUser-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7. ...
分类:其他好文   时间:2017-08-02 17:41:33    阅读次数:178
企业应用框架简介
本系列的解决方案来源一本书,ASP.NET3.5 商用开发架构精解 豆瓣读书:https://book.douban.com/subject/5398930/ WROX网址:http://www.wrox.com/WileyCDA/WroxTitle/ASP-NET-3-5-Enterprise-A ...
分类:其他好文   时间:2017-07-01 12:43:45    阅读次数:158
第十一章 LINQ
DataLib using System; using System.Collections.Generic; namespace Wrox.ProCSharp.LINQ { [Serializable] public class Team { public Team(string name, pa ...
分类:其他好文   时间:2017-06-29 09:54:57    阅读次数:250
第四章 继承
BankAccounts using System; using Wrox.ProCSharp; using Wrox.ProCSharp.VenusBank; using Wrox.ProCSharp.JupiterBank; namespace Wrox.ProCSharp { class Ma ...
分类:其他好文   时间:2017-06-15 14:16:59    阅读次数:158
第三章 对象和类型
MathTest using System; namespace Wrox { class MainEntryPoint { static void Main() { // Try calling some static functions Console.WriteLine("Pi is " + ...
分类:其他好文   时间:2017-06-15 14:16:01    阅读次数:163
【转】C#正则表达式教程和示例
【转】C#正则表达式教程和示例 有一段时间,正则表达式学习很火热很潮流,当时在CSDN一天就能看到好几个正则表达式的帖子,那段时间借助论坛以及Wrox Press出版的《C#字符串和正则表达式参考手册》学习了一些基础的知识,同时也为我在CSDN大概赚了1000分,今天想起来,去找《C#字符串和正则表 ...
分类:Windows程序   时间:2017-04-25 13:26:27    阅读次数:325
31条   1 2 3 4 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!