码迷,mamicode.com
首页 >  
搜索关键字:objects    ( 3239个结果
Application.LoadLevel & Object.DontDestroyOnLoad
【Application.LoadLevel】 只有在File->Build Setting中设置了的按钮才能被加载。 当level加载完成后,MonoBehaviour.OnLevelWasLoaded is called on all active game objects。 When...
分类:移动开发   时间:2014-06-25 19:43:36    阅读次数:254
objects classes and metaclasses in Objective-C
Objective-C is a class-based object system. Each object is an instance of some class; the object'sisapointer points to its class. That class describ.....
分类:其他好文   时间:2014-06-25 11:48:57    阅读次数:162
FlatBuffers与protobuf性能比较
FlatBuffers发布时,顺便也公布了它的性能数据,具体数据请见Benchmark。     它的测试用例由以下数据构成"a set of about 10 objects containing an array, 4 strings, and a large variety of int/float scalar values of all sizes, meant to be rep...
分类:其他好文   时间:2014-06-25 09:56:50    阅读次数:431
详解Linq to SQL
第一部分,什么是Linq to sql Linq to sql(或者叫DLINQ)是LINQ(.NET语言集成查询)的一部分,全称基于关系数据的.NET语言集成查询,用于以对象形式管理关系数据,并提供了丰富的查询功能,它和Linq to xml、Linq to objects、Linq to dat...
分类:数据库   时间:2014-06-24 09:21:25    阅读次数:388
expdp报错ora 39126
11.2.0.2,expdp报错:ORA-39126: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS []ORA-31642: the following SQL statement fails:BEGIN "...
分类:其他好文   时间:2014-06-23 08:22:37    阅读次数:497
UML基本架构建模--类概述
?? Classes 类   Classes are the most important building block of any object-oriented system. A class is a description of a set of objects that share the same attributes, operations, relationships, ...
分类:其他好文   时间:2014-06-22 21:38:18    阅读次数:226
Javascript 正确使用方法
今天在github 上面找到了一个关于如何正确使用javascript 来进行我们的程序开发.我就恬不知耻的来了个原创啊..坑爹啊.拿来和大家分享一下吧. A mostly reasonable approach to Javascript.     Types //类型     Objects //对象     Arrays //数组     Strings //字符串     Fu...
分类:编程语言   时间:2014-06-22 19:13:40    阅读次数:240
类的术语和概念
?? Terms and Concepts 术语和概念   A class is a description of a set of objects that share the same attributes, operations, relationships, and semantics. Graphically, a class is rendered as a rectan...
分类:其他好文   时间:2014-06-22 18:34:19    阅读次数:286
xStream完美转换XML、JSON
XStream is a simple library to serialize objects to XML and back again.FeaturesEase of use.A high level facade is supplied that simplifies common use ...
分类:Web程序   时间:2014-06-22 13:31:51    阅读次数:285
锁表查询
--锁表查询SQLSELECT object_name, machine, s.sid, s.serial# FROM gv$locked_object l, dba_objects o, gv$session s WHERE l.object_id = o.object_id AND l.sess...
分类:其他好文   时间:2014-06-20 15:36:49    阅读次数:201
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!