自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (160)
  • 收藏
  • 关注

原创 利用List来实现动态的数组。

C#里List很好用。其中一项就是动态数组。   如一下例子:   public int[] abc() {     List num=new List();     //加一个内容     num.add(1);     //再加一个内容     num.a

2011-07-30 13:55:46 935

原创 利用“反射”给类的属性赋值。

建立一个class,class里的属性来自一个xml。属性的名字和xml的节点的名字是一样的。为了不一个一个地判断,使用了反射来给每个属性赋值。 class myclass {        //属性设置        public string profileid { get;

2011-07-28 14:15:11 4051 1

原创 C#使用XSD来验证XML。

我使用XmlReader来处理,因为觉得XmlReader简单点。 我自己做了个例子来说明,例子里的XML不是很复杂,没有子节点的。 XML 文件(a.xml):  0001  我的内容    6  trueXSD文件(a.xsd):http://www.w3.org/2001/

2011-07-28 13:57:02 8437 1

原创 Coldfusion一个容易犯的错误。

coldfusion允许我们使用customtag来处理重复使用的代码。但是因为是tag的形式,有可能造成一个很隐蔽的错误。 例子如下:以上有可能造成一个隐蔽的错误。因为在大于号(>)前多了一个斜杠(/)。 这样, abc就会被执行2次。一次是tag的开始,一次是tag的结束。那

2011-07-15 04:00:48 1072

Learning Angular 2(英文) Kindle版本

书名:Learning Angular 2 出版日期:2016年五月 格式:MOBI

2017-04-21

AngularJS Novice to Ninja (英文)

书名:AngularJS Novice to Ninja 语言:英文 格式:PDF 出版日期:2014年10月9日

2017-04-21

Pro Angula 第二版 (英文)

书名:Pro Angula 第二版 语言:英文 格式:PDF 出版日期:2017年2月3日

2017-04-21

CoffeeScript Application Development

书名:CoffeeScript Application Development 语言:英语 格式:PDF 出版年月:2013年8月

2016-12-06

Node Cookbook第二版

书名:Node Cookbook第二版 语言:英文版 出版年月:2014年四月 格式:PDF

2016-12-06

英文版 Programming iOS 9

英文版 Programming iOS 9, PDF格式。2015出版。

2016-06-22

100个C#辅助类

100个C#辅助类, 希望能有帮助。

2016-06-22

( 英文 )Mastering Swift 2

Mastering Swift 2, 英文版,PDF格式。2015年出版。

2016-02-25

(英文版)iOS 9 Programming Fundamentals with Swift

iOS 9 Programming Fundamentals with Swift,英文版。PDF格式,2016年出版。

2016-02-25

(英文版) Learn PHP 7.pdf

Learn PHP 7,PDF版本。英文书籍。2015年出版

2016-02-25

【英文】Testing with F#

书名:Testing with F# 格式:PDF 出版日期:2015年02月

2015-04-15

【英文】 iOS 8 Programming Fundamentals with Swift

书名:iOS 8 Programming Fundamentals with Swift 格式:PDF 出版日期:2015年03月10日 这本书涵盖: iOS 8.3 Xcode 6.3 Swift 1.2

2015-04-15

【英文】Transitioning to Swift

书名:Transitioning to Swift 格式:PDF 出版日期:2014年12月15日

2015-01-31

【英文】Swift Quick Syntax Reference

书名:Swift Quick Syntax Reference 格式:PDF 出版日期: 2014年9月21日

2015-01-31

【英文】Beginning iPhone Development with Swift

书名:Beginning iPhone Development with Swift. 格式:PDF 出版日期:2014年11月

2015-01-31

【英文】Learning Cocoa with Objective-C(第四版)

书名:Learning Cocoa with Objective-C(第四版) 格式:PDF 出版日期:2014年2月

2015-01-26

【英文版】Learning Objective-C by Developing iPhone Games

书名:Learning Objective-C by Developing iPhone Games 格式:PDF 出版日期:2014年4月

2015-01-26

英文版 Learn iOS 8 App Development第二版

书名:Learn iOS 8 App Development第二版 格式:PDF 出版日期: 2014年

2015-01-23

英文版Head First Mobile Web

书名:Head First Mobile Web 格式:PDF 出版日期: 2011年12月

2015-01-22

英文版Introducing iOS 8 - Swift Programming from Idea to App Store

书名:Introducing iOS 8 - Swift Programming from Idea to App Store 格式:PDF 出版日期: 2014年12月

2015-01-22

英文版iOS 8 Swift Programming Cookbook

书名:iOS 8 Swift Programming Cookbook 格式:PDF 出版日期: 2014年11月

2015-01-21

(英文)Beautiful Code

(英文)Beautiful Code PDF格式,2007出版

2013-02-19

Kindle版本的《PDF Explained》

Kindle版本的《PDF Explained》 Mobile格式。 英文版本。

2012-12-07

MS SQL Server 2012 High-Performance T-SQL Using Window Functions

MS SQL Server 2012 High-Performance T-SQL Using Window Functions 英文版本。PDF格式。文字版。

2012-05-23

(英文)Beginning iPhone 4 Development Exploring the iOS SDK

(英文)Beginning iPhone 4 Development Exploring the iOS SDK 彩色页面。PDF格式。

2011-12-30

google zxing jar文件,版本是3.5.1

这是一个java打包文件,可以使用来生产不同的barcode。ZXing(Zebra Crossing)是Google开发的一个二维码解析和生成的开源库

2022-12-22

React.JS的一个简单例子。适合刚刚接触的。(没有数据库)

这是一个网上的例子,我自己敲了一次来学习的。这个包里面已经包含所有需要的库和程序了。建议用Microsoft Visual Code来打开.

2021-10-06

Java 3: Object-oriented programming Software Development 第一版(2017年,英文版)

Java 3: Object-oriented programming Software Development 第一版(2017年,英文版)PDF格式

2018-10-27

Structured Programming with C++ (2015年,英文版)

Structured Programming with C++ 2015年出版 英文版 PDF格式

2018-10-25

Pro ASP.NET Core MVC, 6th Edition的例子源码

Pro ASP.NET Core MVC, 6th Edition 注意: 所有例子没有经过上机运行验证。

2018-10-24

C# 7.0 All-in-One For Dummies的例子源码

C# 7.0 All-in-One For Dummies的例子源码 注意: 所有例子没有经过上机运行验证。

2018-10-24

Design Patterns in C# A Hands-on Guide with Real-World Examples的例子源码

Design Patterns in C# A Hands-on Guide with Real-World Examples的例子源码 注意: 所有例子没有经过上机运行验证。

2018-10-24

Interactive C# Fundamentals, Core Concepts and Patterns的例子源码

Interactive C# Fundamentals, Core Concepts and Patterns的例子源码 注意: 所有例子没有经过上机运行验证。

2018-10-24

Pro Windows 8.1 Development with XAML and C#的例子源码

Pro Windows 8.1 Development with XAML and C#的例子源码 注意: 所有例子没有经过上机运行验证。

2018-10-24

Microsoft Visual C# Step by Step, 9th Edition的例子源码

Microsoft Visual C# Step by Step, 9th Edition的例子源码 注意: 所有例子没有经过上机运行验证。

2018-10-24

Pro C# 7 With .NET and .NET Core的例子源码

Pro C# 7 With .NET and .NET Core的例子源码。 注意: 所有例子没有上机运行过。

2018-10-24

Coldfusion使用Amazon的AWS里的S3服务例子

这个是如何在Coldfusion使用AMAZON的AWS的S3服务。我在Lucee上测试通过。里面的例子是实例测试过的。

2018-02-20

The C# Programmer’s Study Guide (MCSD): Exam: 70-483

格式:PDF 出版年份:2017 书名:The C# Programmer’s Study Guide (MCSD): Exam: 70-483

2017-11-24

Learning Angular 2

书名:Learning Angular 2 出版日期:2016年五月 格式:PDF

2017-04-20

Angular 2 by Example

书名:Angular 2 by Example 出版日期:2016年11月4日 格式:PDF

2017-04-20

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除