码迷,mamicode.com
首页 >  
搜索关键字:creates    ( 750个结果
Oracle Managed Files,OMF
OMF相关参数:DB_CREATE_FILE_DESTDefines the location of the default file system directory or Oracle ASM disk group where the database creates datafiles or ...
分类:数据库   时间:2014-06-29 13:34:37    阅读次数:300
php函数serialize()与unserialize()
serialize()和unserialize()在php手册上的解释是:serialize — Generates a storable representation of a valueserialize — 产生一个可存储的值的表示unserialize — Creates a PHP val...
分类:Web程序   时间:2014-06-29 12:58:39    阅读次数:247
Network | router & switch
路由器A router is a device that forwards data packets between computer networks. This creates an overlay internetwork, as a router is connected to two or...
分类:Web程序   时间:2014-06-10 11:26:26    阅读次数:277
JavaScript Patterns 3.6 Regular Expression Literal
Te Regular Expression literal also creates new objects in ECMA Script 5. And one last note that calling RegExp() without new(as a function, not as a c...
分类:编程语言   时间:2014-06-02 15:50:52    阅读次数:280
C#的颜色解析及操作和相关Brush
一、颜色表示方式 // // Summary: // Creates a System.Drawing.Color structure from a 32-bit ARGB value. // // Parameters:...
分类:其他好文   时间:2014-06-01 17:05:11    阅读次数:523
Emmet/Zen Coding 快速入门说明
快速参考 以下是支持的特性: ele creates an HTML element tag 展开一个HTML元素标签 # creates an id attribute 作用于元素标签,展开一个id属性 . creates...
分类:其他好文   时间:2014-05-31 15:32:34    阅读次数:321
Hive常用命令
创建表: hive> CREATE TABLE pokes (foo INT, bar STRING);          Creates a table called pokes with two columns, the first being an integer and the other a string 创建一个新表,结构与其他一样 hive> create table n...
分类:其他好文   时间:2014-05-15 07:07:58    阅读次数:303
TAR 命令
Create linux tar gz (Gzip)archive (创建压缩文件)tar -czvf myarchive.tgz mydirectory/We use the -t option to create an linux tar archivec– Creates a new .ta....
分类:其他好文   时间:2014-05-05 23:41:27    阅读次数:403
characterCustomezition的资源打包代码分析
using System.Collections.Generic;using System.IO;using UnityEditor;using UnityEngine;class CreateAssetbundles{ // This method creates an assetbundl...
分类:其他好文   时间:2014-05-02 14:55:17    阅读次数:346
获取窗口实例句柄
方法一GetWindowLong(hwnd, GWL_HINSTANCE);获取该窗口句柄做用的实例句柄?方法二WM_CREATE? lpcs = (LPCREATESTRUCT) lParam; lpcs->hInstance;
分类:其他好文   时间:2014-04-27 21:33:22    阅读次数:428
750条   上一页 1 ... 73 74 75
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!