logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

WshShell.Run方法说明

[VBS]WshShell.Run方法说明Run方法说明:object.Run(strCommand, [intWindowStyle], [bWaitOnReturn]) 参数object WshShell 对象。 strCommand 表示要运行的命令行的字符串值。必须包括要传递到可执行文件的所有参数。 intWindowStyle 可选。表示程序窗口外观的整数值。请注意,并非所有程序都使用此

#活动#windows
this kernel requires an x86-64 CPU, but only detected an i686 CPU. unable to boot - please ues a ker

this kernel requires an x86-64 CPU, but only detected an i686 CPU. unable to boot - please ues a kernel appropriate for your CPU. 在虚拟机中安装linux系统,主机为win7 64位系统启动后提示如上图。 解决方法:(源自网络)关闭计算机(非

#x86#虚拟机#linux +1
this kernel requires an x86-64 CPU, but only detected an i686 CPU. unable to boot - please ues a ker

this kernel requires an x86-64 CPU, but only detected an i686 CPU. unable to boot - please ues a kernel appropriate for your CPU. 在虚拟机中安装linux系统,主机为win7 64位系统启动后提示如上图。 解决方法:(源自网络)关闭计算机(非

#x86#虚拟机#linux +1
Attribute "nameSpace" must be declared for element type "sqlMap".

在学习ibatis的时候遇到的异常你可能写了多个orm配置文件,每个配置文件里都进行一些CRUD之类的操作,难免会遇到两个或者多个配置文件中的都有一个statement的id命名为 find***,    在使用getSqlMapClient().update("findById", id)的时候,findById到底是那个orm里的呢?测试的过程中会出现异常:Ex

到底了