無名经验总结与分享(SAP)            十年树木,百年树人

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页
摘要: // using System; using System.Collections.Generic; using System.Text; using System.DirectoryServices; using System.Security.Principal; using System.Runtime.InteropServices; using System.Data; n... 阅读全文
posted @ 2009-03-10 16:00 無名 阅读(689) 评论(0) 推荐(0)
摘要: 一、PetShop的系统架构设计http://www.cnblogs.com/wayfarer/archive/2007/03/23/375382.html二、PetShop数据访问层之数据库访问设计http://www.cnblogs.com/wayfarer/archive/2006/04/21/381315.html三、PetShop数据访问层之消息处理http://www.cn... 阅读全文
posted @ 2009-03-03 16:32 無名 阅读(395) 评论(0) 推荐(0)
摘要: http://finance.sina.com.cn/283/2005/0704/4.html 阅读全文
posted @ 2009-01-16 16:52 無名 阅读(264) 评论(0) 推荐(0)
摘要: private void DataGrid1_ItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) { if (e.Item.ItemType == ListItemType.EditItem) { TextBox txt = (TextBox)e.Item.Cells... 阅读全文
posted @ 2009-01-07 18:17 無名 阅读(290) 评论(0) 推荐(0)
摘要: 注册表恢复默认共享 2007-02-26 13:56 经常见有人说无论怎样设置,别人都访问不了自己的文件共享或者打印机共享等等,其真正原因是他们安装了修改过的版本,被禁用系统默认共享,下面我以番茄花园版XP为例,恢复系统默认共享。 先打开注册表(怎样打开?吓?好好,先在运行里输入 regedit,行了吧) 需要修改恢复注册表的地方有: 1.HKEY_LOCAL_MACHINE\System... 阅读全文
posted @ 2009-01-04 13:42 無名 阅读(811) 评论(0) 推荐(0)
摘要: 关于ASP.NET IIS的注册: ASP.NET 1.1.4322 C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe ASP.NET 2.0.50727 C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe 运行"cmd",并在其中切换到... 阅读全文
posted @ 2008-11-11 10:07 無名 阅读(368) 评论(0) 推荐(0)
摘要: 在dll中使用FastReport会遇到以下内个问题:1.调用时变量出错,最普通的一个变量注入也是一样2.出现Cannot assign a TFieldList to a TStringList的错误3.Invalid pointer operation的错误,在函数中返回WideString引起的以下是解决办法:1.不要在DLL中直接引用FastReport的单元文件,最好用一个接口类来实现 ... 阅读全文
posted @ 2008-08-28 17:07 無名 阅读(979) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/nokiaguy/ 阅读全文
posted @ 2008-07-18 22:36 無名 阅读(140) 评论(0) 推荐(0)
摘要: web.config access数据库相对路径设置方法 for asp.net2.02006-12-19 15:21 今天刚巧自己碰到了在web.config设置connectionStrings的问题, 翻了好些书, 只都说sql的设置方法,唯独破access被人遗忘到角落:那是只字未提啊~~ 幸好,在visual studio 2005帮助文件里面有提及一些: ... 阅读全文
posted @ 2008-07-10 16:12 無名 阅读(2629) 评论(0) 推荐(0)
摘要: unit TransparentListBox; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TTransparentListBox = class(TListBox) private { Private declarations ... 阅读全文
posted @ 2008-06-25 16:02 無名 阅读(588) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页
Twttafku@163.com
十年树木,百年树人