自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (27)
  • 收藏
  • 关注

原创 mysql自定义函数IsNumeric

BEGIN         DECLARE iResult tinyint DEFAULT 0;         IF ISNULL(str) THEN return 0; END IF;         IF str = '' THEN return 0; END IF;         SELECT str REGEXP '^(\-?[[:digit:]]+(\.[[:digit:]]

2016-07-18 11:22:17 3465

practical vim

使用的vim技巧,一本好书,包含很多使用的vim技巧

2012-11-02

Java Swing(2nd Edition)

Java Swing(2nd Edition)

2012-09-24

Core SWING advanced programming

Core SWING advanced programming

2012-09-24

struts-the_complete_reference_2nd_edition

struts-the_complete_reference_2nd_edition

2012-09-24

Spring 3.x企业应用开发实战

Spring 3.x企业应用开发实战

2012-09-24

POJOs.in.Action

《POJOS IN ACTION中文版:用轻量级框架开发企业应用》是一本实践指南,它围绕POJO(普通Java对象)构造了一个完整的应用程序,对框架之间的各种组合进行了详细的举例说明;描述了在采用POJO和轻量级框架如Hibernate、Spring时,如何制定主要设计决策,包括怎样组织和封装业务逻辑、访问数据库、管理事务以及如何处理数据库并发等。此外,《POJOS IN ACTION中文版:用轻量级框架开发企业应用》还详尽地分析了事务管理、悲观锁、乐观锁、条件组合搜索等难点问题。

2012-09-24

JVM详解

JVM详解

2012-09-24

Java虚拟机规范(Java SE 7)

Java虚拟机规范(Java SE 7)

2012-09-24

Hibernate In Action

Hibernate In Action

2012-09-24

Beginning EJB3

EJB3的三本好书第一本,从glassfish的角度全面介绍EJB3 3本书分别是: 1. Beginning EJB3 Application Development From Novice to Professional联接http://download.csdn.net/source/1865607 2. EJB3 in Action 2007联接http://download.csdn.net/source/1865636 3. Mastering EJB3联接http://download.csdn.net/source/1865654

2012-09-24

Java Threads(3rd.Edition)

Java Threads(3rd.Edition)

2012-09-24

Java EE 6规范中文版

Java EE 6规范中文版

2012-09-24

Visual Studio 使用技巧手册

Visual Studio 使用技巧手册

2012-09-24

Programming Entity Framework 2nd Edition

This is definitely the book to have by your side if you are programming with the ADO.NET Entity Framework 1.0. The author touches on a ton of subjects that include: Data Binding with Windows Forms and WPF Applications, Using Stored Procedures with the EDM, LINQ to Entities Queries, Customizing Entities, Using the ASP.NET EntityDataSource Control, Using Entities with Web and WCF Services, Using the Entity Framework in n-Tier ASP.NET Applications and n-Tier Client-Side Applications, Handling Entity Framework Exceptions, Performance, Security, Multithreaded Applications, and much more. There is a lot covered in this book. One of the coolest things about this book is the amount of new possibilities it introduces. Many which I would not have considered without seeing them in this book. I also like that the book covers the architectural aspects of integrating EF into several different types of architectures. The author drills into each subject enough to get a thorough understand. With all the material covered, that is rare, but the book is an 800 page whopper. I have been working with the EF 1.0 since its release in August and can say that this book has more information jammed into it than all the other resources I have been using combined. The book includes VB.NET and C# code examples. The book has a support site (google for learnentityframework) with the code samples and the database scripts available. The downloaded code is also in both VB.NET and C#. It is well organized and very usable. The book is very well organized and is a good read. The author has a good writing style. All in all, I do not think you can do without this book if you are going to do anything besides play around with the Entity Framework.

2012-09-24

Programming .NET Components 2nd

