<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_今天开博了2007-7-16</title><subtitle type="text">开博没有太监的客。。。</subtitle><id>http://feed.cnblogs.com/blog/u/7737/rss</id><updated>2009-09-12T04:34:56Z</updated><author><name>胡敏</name><uri>http://www.cnblogs.com/wssmax/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wssmax/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/7737/rss"/><entry><id>http://www.cnblogs.com/wssmax/archive/2009/09/11/1564749.html</id><title type="text">WebSharp 3.0(个人修订版)全代码，WebSharp 的作者已经抛弃它了吗？(一个国产ORM框架)</title><summary type="text">（下载）WebSharp 3.0 部分bug修改1. 增加了部分注释2. 追加了log4net实现日志管理3. AbstractDataAccess增加连接数和阅读器数，因为同一业务都是使用的相同的持久化类，可能会造成连接冲突。4. 增加自定义DBType.cs,利用该枚举类型实现与其他各种数据库数据类型转换5. 增加ProcedureAttribute属性类型6. 重新启用了缓存功能7. Abs...</summary><published>2009-09-11T06:23:00Z</published><updated>2009-09-11T06:23:00Z</updated><author><name>胡敏</name><uri>http://www.cnblogs.com/wssmax/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wssmax/archive/2009/09/11/1564749.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wssmax/archive/2009/09/11/1564749.html"/></entry><entry><id>http://www.cnblogs.com/wssmax/archive/2007/07/27/833107.html</id><title type="text">从追MM谈Java的23种设计模式 - 太经典了，转到自己的BLOG上收藏着先</title><summary type="text">设计模式做为程序员的“内功心法”，越来越受到.net 社区的重视，这种变化是很可喜的，Java社区走在了我们的前面，但这种状况也许有一天会发生改变。从追MM谈Java的23种设计模式1、FACTORY—追MM少不了请吃饭了，麦当劳的鸡翅和肯德基的鸡翅都是MM爱吃的东西，虽然口味有所不同，但不管你带MM去麦当劳或肯德基，只管向服务员说“来四个鸡翅”就行了。麦当劳和肯德基就是生产鸡翅的Factor...</summary><published>2007-07-27T01:01:00Z</published><updated>2007-07-27T01:01:00Z</updated><author><name>胡敏</name><uri>http://www.cnblogs.com/wssmax/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wssmax/archive/2007/07/27/833107.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wssmax/archive/2007/07/27/833107.html"/></entry><entry><id>http://www.cnblogs.com/wssmax/archive/2007/07/18/822713.html</id><title type="text">利用.net创建安全COM控件</title><summary type="text">创建控件，其实就是创建一个dll，把他注册成COM控件，并给它导入安全接口。（安全是指在调用是不会弹出安全对话框）using System;using System.Runtime.InteropServices;namespace openOffice{ /// &amp;lt;summary&amp;gt; /// IObjectSafety 的摘要说明。 /// &amp;lt;/summary&amp;gt; [Guid...</summary><published>2007-07-18T08:25:00Z</published><updated>2007-07-18T08:25:00Z</updated><author><name>胡敏</name><uri>http://www.cnblogs.com/wssmax/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wssmax/archive/2007/07/18/822713.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wssmax/archive/2007/07/18/822713.html"/></entry><entry><id>http://www.cnblogs.com/wssmax/archive/2007/07/18/822696.html</id><title type="text">AutoCAD二次开发之创建菜单</title><summary type="text">利用AutoCAD 2004 类型库创建菜单，AutoCAD菜单是加载的acad.mns。AutoCADConnector.csusing System;using AutoCAD;using System.Runtime.InteropServices;namespace AddMenu{ public class AutoCADConnector : IDisposable { private...</summary><published>2007-07-18T08:10:00Z</published><updated>2007-07-18T08:10:00Z</updated><author><name>胡敏</name><uri>http://www.cnblogs.com/wssmax/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wssmax/archive/2007/07/18/822696.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wssmax/archive/2007/07/18/822696.html"/></entry><entry><id>http://www.cnblogs.com/wssmax/archive/2006/08/30/490381.html</id><title type="text">我的家——三维地图</title><summary type="text">在网上闲逛,发现一个三维地图网站,比较二维的确实有意思许多.感觉象游戏里一样.呵呵</summary><published>2006-08-30T06:26:00Z</published><updated>2006-08-30T06:26:00Z</updated><author><name>胡敏</name><uri>http://www.cnblogs.com/wssmax/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wssmax/archive/2006/08/30/490381.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wssmax/archive/2006/08/30/490381.html"/></entry><entry><id>http://www.cnblogs.com/wssmax/archive/2006/08/25/486229.html</id><title type="text">一个数独问题的算法(已更新,提供一个简单算法,欢迎拍砖)</title><summary type="text">前段时间出差在外闲得无事看到一个数独问题。有三题，脑子不好使，只做出前两题。想想不如用程序来实现。我先把题放出来大家有兴趣研究一下。85711926256924588124946575891521963357661477264538697835839876　　17　　　　1936　　　　　　　　　　　　4　5　　　2　　88　1　　　7　22　　7　　　6　6　　　　　　　　　　　　7653　　　...</summary><published>2006-08-25T06:54:00Z</published><updated>2006-08-25T06:54:00Z</updated><author><name>胡敏</name><uri>http://www.cnblogs.com/wssmax/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wssmax/archive/2006/08/25/486229.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wssmax/archive/2006/08/25/486229.html"/></entry><entry><id>http://www.cnblogs.com/wssmax/archive/2006/07/24/458561.html</id><title type="text">生活在垃圾网络中,我们该怎么办?</title><summary type="text">今天说从网站上下个软件来玩玩,搜索到一大堆网站提供下载.而且还有网站保证100%可下.虽然是这样我业不敢掉以轻心,还是同时打开几个网站.看看哪个速度快也好哇.我X,打开页面的时候速度挺快的,妈的,再看下在地址在哪里?眼睛都花了,乱七八糟的广告,什么只有点击广告才能下载.只有依次点击以下广告你便获取高速下载.心里想啊,能下就行,耐者性子点完所有广告,终于发现下载地址,一按上去,漫长的等待.我以为回自...</summary><published>2006-07-24T11:31:00Z</published><updated>2006-07-24T11:31:00Z</updated><author><name>胡敏</name><uri>http://www.cnblogs.com/wssmax/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wssmax/archive/2006/07/24/458561.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wssmax/archive/2006/07/24/458561.html"/></entry><entry><id>http://www.cnblogs.com/wssmax/archive/2006/07/18/453587.html</id><title type="text">vs.net 2005 中文版下载</title><summary type="text">中文专业版：http://www.05sun.com/downinfo/436.html没有企业工具,比如test等等。中文term版：http://www.easedown.com/soft/130/soft,1.htm如何是试用180天的，改一下序列号就行了。</summary><published>2006-07-18T02:58:00Z</published><updated>2006-07-18T02:58:00Z</updated><author><name>胡敏</name><uri>http://www.cnblogs.com/wssmax/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wssmax/archive/2006/07/18/453587.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wssmax/archive/2006/07/18/453587.html"/></entry><entry><id>http://www.cnblogs.com/wssmax/archive/2006/05/24/407847.html</id><title type="text">c#调用des64.dll进行加密解密</title><summary type="text">[DllImport("des64.dll")]private static extern void b64_des(StringBuilder in_str, StringBuilder out_str, string key, int lenth, uint option);///第一个参数就是你要进行加密解密的字符串，第二个参数就是要输出的字符串，第三个是指定参数，第四个是字符串长度，最后一...</summary><published>2006-05-24T03:42:00Z</published><updated>2006-05-24T03:42:00Z</updated><author><name>胡敏</name><uri>http://www.cnblogs.com/wssmax/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wssmax/archive/2006/05/24/407847.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wssmax/archive/2006/05/24/407847.html"/></entry><entry><id>http://www.cnblogs.com/wssmax/archive/2005/12/13/295989.html</id><title type="text">MapXtreme 2004 6.2 中文版破解文件及安装方法(已经不提供下载)</title><summary type="text">上次破解那个效果不好，只能说是中英混和版，经过努力终于将中文版顺利破解。下面说明安装方法和可能出现的问题。下载MapXtreme62_SCP_CHS安装文件，下载破解文件1覆盖到安装文件的解压文件夹里面。运行setup。出现问题：可能程序长时间不会响应。应该他还要配置.net框架。如果你确认你的框架已经安装了sp1.1。可以直接运行MapXtreme62_SCP_CHS.msi，然后结束进程里面那...</summary><published>2005-12-13T01:44:00Z</published><updated>2005-12-13T01:44:00Z</updated><author><name>胡敏</name><uri>http://www.cnblogs.com/wssmax/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wssmax/archive/2005/12/13/295989.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wssmax/archive/2005/12/13/295989.html"/></entry></feed>
