摘要: TeeChart的图表的标题设置方法 tChart1.Header.Text = "图表"; tChart1.Header.Lines = new string[] { "图表1","图表2","图表3" }; //标题设置Header的Text或者Lines,任选一个即可,这... 阅读全文
posted @ 2014-09-03 15:23 ChuckLu 阅读(3774) 评论(0) 推荐(0) 编辑
摘要: tChart1.Aspect.View3D = false;//此属性默认是true3d的效果2d平面的效果题外话,在使用控件的时候,需要注意:在TChart控件上增加Series, series的3d属性会受到父控件的影响的如果TChart的Aspect.View3D为false的话,这里的设置... 阅读全文
posted @ 2014-09-03 15:20 ChuckLu 阅读(525) 评论(0) 推荐(0) 编辑
摘要: TeeChart一共有六个坐标轴,一下是默认值 tChart1.Axes.Bottom.Visible = true;//横轴 tChart1.Axes.Left.Visible = true;//纵轴 tChart1.Axes.Ri... 阅读全文
posted @ 2014-09-03 15:11 ChuckLu 阅读(4659) 评论(1) 推荐(0) 编辑
摘要: 此链接可以作为参考http://tech.sina.com.cn/s/2008-07-07/1612722495.shtml需要添加引用using Steema.TeeChart;//tchartusing Steema.TeeChart.Styles;//bar纯代码操作TChart tChart... 阅读全文
posted @ 2014-09-03 09:32 ChuckLu 阅读(1020) 评论(0) 推荐(0) 编辑
摘要: Internet Information Services(IIS,互联网信息服务),是由微软公司提供的基于运行Microsoft Windows的互联网基本服务。最初是Windows NT版本的可选包,随后内置在Windows 2000、Windows XP Professional和Window... 阅读全文
posted @ 2014-09-01 15:02 ChuckLu 阅读(242) 评论(0) 推荐(0) 编辑
摘要: c#不支持宏定义,只支持编译开关。======================================我想加上#define xxx就编译a代码,否则编译b代码,像这样的:#if xxxa #elseb #endif===================================... 阅读全文
posted @ 2014-08-25 10:43 ChuckLu 阅读(3104) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lzjsky/archive/2010/09/06/1819321.html原来使用Win7的32位系统,进行C#工程的开发,后来重装系统,换成了win7的64位系统调试原来的工程,由于在其中引用了“SQLite”的32位的dll,导致在64为位下程序无... 阅读全文
posted @ 2014-08-25 09:58 ChuckLu 阅读(4870) 评论(0) 推荐(0) 编辑
摘要: 帮助文档 http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki 历史版本https://system.data.sqlite.org/index.html/doc/trunk/www/news.wiki 源代码下载【简直无 阅读全文
posted @ 2014-08-14 14:42 ChuckLu 阅读(988) 评论(0) 推荐(0) 编辑
摘要: 我的电脑--属性--远程设置;初步设置;此外还需要确认服务是否开启 阅读全文
posted @ 2014-08-13 14:17 ChuckLu 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 1.SQLite Expert 使用之前,可以先下载SQLite Expert,方便查看.db3数据库 下载链接是http://www.sqliteexpert.com/ 可以谷歌找到license 安装好之后,安装路径下有帮助文档以及pdf文档 缺点: 目前的sqliteexpert版本,有点问题 阅读全文
posted @ 2014-08-12 17:20 ChuckLu 阅读(6909) 评论(0) 推荐(1) 编辑