码迷,mamicode.com
首页 >  
搜索关键字:table and column names    ( 50258个结果
CSS命名规范
CSS命名规范CSS样式命名整理页面结构容器: container/wrap 整体宽度:wrapper 页头:header 内容:content 页面主体:main 页尾:footer 导航:nav 侧栏:sidebar 栏目:column 中间内容:center导航导航:nav 导航:mainba...
分类:Web程序   时间:2014-05-27 01:32:59    阅读次数:374
CSS命名规范(规则)
常用的CSS命名规则头:header内容:content/container尾:footer导航:nav侧栏:sidebar栏目:column页面外围控制整体佈局宽度:wrapper左右中:left right center登录条:loginbar标志:logo广告:banner页面主体:main热...
分类:Web程序   时间:2014-05-27 01:25:49    阅读次数:405
qt mvc3
前面两节讲的model是一维的,这次开始二维的也就是我们常说的Table,相对与list,我们多了一个列的概念。下面讲解一个例子。我先说明一下我们这个例子,在程序目录下,我们有一个文本文件,其中存放的学生信息。数据存放的格式学号 姓名 性别xxx xxx ...
分类:Web程序   时间:2014-05-27 01:15:06    阅读次数:286
mysql 学习笔记(一)
查询:show databases;show status;show tables;desc table-name;更改root密码:方法一:mysqladmin -uroot -poldpassword password newpassword方法二:mysql -uroot -puse mysq...
分类:数据库   时间:2014-05-24 07:49:23    阅读次数:332
构建ASP.NET MVC4+EF5+EasyUI+Unity2.x注入的后台管理系统(35)-文章发布系统②-构建项目
注:阅读本文,需要阅读本系列的之前文章代码生成器下载地址(文章开头处)接下来我们建立数据库的表和各层的代码我们只需要两张表,文章列表(MIS_Article)和类别表(MIS_Article_Category)USE [AppDB]GO/****** Object: Table [dbo].[MI....
分类:Web程序   时间:2014-05-24 06:33:31    阅读次数:546
purge
oracle 10g 回收站及彻底删除table drop table xx purgedrop后的表被放在回收站(user_recyclebin)里,而不是直接删除掉。这样,回收站里的表信息就可以被恢复,或彻底清除。1.通过查询回收站user_recyclebin获取被删除的表信息,然后使用语句....
分类:其他好文   时间:2014-05-24 03:50:23    阅读次数:257
yui--datatable 更新table数据
更新datasource中_oData数据var myTable = Map.realYUIDataTable;var recordsSet = myTable.getRecordSet();var records = recordsSet.getRecords();for(var i=0; i<r...
分类:其他好文   时间:2014-05-24 03:24:45    阅读次数:323
sqlce中不支持sp_rename修改表名
The sp_rename procedure is not avialable in SQL CE!In Sql Server 2005 Management Studio you have to create a new column with the new name, then you ha...
分类:数据库   时间:2014-05-19 17:13:55    阅读次数:342
Oracle优化器和执行计划
1. 优化器(Optimizer)是sql分析和执行的优化工具,它负责制定sql的执行计划,负责保证sql执行效率最高,比如决定oracle以什么方式访问数据,全表扫描(full table scan)还是索引范围(index range scan)扫描,还是全索引快速扫描(index fast f...
分类:数据库   时间:2014-05-19 15:36:12    阅读次数:445
oracle expdp 无法导出SYS下特定TABLE
创建测试表:D:\app\product\11.1.0\db_1>sqlplus "/as sysdba"SQL*Plus: Release 11.1.0.7.0 - Production on 星期日 5月 18 17:12:06 2014Copyright (c) 1982, 2008, Ora...
分类:数据库   时间:2014-05-19 13:23:49    阅读次数:473
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!