2017年6月19日
摘要: 2.4 解压IBW镜像文件 根据需求, 解压缩下面两个镜像的其中一个, 32位或64位 Standard 7 SP1 32bit IBW.iso Standard 7 SP1 64bit IBW.iso 这里假设解压32位版本到路径 E:\WES7\Standard 7 SP1 32bit IBW下 阅读全文
posted @ 2017-06-19 08:42 gsl371 阅读(2202) 评论(0) 推荐(0)
摘要: Private Sub CommandButton1_Click() ' If IsDate(TextBox1.Text) = False Then ' MsgBox "请输入日期!" ' Exit Sub ' End If If 类别 = "" Or 维修部件 = "" Or 部门 = "" Or 阅读全文
posted @ 2017-06-19 08:38 gsl371 阅读(521) 评论(0) 推荐(0)
摘要: Sub hardwareinfo() On Error Resume Next''Set fso = CreateObject("Scripting.FileSystemObject")'Set f1 = fso.CreateTextFile("1.csv")strComputer = "."str 阅读全文
posted @ 2017-06-19 08:13 gsl371 阅读(354) 评论(0) 推荐(0)
摘要: win10-32bit安装oracle11g client提示 在安装文件的/stage/cvu文件夹下面找到文件 cvu_prereq.xml文件,修改为如下(添加windows 10相关字段,若你的系统为32位只需要添加win10 32的子段即可,若你的系统为64位只需要添加win10 64的子 阅读全文
posted @ 2017-06-19 07:58 gsl371 阅读(221) 评论(0) 推荐(0)
  2017年6月14日
摘要: 选项-高级 把dde项勾选掉即可,重启excel 阅读全文
posted @ 2017-06-14 08:30 gsl371 阅读(418) 评论(0) 推荐(0)
  2017年6月5日
摘要: 通过远程软件xmanager的xbrowser远程连接到centos7,然后启动vitural machine manager,已进入图形界面发现键盘不停使唤,解决办法: 打开xconfig 选default profile 选高级,拉到最下,勾选xkeyboard 然后xbrowser需要重启即可 阅读全文
posted @ 2017-06-05 10:25 gsl371 阅读(1246) 评论(0) 推荐(0)