码迷,mamicode.com
首页 >  
搜索关键字:alter database add s    ( 53953个结果
使用 IntraWeb (21) - 基本控件之 TIWTabControl
TIWTabControl 包含的是 TIWTabPage; 设计时通过右键菜单 Add Page 添加(再给页面添加东西时一定要先选定页面); 下面例子是动态添加的.TIWTabControl 所在单元及继承链:IWCompTabControl.TIWTabControl 主要成员:propert...
分类:Web程序   时间:2014-06-18 10:41:37    阅读次数:376
[LeetCode ] Two Sum
Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu...
分类:其他好文   时间:2014-06-18 10:17:40    阅读次数:174
python——lambda,filter,map,reduce
lambda函数使用方法:lambda [arg1[,arg2,arg3,...,argn]] : expression如:add = lambda(x,y:x+y)add(1,2)结果为1+2=3filter函数filter(bool_func,seq)此函数的功能相当于过滤器,通过返回值为boo...
分类:编程语言   时间:2014-06-18 09:36:35    阅读次数:245
Magento 对csv表格的导入功能 高级自定义部分!
magento自己带有导入导出功能 后台system-->import/export-->Advanced Profiles 进入后点击add new profiles 就可以新建一个规则了 Profile Name *是名字 Actions XML *是对应的参数 譬如例子: file var/import ...
分类:其他好文   时间:2014-06-18 08:01:20    阅读次数:266
WWDC 2014 Session 208/231 CloudKit 读书笔记
208 Introducing CloudKit 231 Advanced CloudKit CloudKit的对象粗略分为三个层次:Contriner、Database(分Public和Private)、Record 操作包括存储、获取或修改Record 可以注册关注Record的变化来获得Notification 绝大多数的操作是异步的 存储Record时需要注...
分类:其他好文   时间:2014-06-18 07:35:46    阅读次数:228
linux下Oracle11g RAC搭建(八)
linux下Oracle11g RAC搭建(八) 七、安装oracle软件   直接在图形界面里安装oracle,在node1操作 在虚拟机界面中,直接切换到oracle用户下: [grid@node1 grid]$ su – oracle [oracle@node1 ~]$ cd /soft/database [oracle@node1 d...
分类:数据库   时间:2014-06-18 06:49:31    阅读次数:283
SQL从头开始
SQL初试小刀...
分类:数据库   时间:2014-06-18 06:36:38    阅读次数:276
自己写好的pdo数据库抽象层 mysql为例
class pdo_database{ function __construct($type_database,$host_name,$dbname,$user_role,$pass_role,$sql){    $dbms=$type_database;     //数据库类型 Oracle 用ODI,对于开发者来说,使用不同的数据库,只要改这个,不用记住那么多的函数了 $host=$h...
分类:数据库   时间:2014-06-18 00:58:20    阅读次数:279
sqlite SQL语句
ALTER TABLE语句:ALTER TABLEsql-statement ::= ALTER TABLE [database-name .] table-name alterationalteration ::= RENAME TO new-table-namealteration ::= .....
分类:数据库   时间:2014-06-18 00:21:55    阅读次数:277
[leetcode] 2. Add Two Numbers
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:其他好文   时间:2014-06-17 23:38:04    阅读次数:341
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!