- 博客(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关注的人