摘要: 未注册数码之家的用户每天只能浏览10个贴子,这给很多没有注册的用户带来了很多不便(本人也是其中之一)以下为突破访问10个帖子限制的方法1.打开IE工具->Internet 选项,选择隐私2.点击站点,输入网址http://bbs.mydigit.cn,点击拒绝,点击确定。okay,完成设置 阅读全文
posted @ 2011-04-24 00:15 江水 阅读(926) 评论(0) 推荐(0) 编辑
摘要: 开发中遇到一个问题SqlServer的Image类型影射为byte[]时截断了数据,变成8k,查了下NH文档,Table 5.5. Large Object Mapping TypesNHibernate Type.NET TypeDatabase TypeRemarksStringClobSystem.StringDbType.Stringtype="StringClob" must be specified. Entire field is read into memory.BinaryBlobSystem.Byte[]DbType.Binarytype="B 阅读全文
posted @ 2011-02-23 20:42 江水 阅读(423) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2010-07-23 10:47 江水 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 创建型:1. 单件模式(Singleton Pattern)2. 抽象工厂(Abstract Factory)3. 建造者模式(Builder)4. 工厂方法模式(Factory Method)5. 原型模式(Prototype)结构型:6. 适配器模式(Adapter Pattern)7. 桥接模式(Bridge Pattern)8. 装饰模式(Decorator Pattern)9. 组合模式... 阅读全文
posted @ 2010-07-22 10:01 江水 阅读(224) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2010-07-21 10:17 江水 阅读(422) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;namespace Example0526{ public abstract class Road { public abstract void Start(); } public abstract class AbstractRoadFactory { public a... 阅读全文
posted @ 2010-05-26 11:16 江水 阅读(219) 评论(0) 推荐(0) 编辑
摘要: C#后台执行batProcessStartInfo p = new ProcessStartInfo();p.FileName = "C:\\1.bat";p.WindowStyle = ProcessWindowStyle.Hidden;p.ErrorDialog = false;p.CreateNoWindow = true;Process.Start(p); 阅读全文
posted @ 2010-05-19 09:05 江水 阅读(2174) 评论(0) 推荐(1) 编辑
摘要: 如题代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--constintHTLEFT=10;constintHTRIGHT=11;constintHTTOP=12;constintHTTOPLEFT=13;constintHTTOPRIGHT=14;c... 阅读全文
posted @ 2010-01-11 21:39 江水 阅读(4532) 评论(2) 推荐(3) 编辑
摘要: 如题代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<?xmlversion="1.0"encoding="gb2312"?><themeversion="1.0"><WindowminWidth="205"minHe... 阅读全文
posted @ 2010-01-10 20:25 江水 阅读(909) 评论(1) 推荐(0) 编辑
摘要: 如题代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<?xmlversion="1.0"encoding="utf-8"?><ThemeName="深海幽蓝"Version="2.0"><MainWindow>&... 阅读全文
posted @ 2010-01-10 20:22 江水 阅读(590) 评论(0) 推荐(0) 编辑
友情链接:『MY 163 Bolg』  『BlueIdea』  『YoBo』