什么是JTA -2009-07-25
18:31:06|分类:技术文章|举报|字号订阅什么是JTA?Java Transaction API(Java事务API) (JTA)Java
Transaction API(Application Programming Interface)什么是JTA T...
分类:
其他好文 时间:
2014-05-23 07:11:37
阅读次数:
435
【题目】
Bob is a strategy game programming specialist. In his new city building game the gaming environment is as follows: a city is built up by areas, in which there are streets, trees, factories and...
分类:
其他好文 时间:
2014-05-22 13:09:50
阅读次数:
247
1.把C++当成一门新的语言学习(和C没啥关系!真的。);
2.看《Thinking In C++》,不要看《C++变成死相》;
3.看《The C++ Programming Language》和《Inside The C++ Object Model》,不要因为他们很难而我们自己是初学者所以就不看;
4.不要被VC、BCB、BC、MC、TC等词汇所迷惑——他们都是集成开发环境,而我们要学...
分类:
编程语言 时间:
2014-05-22 09:45:21
阅读次数:
287
原文地址:http://leihuang.net/2014/05/18/Dynamic-Memory-Allocation/
什么是动态内存分配
我们知道数组的元素存储在内存中连续的位置。当一个数组声明的时候,它的内存在编译是被分配。同样,你也能利用动态内存分配来使得内存在运行时分配。
Why Use Dynamic Allocation
当你声明一个数组的时候,数组的大小...
分类:
其他好文 时间:
2014-05-22 08:33:06
阅读次数:
274
《对话LinusTorvalds:大多黑客甚至连指针都未理解》http://www.csdn.net/article/2013-01-10/2813559-two-star-programming“不懂指针”的开发者代码示例:
1 typedef struct node 2 { 3 ...
分类:
其他好文 时间:
2014-05-22 04:40:17
阅读次数:
245
Dynamic programming and meta-programming to
calculate Fib arrays.
分类:
其他好文 时间:
2014-05-22 01:42:39
阅读次数:
341
http://blog.hesey.net/2010/12/significance-and-implementation-of-polymorphism.html在面向对象编程(Object-Oriented
Programming, OOP)中,多态机制无疑是其最具特色的功能,甚至可以说,不运用...
分类:
其他好文 时间:
2014-05-22 00:41:10
阅读次数:
277
php面向对象设计 对象相比数组的优点:不仅可以存储多个数据,还可以将函数存在对象中
对象的三大特性:封装、继承、多态 面向对象编程(object oriented programming
即oop),其达到了编程代码的重用性、灵活性和扩展性更加简洁、容易维护。php又不是纯的面向对象编程,其...
分类:
Web程序 时间:
2014-05-21 21:23:29
阅读次数:
260
1. 进程是unix系统中两个最重要的基础抽象之一(另一个是文件)A process is a
running programA thread is the unit of activity inside of a processthe
virtualization of memory is ass...
分类:
系统相关 时间:
2014-05-20 12:33:05
阅读次数:
407
十二、组件(component), 动态组件(dynamic-component)
元素把子对象的一些元素与父类对应的表的一些字段映射起来。 然后组件可以定义它们自己的属性、组件或者集合。 ........ 说明:(1)name:
属性名(2)clas...
分类:
系统相关 时间:
2014-05-20 08:20:50
阅读次数:
583