利用Vistual Studio自带的xsd.exe工具,根据XML自动生成XSD1, 命令提示符--》找到vs自带的xsd.exe工具所在的文件夹 例如: C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin 注意:win7操作系统“命令提...
分类:
其他好文 时间:
2015-01-24 06:47:35
阅读次数:
687
use XSD.exe in VS2010 from a xsd file to class1.use XSD.exeStart -> All Programs -> Microsoft Visual Studio 2010 -> Visual Studio Tools -> Visual Stud...
分类:
其他好文 时间:
2015-01-24 06:47:07
阅读次数:
142
一:C#生成XML,其元素或属性由类的定义来设置(xml串行化)将一个字符串转到一个XML文档中的xmlAttribute或xmlElementusing System;System.xml.Serialization;namespace xmlserializa{1.初始化一个类,设置属性值[Xm...
发布ASP.NET MVC到IIS后出现错误: 1 System.Data.Entity.Core.MetadataException: Schema specified is not valid. Errors: 2 SysModel.ssdl(2,2) : error 0152: No Ent....
分类:
Web程序 时间:
2015-01-24 06:43:21
阅读次数:
5503
Collection:A collection is simply a grouping of documents that have the same or a similar purpose.A collection is not enforced by a strict schema. Ins...
分类:
数据库 时间:
2015-01-23 19:42:02
阅读次数:
152
由于在xml文件中使用xml节点的提示信息,一般采用引入URL的方式,例如这种方式只能够在网络连接时才能够使用,在网络不稳定的情况下,智能提示效果很差,因此,通过设置Eclipse对Schema进行本地支持,可以解决上述问题。下面本文以http://www.springframework.org/s...
分类:
系统相关 时间:
2015-01-23 17:56:10
阅读次数:
211
mysql的在线表结构修改,因为低效和阻塞读写。一直被诟病。至于ALTER TABLE 的原理,参看我上一篇文章。MySQL在线修改大表结构。看完后,发现的问题是还是会锁的,且对于在线更新的这块也是不能很好的处理,所以只能从理论上来理解,应用到在线库还是有问题的。不能保证数据的最新。今天看到perc...
分类:
其他好文 时间:
2015-01-23 17:51:02
阅读次数:
250
SELECT TABLE_NAME,round((DATA_LENGTH+INDEX_LENGTH)/(1024*1024),2) as 'size',TABLE_ROWS,ENGINE FROM information_schema.TABLES WHERE TABLE_SCHEMA="eload...
分类:
数据库 时间:
2015-01-23 16:12:46
阅读次数:
153
DTD 类型约束文件 1. Window->Preferences->XML->XML Catalog->User Specified Entries窗口中,选择Add 按纽 2.在Add XML Catalog Entry 对话框中选择或输入以下内容: Location: F:/soft/pro....
分类:
系统相关 时间:
2015-01-22 21:31:22
阅读次数:
156
Check out on gitHub, see the example on Demo page, see the document, extension.Mainly, there are three parts consist of Javascript part:form, schema a...
分类:
Web程序 时间:
2015-01-21 23:47:48
阅读次数:
401