摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ConsoleApplication1{ class Program { private static string _vsPath = @"D:\work\1222\storeInformation\Ericsson-CAT01R04-290512.xml"; private static Ericsson3G3G vEricsson3G3G = new Ericsso... 阅读全文
Aspose.cells.dll编译时的问题
2012-12-21 01:00 by hongjiumu, 437 阅读, 0 推荐, 收藏,
摘要:Aspose.cells.dll编译时的问题:Error 1 The type or namespace name 'Aspose' could not be found (are you missing a using directive or an assembly reference?) D:\work\1220\work\Solution1\ConsoleApplication1\XlsxReader.cs 6 7 ConsoleApplication1解决办法:<?xml version="1.0"?><configuration 阅读全文
树型数据结构设计处理
2012-12-21 00:58 by hongjiumu, 422 阅读, 0 推荐, 收藏,
摘要:怎么解析?树型数据结构设计处理:3个表来吧!(1)one subnetworkSubNetwork | Attribute[] | Container[]string | Guid1,Guid2,Guid3 | Guid1,Guid2,Guid3依次排列 依次排列(2)one container(container a id)Identity | IdPath | Attribute[]Guid | Id1^Id2^Id3 | Guid1,Guid2,Gui3层次关系 依次排列(3)one attributeIdentity | vsDataType | vsDataFormateVer... 阅读全文
Constraints for override and explicit interface implementation methods are inherited from the base method, so they cannot be specified directly
2012-12-20 00:29 by hongjiumu, 595 阅读, 0 推荐, 收藏,
摘要:Constraints for override and explicit interface implementation methods are inherited from the base method, so they cannot be specified directlyFrom:http://stackoverflow.com/questions/283824/constraints-for-explicit-interface-implementation解决办法:使用范型类,不能在这里使用范型方法。 阅读全文
取得表名以h_开头的表,要使用left,不要使用like
2012-12-18 22:19 by hongjiumu, 303 阅读, 0 推荐, 收藏,
摘要:取得表名以h_开头的表:SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE' andLEFT(TABLE_NAME,2)='h_'and TABLE_SCHEMA='p'特别注意:不能使用TABLE_NAME like 'h_%'因为sql2008会得到hh_开头的表。要注意! 阅读全文
两个devExpress的chartControl联动
2012-12-16 19:58 by hongjiumu, 988 阅读, 0 推荐, 收藏,
摘要:chartControl1.RuntimeSelection = true;chartControl1.RuntimeSeriesSelectionMode = SeriesSelectionMode.Point;chartControl1.MouseClick += new MouseEventHandler(Chart_MouseClick); public void Chart_MouseClick(object sender, MouseEventArgs e) { ChartHitInfo hi = chartControl1.CalcHitInf... 阅读全文
图表处理ZedGraph
2012-12-16 19:57 by hongjiumu, 213 阅读, 0 推荐, 收藏,
摘要:ZedGraphhttp://sourceforge.net/projects/zedgraph/files/zedgraph%20source/图表处理 阅读全文
master很好的招聘网站
2012-12-16 19:56 by hongjiumu, 165 阅读, 0 推荐, 收藏,
摘要:master很好的招聘网站http://www.masterltduk.co.uk 阅读全文
(转)EXCEL2007存储格式xlsx
2012-12-09 17:26 by hongjiumu, 3171 阅读, 0 推荐, 收藏,
摘要:EXCEL2007中文档采用了新的存储方式——xlsx,试用过的都知道。 但只有部分人知道,这是采用了可扩展标识语言(Extensible Markup Language)进行存储。要验证很简单,新建一个工作簿,保存后退出。把保存的工作簿假设是book1.xlsx,扩展名改为.rar,解压缩,你会发现居然可以解压出文件!再从解压缩的文件中,你会看到文件都是以xml(或是rels)文件,用记事本打开,<?xml version="1.0" encoding="UTF-8" standalone="yes"?> XML语言的标 阅读全文
浙公网安备 33010602011771号