当前位置:首页
> 2021年7月
MySQL数据库重启
以管理员身份打开dos窗口,进入到MySQL数据库bin目录下#停止服务器net stop mysql#启动服务器net start mysql...
VB 文件下载Demo
'窗体 Private WithEvents Cdf As Cls_DownLoad Private Sub Form_Load() Set Cdf = New Cls_DownLoad End Sub Private Sub Cdf_entDLFileDowning(sRemot...
VB 版本检查升级模块
'模块 '模块名称UpdateModule Function UpdateCheck() '升级检查 Dim NUrl As String Dim NFile As String Dim ExeLen As String Dim ServerUrl as string ServerUr...
文件关联
如何在 VB6.0中 创建自己的文件类型 在Windows中,当我们双击一个.txt文件的时候,“记事本”程序会自动打开,并且显示.txt文件的内容;当我们将一个.txt文件拖到“记事本”的图标上的时候,“记事本”程序也会自动打开,并且显示.txt文件的内容。在Windows中,这种技术称为“...
