邓石的博客

昆明世软科技有限公司(http://www.synsoft.cn)
随笔 - 145, 文章 - 1, 评论 - 80, 引用 - 2
数据加载中……

12 2005 档案

如何用asp调用启动服务器上的Exe程序

posted @ 2005-12-31 10:19 smartstone 阅读(130) | 评论 (0)  编辑

Session过期问题

posted @ 2005-12-30 17:10 smartstone 阅读(341) | 评论 (0)  编辑

彻底删除Windows2003中讨厌的c:\wmpub

posted @ 2005-12-30 15:43 smartstone 阅读(1319) | 评论 (4)  编辑

使用CRecordset::GetFieldValue的错误error C2668

posted @ 2005-12-28 11:38 smartstone 阅读(230) | 评论 (1)  编辑

BadCopyPro 3.75 Build0608 注册码

posted @ 2005-12-26 08:56 smartstone 阅读(1692) | 评论 (11)  编辑

ADO取数据库中的表名、字段名、字段类型

posted @ 2005-12-23 16:26 smartstone 阅读(371) | 评论 (0)  编辑

[VC]取当前程序路径

posted @ 2005-12-23 16:25 smartstone 阅读(308) | 评论 (0)  编辑

Javascript在IE上画VML polyline多边型

posted @ 2005-12-23 08:38 smartstone 阅读(444) | 评论 (0)  编辑

error LNK2001: unresolved external symbol _main

posted @ 2005-12-22 12:19 smartstone 阅读(7838) | 评论 (8)  编辑

ASP.NET中实现MSN通知消息功能

posted @ 2005-12-21 09:43 smartstone 阅读(57) | 评论 (0)  编辑

Asp.net与SQL一起打包部署安装

posted @ 2005-12-21 09:42 smartstone 阅读(51) | 评论 (0)  编辑

COM产生GUID

posted @ 2005-12-21 09:39 smartstone 阅读(93) | 评论 (0)  编辑

ADO读写二进制字段

posted @ 2005-12-21 09:38 smartstone 阅读(57) | 评论 (0)  编辑

LINK : warning LNK4075: 忽略“/EDITANDCONTINUE”(由于“/INCREMENTAL:NO”规范)

posted @ 2005-12-17 16:19 smartstone 阅读(1185) | 评论 (0)  编辑

VC.NET 字节对齐设置

posted @ 2005-12-14 12:31 smartstone 阅读(77) | 评论 (0)  编辑

II6中的ASP错误:Server 对象 错误 'ASP 0178 : 80070005'

posted @ 2005-12-09 11:49 smartstone 阅读(2888) | 评论 (2)  编辑

用SQL语句添加删除修改字段

posted @ 2005-12-08 13:47 smartstone 阅读(3447) | 评论 (0)  编辑

[C#]取局域网内的所有数据库服务器列表

posted @ 2005-12-08 13:45 smartstone 阅读(223) | 评论 (0)  编辑

读取数据库名及表与表中的字段

posted @ 2005-12-08 13:42 smartstone 阅读(83) | 评论 (0)  编辑

使用ADO.Net获取Sql Server数据库系统中所有数据库的名字

posted @ 2005-12-08 13:40 smartstone 阅读(129) | 评论 (0)  编辑

Windows2003(IIS6)中不允许的父路径问题问题

posted @ 2005-12-08 12:20 smartstone 阅读(289) | 评论 (0)  编辑

[经验]修改sql server数据库逻辑文件名的语句
     摘要: 修改sql server数据库逻辑文件名的语句。  阅读全文

posted @ 2005-12-08 12:20 smartstone 阅读(261) | 评论 (0)  编辑

[分享]因挂起操作而不能安装SQL Server的问题
     摘要: 在安装Sql或sp补丁的时候系统提示之前有挂起的安装操作,要求重启,这里往往重启无用,解决办法:打开注册表编辑器,在HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager中删除PendingFileRenameOperations项。  阅读全文

posted @ 2005-12-08 12:19 smartstone 阅读(2231) | 评论 (14)  编辑

[经验]自定义ASP.NET服务器控件属性的状态不能保存的问题
     摘要: 每个 Web 窗体控件都有一个 ViewState 属性(从 Control 继承),该属性使 Web 窗体控件能够参与 ViewState 管理。ViewState 的类型为 Sytem.Web.UI.StateBag,这是等效于哈希表的数据结构。控件可以将数据作为键/值对保存在 ViewState 中。ViewState 通过 ASP.NET 页框架保持为字符串变量,并以隐藏变量的形式与客户端之间往返。回发时,页框架分析来自隐藏变量的输入字符串,并在页的控件层次结构中填充每个控件的 ViewState 属性。通过使用 ViewState 属性,控件可以还原其状态(将属性和字段设置为它们回发前的值)。  阅读全文

posted @ 2005-12-08 12:19 smartstone 阅读(131) | 评论 (0)  编辑

[分享]为Win XP安装光盘集成SP1
     摘要: 在硬盘上的某个分区上建立一个Windows XP目录,如WinXP(一定要保证硬盘上的剩余空间在1GB以上,笔者选择G盘,读者可以根据自己情况选择)。将Windows XP光盘上的所有文件拷贝到该目录中,再建立一个SP1目录,将Service Pack 1文件的所有内容解压到该目录中。进入“MS-DOS方式”,键入命令“G:\SP1\update\update.exe -s:G:\WinXP”,这样系统可开始整合的工作。Update文件其它的参数可以用update /?命令来查看。  阅读全文

posted @ 2005-12-08 12:18 smartstone 阅读(49) | 评论 (0)  编辑