自定义博客皮肤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)
  • 资源 (3)
  • 收藏
  • 关注

原创 c/c++的堆栈检查

windows线程栈有个特点:分配虚拟内存的时候并不给它指定物理存储器,只有在访问上一个页面的时候,才会给当前页面指定物理存储器。也就是说当你声明一个数组a[10000]时候,系统只会给a[0]~a[999]分配物理存储器,当你访问a[0]~a[999]中任意一个元素的时候,系统才会给a[1000]~a[1999]分配物理存储器,如果直接访问一个没有指定物理存储器的地址,操作系统会直接杀死你的

2010-04-05 09:49:00 1683 1

mysql存储过程编程 MySQL.Stored.Procedure.Programming

mysql存储过程方面的圣经,以通俗的示例方法讲述mysql存储过程的深奥内容,In MySQL Stored Procedure Programming, they put that hard-won experience to good use. Packed with code examples and covering everything from language basics to application building to advanced tuning and best practices, this highly readable book is the one-stop guide to MySQL development. It consists of four major sections:

2010-03-11

Windows.PowerShell.2.0.Administrators.Pocket.Consultant.May.2009

关于windows脚本编程方面的优秀书籍,在Amazon上的评价为最高级五星级,Portable and precise, this pocket-sized guide delivers ready answers for automating everyday system-administration tasks with Windows PowerShell. Zero in on core commands and techniques using quick-reference tables, instructions, and lists. You’ll get the focused information you need to save time and get the job done—whether at your desk or in the field.

2010-03-11

空空如也

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

TA关注的人

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