摘要:
由于我的代码生成器是代住于SqlAdmin.dll组件的,由于这个组件依赖的原因,产生错误:检索 COM 类工厂中 CLSID 为 {10020200-E260-11CF-AE68-00AA004A34D5} 的组件失败。而我最开始使用sqlAdmin的搜索毫无结果。所以我改变搜索方式,从错误入手,开始搜索错误消息。一、我搜索出的线索为: 检索 COM 类工厂中 CLSID 为 {{10020200-E260-11CF-AE68-00AA004A34D5}} 的组件时失败解决办法2010-07-21 23:02今天本人要用vs中用ORM 和数据库创建连接时 用一个CreateEntity.e. 阅读全文
2011年9月25日
2011年7月19日
摘要:
and (case -1 when -1 then NVL(webap.status,0) else 0 end) = NVL(webap.status,0) 阅读全文
2011年6月29日
摘要:
<script charset="gb2312" type="text/javascript" src="http://www.cnblogs.com/js/handlers.js"></script>在页面调用时加charset="gb2312",即可。 阅读全文
2011年6月23日
摘要:
c# 模板都继承此类,调用c#方法。using System;using System.IO;using System.Data;using System.Data.SqlClient;using System.ComponentModel;using System.ComponentModel.Design;using CodeSmith.Engine;using SchemaExplorer;public class Model : CodeTemplate{ public string GetCSharpVariableType(ColumnSchema column) { switch 阅读全文
2011年6月20日
摘要:
select * from(select a.*,rownum row_num from(select * frommytable t order by t.id desc) a) b where b.row_num between 1 and 10 阅读全文
2009年5月20日
摘要:
1.手工梆定地图要梆定地图的.gst文件如:[代码]注:需using MapInfo.Mapping;2.地图手工代码放大:[代码]反之:MapControl.Tools初始包含以下工具 00. AddCircle 01. AddEllipse 02. AddLine 03. AddPoint 04. AddPolygon 05. AddPolyline 06. AddRectangle 07. ... 阅读全文
2009年5月19日