SQl修改数据库架构名declare @name sysname declare csr1 cursor for select TABLE_NAME from INFORMATION_SCHEMA.TABLES open csr1 FETCH NEXT FROM csr1 INTO ...
分类:
数据库 时间:
2015-01-16 18:43:23
阅读次数:
302
XML Schema 是基于 XML 的 DTD 替代者。
XML Schema 描述 XML 文档的结构。
XML Schema 语言也称作 XMLSchema 定义(XML Schema Definition,XSD)。
实例
George
John
Reminder
Don't forget themeeting!
下面这个例子...
分类:
其他好文 时间:
2015-01-16 10:09:13
阅读次数:
137
1、普通方式注解 a、在配置文件中配置 1、导入命名空间 xmlns:context="http://www.springframework.org/schema/context" http://www.springframework.org/schema/contex...
分类:
编程语言 时间:
2015-01-15 21:36:19
阅读次数:
134
mongodb由C++写就,其名字来自humongous这个单词的中间部分,从名字可见其野心所在就是海量数据的处理。关于它的一个最简洁描述为:scalable, high-performance, open source, schema-free, document-oriented databas...
分类:
数据库 时间:
2015-01-14 19:43:31
阅读次数:
308
因为自己遇到这个问题,并且也百度了,关于这个设置问题也有许多,但还是自己梳理一下,配图说明。配置xsd 这个以配置spring-context-2.5.xsd为例说明:先注册 .进入:Window ->Preferences -> MyEclipse ->Files and Editors ...
分类:
系统相关 时间:
2015-01-13 22:49:41
阅读次数:
331
===mongodb的基本操作命令=================DDL操作===========================================================================================创建架构:useSchema;在Schema中创建一个对象即可db.createCollection("CollectionName")。相当于createdatabaseDBName;创建一..
分类:
数据库 时间:
2015-01-12 19:27:04
阅读次数:
183
项目结构如图web.xml配置拦截<?xmlversion="1.0"encoding="UTF-8"?>
<web-appxmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee"xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
xsi:schemaLocatio..
分类:
编程语言 时间:
2015-01-12 16:44:55
阅读次数:
270
web.xml文件是用来初始化配置信息:比如welcome页面、servlet、servlet-mapping、filter、listener、启动加载级别等。当你的web工程没用到这些时,你可以不用web.xml文件来配置你的Application。
每个xml文件都有定义它书写规则的Schema文件,也就是说javaEE的定义web.xml所对应的xml Schema文件中定义了多少种标...
分类:
移动开发 时间:
2015-01-12 16:36:52
阅读次数:
131
Introduction to Mondrian OLAP schemabyYogaraj Khanalon December 4th, 2011IntroductionThis article demonstrates how you can design Mondrian OLAP Schema...
分类:
其他好文 时间:
2015-01-12 16:11:05
阅读次数:
386
MYSQL查看和新增表分区1、查看表分区SELECT partition_name part, partition_expression expr, partition_description descr, FROM_DAYS(partition_description) lessthan_sendtime, table_rows FROM INFORMATION_SCHEMA...
分类:
数据库 时间:
2015-01-12 14:42:26
阅读次数:
224