自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

慕小怡的专栏

游走在C/C++/Java中

  • 博客(1)
  • 资源 (4)
  • 收藏
  • 关注

转载 C#与SQL Server数据库操作

代码: 1.引入名称空间:using System.Data.SqlClient; 2.定义连接字符串,连接对象,命令对象:     private String connectionstr; private SqlConnection connection; private SqlCommand command; 3.在构造函数中初始化连接字符串,连接对象,命令对象    (

2013-04-11 17:13:27 693

Advanced Metaprogramming in Classic C++, 3rd Edition

英文版pdf Advanced Metaprogramming in Classic C++: Third Edition, offers a detailed and somewhat intense look into template metaprogramming (TMP) using Classic C++ code examples. The two newer standards are not used in the code so that the examples can be rich, illustrate the point, and be run with confidence. The code can be readily adapted to include the elements of the Modern C++ standards. The gain for the reader is that TMP is presented in the book as a set of techniques that will enable a new style to your C++ coding while making it exceptionally clear and efficient. The book deals with language aspects, design patterns, examples and applications (seen as case studies). Special emphasis is put on small reusable techniques that will improve the quality of daily work. This is a book to sit with and learn from. Users of it in prior editions point out that they come back to it over and over. This edition enhances the readability and clarity of the discussion.

2015-06-19

IBM J2EE Development 课程讲义

IBM J2EE Development lecture book的pdf文件,开发平台是WSAD.很适合学习J2EE,ejb,jdbc~还有配套的lab book~

2010-02-23

空空如也

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

TA关注的人

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