Brilliantly compiled by author Juval Lowy, Programming .NET Components, Second Edition is the consummate introduction to the Microsoft .NET Framework--the technology of choice for building components on Windows platforms. From its many lessons, tips, and guidelines, readers will learn how to use the .NET Framework to program reusable, maintainable, and robust components. Following in the footsteps of its best-selling predecessor, Programming .NET Components, Second Edition has been updated to cover .NET 2.0. It remains one of the few practical books available on this topic. This invaluable resource is targeted at anyone who develops complex or enterprise-level applications with the .NET platform--an ever-widening market. In fact, nearly two million Microsoft developers worldwide now work on such systems. Programming .NET Components, Second Edition begins with a look at the fundamentals of component-oriented programming and then progresses from there. It takes the time to carefully examine how components can simplify and add flexibility to complex applications by allowing users to extend their capabilities. Next, the book introduces a variety of .NET essentials, as well as .N ET development techniques. Within this discussion on component development, a separate chapter is devoted to each critical development feature, including asynchronous calls, serialization, remoting, security, and more. All the while, hazardous programming pitfalls are pointed out, saving the reader from experiencing them the hard way. A .NET expert and noted authority on component-oriented programming, Lowy uses his unique access to Microsoft technical teams to the best possible advantage, conveying detailed, insider information in easy-to-grasp, activity-filled language. This hands-on approach is designed to allow individuals to learn by doing rather than just reading. Indeed, after digesting Programming .NET Components, Second Edition, readers should be able to start developing .NET components immediately. Programming .NET Components, Second Edition is the consummate introduction to the Microsoft .NET Framework--the technology of choice for building components on Windows platforms. From its many lessons, tips, and guidelines, readers will learn how to use the .NET Framework to program reusable, maintainable, and robust components. Following in the footsteps of its best-selling predecessor, Programming .NET Components, Second Edition has been updated to cover .NET 2.0. This invaluable resource is targeted at anyone who develops complex or enterprise-level applications with the .NET platform--an ever-widening market. 

2012-09-24

Object-oriented programming with C

Object-oriented programming with C Object-oriented programming with C

2012-09-15

c算法(图)c算法(图)

c算法(图)

2012-09-15

太原公交查询系统

c++的一个代码范例,仅供学习参考,请于24小时内删除,本人不对版权负责。

2012-09-15

Windows Phone 7 开发31日谈

将Jeff Blankenburg的31 Days of Windows Phone 7系列文章翻译过来了,中文取名为Windows Phone 7 开发 31 日谈,以方便大家学习。

2012-09-15

Essential Windows Phone 7.5

Essential Windows Phone 7.5 is the definitive guide to creating powerful, visually compelling mobile applications that take full advantage of Microsoft's Windows Phone 7.5 platform. Nine-time Microsoft MVP Shawn Wildermuth draws on his extensive experience teaching Silverlight and Windows Phone development, helping you to get started fast and master techniques that lead to truly outstanding apps. After introducing the latest version of Windows Phone, Shawn Wildermuth dives directly into the essentials, emphasizing best-practice examples and illustrating with code. You'll build a complete application from start to finish, then build on your skills with increasingly sophisticated techniques. From planning and design through application delivery, Shawn Wildermuth guides you through the entire mobile development lifecycle, showing how to make the most of Windows Phone 7.5's most important new capabilities. Whether you're a .NET or Silverlight developer going mobile, or an experienced mobile developer moving to Windows Phone, Essential Windows Phone 7.5 delivers all the skills you'll need. Coverage includes * Leveraging Microsoft's breakthrough Metro design language * Using phone features such as email, calling, search, Web browsing, and the camera * Designing the look and feel of your user interface with XAML * Interacting with users via Panorama, Pivot, and other controls * Mastering the new Silverlight Toolkit for Windows Phone 7.5 * Choosing the right application paradigm and functionality for your specific app * Incorporating touch, vibration, motion, and sound into your interfaces * Working with Windows Phone 7.5's unique hubs and tiles * Building location-based services that work with the phone's GPS * Storing data in Isolated Storage or Windows Phone 7.5's database support * Multitasking reliably, without compromising performance * Integrating external data via REST, conventional Web services, and push notifications * Preparing your application for the Windows Phone Marketplace 

2012-09-15

DotNetNuke源代码

DotNetNuke 源代码,供学习研究用

2010-04-06

Header first PMP

pmp的英文版教程,通俗易懂,深入浅出。

2010-03-30

maven 用户指南

maven,用于构建系统之工具,而且不仅仅用于java。

2010-03-30

vc 聊天室程序

解压后用VC++6.0以上版本打开

2008-01-15

空空如也

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

TA关注的人

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