码迷,mamicode.com
首页 >  
搜索关键字:objects    ( 3239个结果
java.sizeOf
IntroductionWith java.SizeOf you can measure the real memory size of your Java objects.Download it hereThe project is a little java agent what use the...
分类:编程语言   时间:2014-08-05 15:19:29    阅读次数:200
优化陕西重汽通话记录心得
1 作业维护IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[BasicCallDB].[dbo].[shx_BasicCallDB]') AND type in (N'U'))truncate TABLE [.....
分类:其他好文   时间:2014-08-05 13:23:19    阅读次数:270
Effective C++读书笔记之十三:以对象管理资源
Item 13:Use objects to manage resources 假设我们使用一个用来塑膜投资行为的程序库,其中各式各样的投资类型继承自一个root class: class Investment { ... };  //“投资类型”继承体系中的root class 进一步假设,这个程序系通过一个工厂函数(工厂函数会“返回一个base class指针,指向新生成...
分类:编程语言   时间:2014-08-04 18:06:17    阅读次数:212
u3d 加密资源并缓存加载
// C# Example // Builds an asset bundle from the selected objects in the project view. // Once compiled go to "Menu" -> "Assets" and select on...
分类:其他好文   时间:2014-08-03 22:50:16    阅读次数:272
Extensible Access Control List Framework
Methods, systems, and products for governing access to objects on a filesystem. In one general embodiment, the method includes providing a framework i...
分类:数据库   时间:2014-08-03 20:24:15    阅读次数:464
Threejs 官网 - 不可见对象(Invisible objects)
Threejs 官网 - 不可见对象(Invisible objects)...
分类:Web程序   时间:2014-08-02 20:59:24    阅读次数:357
TabControl key Points
A TabControl contains tab pages, which are represented by TabPage objects that you add through the TabPages property. The order of tab pages in this c...
分类:其他好文   时间:2014-08-02 15:19:03    阅读次数:201
DataTable Key Points
The DataTable is a central object in the ADO.NET library. Other objects that use the DataTable include the DataSet and the DataView.When accessing Dat...
分类:其他好文   时间:2014-08-02 15:14:03    阅读次数:254
UVM基础之---------uvm factory机制base
从名字上面就知道,uvm_factory用来制造uvm_objects和component。在一个仿真过程中,只有一个factory的例化存在。用户定义的object和component types通过typedef或者宏在factory中注册,factory产生和保存轻量级的代理(proxy): ...
分类:其他好文   时间:2014-08-02 12:32:13    阅读次数:185
db_link
1、查询SYSDBA登录, sys登录 SELECT * FROM SYS.link$;select owner,object_name from dba_objects where object_type='DATABASE LINK';select * from all_db_links;查看....
分类:数据库   时间:2014-08-01 22:46:52    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!