摘要:
源于对SQL Server 和 Oralce 的猜想,听说都是xml为文本,猜想xml标签对,很浪费容量,也会影响性能。所有我写了一个C#小型数据库(只有查询功能)。实现功能很少,只是想实现我的思路。就是一个简单读取文本,查询功能。ContaintFile是判断是否含有文本View Code using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace MySQL{ public static class ContaintFile ... 阅读全文
摘要:
declare @num int declare @datediff int select @datediff=datediff(day,'2007-12-12','2008-9-10) set @num=0 while @num<@datediff begin insert into cms_count values('192.168.1.174','1','狗狗','http://gougou.com/','1280*780','IE','Vasta' 阅读全文