02 2015 档案

摘要:/*C#对象XML序列化(一):序列化方法和常用特性.Net Framework提供了对应的System.Xml.Seriazliation.XmlSerializer负责把对象序列化到XML,和从XML中反序列化为对象。Serializer的使用比较直观,需要多注意的是XML序列化相关的Att... 阅读全文
posted @ 2015-02-13 10:14 深南大道 阅读(656) 评论(0) 推荐(0) 编辑
摘要:--5.读取XML--下面为多种方法从XML中读取EMAILDECLARE @x XMLSELECT @x = ' dongsheng@xxyy.com 678945546 36575 '-- 方法1SELECT @x.value('dat... 阅读全文
posted @ 2015-02-10 17:45 深南大道 阅读(308) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Data; using System.Xml; using System.Xml.Serialization; /// /// Xml序列化与反序列化 /// ... 阅读全文
posted @ 2015-02-06 16:02 深南大道 阅读(379) 评论(0) 推荐(0) 编辑
摘要:C语言 25 50 数据库 100 数据结构 100 25 female 66.5 protected void Button1_Click(object se... 阅读全文
posted @ 2015-02-06 15:39 深南大道 阅读(553) 评论(0) 推荐(0) 编辑
摘要:EasyUI加载效果 using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.... 阅读全文
posted @ 2015-02-05 17:01 深南大道 阅读(366) 评论(0) 推荐(0) 编辑
摘要:---1.先备份数据库(含日志文件) use myhis go backup database myhis to disk='d:\myhis_rzbak' go ---2.设为简单恢复模式 use [master] go alter database myhis set recovery simple with no_wait go alter database myhis set re... 阅读全文
posted @ 2015-02-05 14:14 深南大道 阅读(417) 评论(0) 推荐(0) 编辑
摘要:jquery div随滚动条滚动效果 阅读全文
posted @ 2015-02-03 15:07 深南大道 阅读(485) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示