码迷,mamicode.com
首页 >  
搜索关键字:objects    ( 3239个结果
Oracle本地网络分表模拟分区裁剪
来自讨论贴 http://www.itpub.net/thread-1877111-1-1.html准备数据表2014-07-20 01:38:10>create table tb_1 as select * from dba_objects where rownumcreate table tb_...
分类:数据库   时间:2014-07-22 22:50:33    阅读次数:281
To help the workers do their job easily
Scissor Lift tables are not just required for lifting the objects but also for the proper positioning of the material while working to prevent work re...
分类:其他好文   时间:2014-07-22 00:16:33    阅读次数:269
[LeetCode OJ] Sort Colors
Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, wh...
分类:其他好文   时间:2014-07-20 21:36:16    阅读次数:186
VAOs, VBOs, Vertex and Fragment Shaders
关于Vertex Array Objects(VAOs), Vertex Buffer Objects(VBOs), Vertex and Fragment Shaders的概念还是看官方说明理解的好! The OpenGL 3.2 core specification removes the majority of the fixed function pipeline previou...
分类:其他好文   时间:2014-07-19 23:31:48    阅读次数:241
【足迹C++primer】47、Moving Objects(2)
Moving Objects(2) Rvalue References and Member Functions StrVec.h #ifndef STRVEC_H #define STRVEC_H #include #include #include // simplified implementation of the memory allocation strateg...
分类:编程语言   时间:2014-07-19 11:15:04    阅读次数:239
Oracle中判断字段是否包含中文
SQL> drop table test purge; SQL> create table test as select * from dba_objects where rownum SQL> update test set object_name='中国' where  rownum SQL> commit; SQL> col object_name format a30 SQL>...
分类:数据库   时间:2014-07-18 14:10:03    阅读次数:618
【足迹C++primer】47、Moving Objects(1)
Moving Objects(1) * 功能:Moving Objects * 时间:2014年7月17日08:46:45 * 作者:cutter_point */ #include #include #include #include #include #include #include #include using namespace std; /*****************...
分类:编程语言   时间:2014-07-18 11:16:47    阅读次数:286
django
MVCMmodels.pyCviews.pyVtemplatesadmin.pyfromhostinfo.modelsimport*HostGroups.objects.all()hg=HostGroups.objects.all()hg1.groupnamehg1.members.all()[0]h=hg1[0]ip=h.ipaddr_set.all()ip.values()fromhostinfo.modelsimport*hg=HostGroups.objects.all()hg1=hg[0]hg1.g..
分类:其他好文   时间:2014-07-17 08:08:52    阅读次数:247
sql 表操作中一些常用的函数
use master--数据库内置函数select * from sys.all_objects--聚合函数select N'总数' = COUNT(*), N'最大值' = MAX(schema_id), N'最小值' = MIN(schema_id), N'平均值' =...
分类:数据库   时间:2014-07-16 18:36:39    阅读次数:235
Sort Colors
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue. Here, we will use the integers ...
分类:其他好文   时间:2014-07-16 17:18:44    阅读次数:207
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!