using (ToDoDataContext db = new ToDoDataContext(("isostore:/ToDo.sdf")))
{ //Create the database schema updater DatabaseSchemaUpdater dbUpdate = db.Cr...
分类:
数据库 时间:
2015-01-06 00:40:26
阅读次数:
189
Author:Skate
Time:2015/01/05
MySQL schema和binary log磁盘空间趋势分析
[root@skatedb55 dist]# ./mysqlsize --help
usage: Database diskspace usage v0.1 ,(C) Copyright Skate 2014
[-h] [--load LOAD]...
分类:
数据库 时间:
2015-01-05 18:50:17
阅读次数:
237
with QS as( select cp.objtype as object_type ,db_name(st.dbid)as [database] ,object_schema_name(st.objectid,st.dbid)as [schema] ,object_name(st.o...
分类:
数据库 时间:
2015-01-05 16:26:56
阅读次数:
185
一、exp/imp和expdp/impdp在功能上的区别: 1、把用户usera的对象导入到userb emp/imp用法: formuser=usera touser=userb; empdp/impdp用法: remap_schema='usera':'userb' 例如: imp...
分类:
数据库 时间:
2015-01-04 19:14:48
阅读次数:
201
SELECT COUNT(*) TABLES, table_schema FROM information_schema.TABLES WHERE table_schema = '数据库' GROUP BY table_schema;这还是头一次接触information_schema这个数据库,i...
分类:
数据库 时间:
2015-01-04 09:51:46
阅读次数:
194
Spring的p标签是基于XML Schema的配置方式,目的是为了简化配置方式。由于Spring的p标签是spring内置的,只要在xml头部申明下就可以调用。如下:
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
分类:
编程语言 时间:
2015-01-01 16:04:08
阅读次数:
238
2014-05-05 Created By BaoXinjian
分类:
其他好文 时间:
2015-01-01 10:05:58
阅读次数:
201
??
spring 中集成quartz:
spring文件的配置:
<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:p="http://www.springframework.org/schema...
分类:
编程语言 时间:
2014-12-31 18:33:45
阅读次数:
218
schema.xml这个配置文件可以在你下载solr包的安装解压目录的\solr\example\solr\collection1\conf中找到,它就是solr模式关联的文件。打开这个配置文件,你会发现有详细的注释。模式组织主要分为三个重要配置1. types 部分是一些常见的可重用定义,定义了 ...
分类:
其他好文 时间:
2014-12-31 14:29:58
阅读次数:
182
运行solr是个很简单的事,如何让solr高效运行你的项目,这个就不容易了。要考虑的因素太多。这里很重要一个就是对solr的配置要了解。懂得配置文件每个配置项的含义,这样操作起来就会如鱼得水! 在solr里面主要的就是solr的主目录下面的 schema.xml,solrConfig.xml,...
分类:
其他好文 时间:
2014-12-30 18:51:08
阅读次数:
109