- 博客(5)
- 收藏
- 关注
转载 C#检测网络的连接状态
1. 方法定义 [DllImport("wininet.dll")] private extern static bool InternetGetConnectedState( out int connectionDescription, int reservedValue ) ;2.方法说明 参数: connectionDescription : 连接说明 reservedVa...
2011-09-27 23:22:00
254
转载 INI文件参数调用实例
取INI配置文件GetProfileString和GetPrivateProfileString参数说明和示例 2010-02-05 16:36GetPrivateProfileStringVB声明Declare Function GetPrivateProfileString& Lib "ker...
2010-10-24 13:51:00
264
转载 读写 INI 文件
public class INIFile{public string path;public INIFile(string INIPath){path = INIPath;}[DllImport("kernel32")]private static extern long WritePrivateProfileString(string secti...
2010-10-24 13:33:00
172
转载 一个无刷新的下拉选中问题,怎么根据数据库中存在的id,来选中对应的 名称...
AJAXDropDownList.rar源文件+ + 请问怎么在窗体加载的时候,dropdownlist根据数据库中存放的id,来选中指定编号对应的 名称。请大侠帮忙。谢谢! 转载于:https://www.cnblogs.com/ljlclong/archive/2008/07/14/1242339.html...
2008-07-14 11:46:00
99
转载 动态调用js,css,images来动态改变网站风格
我现在在做网站模版这块.做的主要是:在后台 由管理员 添加模版信息(即: 由文本框 写入 js,css文件,批量上传图片到指定的目录, images下 有两个文件夹 en,cn ;一个存放 中文版(cn), 一个英文版(en) ,通过改变radiobutton 来动态改变版本 类型 , 模版又有三个状态 启用 ,停用,预览),现在我遇到的问题是:怎么动态调用 js,css,images...
2008-06-20 16:12:00
121
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人