上一页 1 ··· 283 284 285 286 287 288 289 290 291 ··· 342 下一页
摘要:   C#写了一个windows的程序,想让它随系统启动运行 -------------- 把可执行文件的快捷方式复制到启动文件夹里面,这样不安全,安全的方法是把系统做成WinService的方式,以系统服务的方式安全好多 -------------- 设置某程序随系统启动自动运行,取消自动运行。 使用到using Microsoft.Win32;名称空间。 public voi... 阅读全文
posted @ 2009-08-31 16:04 emanlee 阅读(1605) 评论(0) 推荐(0)
摘要: 在Program.cs中添加如下代码: using System; using System.Threading; using System.Collections.Generic; using System.Windows.Forms; namespace ArresterSerialPort {     static class Program  ... 阅读全文
posted @ 2009-08-31 16:04 emanlee 阅读(2429) 评论(0) 推荐(1)
摘要: Rad TreeView for ASP.NET AJAXhttp://www.telerik.com/products/aspnet-ajax/treeview.aspxAjaxPro.NET框架生成高效率的Tree(Asp.net 2.0)(示例代码下载)http://www.builder.com.cn/2008/0324/781170.shtmlASP.NET TreeView Control - AJAX Tree-Grid Hybrid Control - DevExpress ASPxTreeListhttp://www.devexpress.com/Products/NET/C 阅读全文
posted @ 2009-08-31 16:03 emanlee 阅读(649) 评论(0) 推荐(0)
摘要: 今天在做报表的时候碰到需要动态显示报表列的问题,阿泰的那篇文章比较不错,但是在动态显示列的情况下,我们还需要动态设置它的宽度,于是我做了一些尝试。。。 由于是采用的PULL模式,所以报表里面的内容不方便写在这里,等我用PUSH的方式改写以后再与大家分享。。。 其实很简单就一行语句:          ... 阅读全文
posted @ 2009-08-31 16:03 emanlee 阅读(2098) 评论(0) 推荐(0)
摘要: ━━━━━━━━━━━━━ 提纲: ━━━━━━━━━━━━━ 一、概述 二、设置图表引擎 三、OWC的许可证问题 四、OWC的运行机制 五、在Web服务器上安装OWC 10 六、OWC编程模式 ━━━━━━━━━━━━━ 正文: ━━━━━━━━━━━━━ 一、概述 在开发应用程序时,经常会遇到必须提供交互式图表的情况。例如,你可能在开发一个管理销售和产品数据的应用程序,数据保存在SQL Ser... 阅读全文
posted @ 2009-08-31 16:03 emanlee 阅读(707) 评论(0) 推荐(0)
摘要: 我在asp.net2.0中使用ajax的timer去定时刷新一个updatapanle,只用一个用户的时候没有问题,可是多个用户同时访问就弹出the status code returned from the server was 500,我把updatapanle去掉又没有错误了,怎么解决啊? 原来我以为是代码有问题,可是把updatapanel去掉运行了一个小时也没有报错误,page上设置了V... 阅读全文
posted @ 2009-08-31 16:03 emanlee 阅读(1815) 评论(0) 推荐(0)
摘要: 'this.m_clientController' is null or not an object -------------- It seems that you are using ajax in your web form, right? Try to remove update panels around your report viewer control. And then ... 阅读全文
posted @ 2009-08-31 16:03 emanlee 阅读(861) 评论(0) 推荐(0)
摘要: VS2008水晶报表发布部总结 一、 安装运行时支撑文件 如果你安装了VS2008,那么可以找到如下目录: C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\CrystalReports10_5 此目录下有如下文件: COPY到服务器上根据服务器CPU情况选择性地安装一下。 二、 将WEB项目打包成安装... 阅读全文
posted @ 2009-08-31 16:02 emanlee 阅读(8509) 评论(1) 推荐(0)
摘要: My line chart displays all lines in a single color (the series color). I'd like a single color per item in the series just like the bar chart. Is there a way to change this? Or is the only differentia... 阅读全文
posted @ 2009-08-31 16:02 emanlee 阅读(1013) 评论(0) 推荐(0)
摘要: 我們最近在開發 SQL Server 2005 的 Reporting Service 報表功能,而在使用 ReportViewer 查看報表時都沒問題: 但是在執行匯出資料到 PDF 格式時,所有的中文字都會變成亂碼: 若要解決這個問題其實還蠻容易的,只要修改報表定義檔( *.rdlc )中各物件的字型修改掉即可,預設來說預設的字型是 Tahoma,你必須改成 PMingLiU 即可。 而所有報... 阅读全文
posted @ 2009-08-31 16:01 emanlee 阅读(1534) 评论(0) 推荐(0)
上一页 1 ··· 283 284 285 286 287 288 289 290 291 ··· 342 下一页