会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Chuck Lu
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
390
391
392
393
394
395
396
397
398
399
下一页
2014年9月3日
TeeChart入门
摘要: 此链接可以作为参考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
阅读(1043)
评论(0)
推荐(0)
2014年9月1日
win7下配置IIS
摘要: Internet Information Services(IIS,互联网信息服务),是由微软公司提供的基于运行Microsoft Windows的互联网基本服务。最初是Windows NT版本的可选包,随后内置在Windows 2000、Windows XP Professional和Window...
阅读全文
posted @ 2014-09-01 15:02 ChuckLu
阅读(246)
评论(0)
推荐(0)
2014年8月25日
C#中的编译开关
摘要: c#不支持宏定义,只支持编译开关。======================================我想加上#define xxx就编译a代码,否则编译b代码,像这样的:#if xxxa #elseb #endif===================================...
阅读全文
posted @ 2014-08-25 10:43 ChuckLu
阅读(3143)
评论(0)
推荐(0)
VS中自动选择x86或x64的dll
摘要: 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
阅读(4915)
评论(0)
推荐(0)
2014年8月14日
system.data.sqlite的源代码下载
摘要: 帮助文档 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
阅读(1037)
评论(0)
推荐(0)
2014年8月13日
win7系统远程桌面无法正常连接
摘要: 我的电脑--属性--远程设置;初步设置;此外还需要确认服务是否开启
阅读全文
posted @ 2014-08-13 14:17 ChuckLu
阅读(220)
评论(0)
推荐(0)
2014年8月12日
通过第三方软件打开sqlite
摘要: 1.SQLite Expert 使用之前,可以先下载SQLite Expert,方便查看.db3数据库 下载链接是http://www.sqliteexpert.com/ 可以谷歌找到license 安装好之后,安装路径下有帮助文档以及pdf文档 缺点: 目前的sqliteexpert版本,有点问题
阅读全文
posted @ 2014-08-12 17:20 ChuckLu
阅读(6958)
评论(0)
推荐(1)
2014年8月5日
使用CLR Profiler查看C#运行程序的内存占用情况
摘要: http://blog.csdn.net/wy3552128/article/details/8158938 https://msdn.microsoft.com/en-us/library/ff650691.aspx Downloading CLR Profiler CLR Profiler is
阅读全文
posted @ 2014-08-05 18:39 ChuckLu
阅读(1364)
评论(0)
推荐(1)
2014年8月4日
关于消息队列
摘要: 创建的时候,提示这个错误:工作组安装计算机不支持该操作 http://www.cnblogs.com/zhangkuntel/archive/2010/10/12/1849083.html 你在创建公有队列,而你的机器不属于任何域。一般工作组安装的计算机只能创建私有队列。 System.Messag
阅读全文
posted @ 2014-08-04 14:25 ChuckLu
阅读(226)
评论(0)
推荐(0)
2014年7月28日
C#面试题集锦
摘要: 1.貌似最常用的是 值类型和引用类型,还有 装箱和 http://www.cnblogs.com/Autumoon/archive/2008/08/18/1270685.html http://www.cnblogs.com/leotsai/p/aspnet-tech-test.html .NET中
阅读全文
posted @ 2014-07-28 14:02 ChuckLu
阅读(353)
评论(0)
推荐(0)
上一页
1
···
390
391
392
393
394
395
396
397
398
399
下一页
公告