C:\Users\xxx>subst /?Associates a path with a drive letter.SUBST [drive1: [drive2:]path]SUBST drive1: /D drive1: Specifies a virtual drive to ... Read More
该文被密码保护。 Read More
On GNU versions of find you can use -executable:find . -type f -executable -printFor BSD versions of find, you can use -perm with + and an octal mask:... Read More
FirstEJB2.0.zipEclipse + JBoss 5.1Ejb3Example.zipEclipse + JBoss 7.1注意点:1. jboss 增加用户:D:\DevPrograms\jboss\jboss-as-7.1.1.Final\bin>add-user.batWhat t... Read More
1. HelloWebService.javapackage com.xx.webservices;import javax.jws.WebMethod;import javax.jws.WebParam;import javax.jws.WebResult;import javax.jws.Web... Read More
https://tomee.apache.org/Apache TomEE, pronounced "Tommy", is an all-Apache Java EE 6 Web Profile certified stack where Apache Tomcat is top dog. Apac... Read More
-vmD:/DevPrograms/Java/jdk1.5.0_22/bin/javaw.exe-startupplugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar--launcher.libraryplugins/or... Read More
i :: Inti = 5--add, sub :: Int -> Int -> Intadd, sub :: (Num a) => a -> a -> aadd a b = a + bsub a b = a - bf :: (Num a) => a -> af x = 4 * x + 1--出错-... Read More
该文被密码保护。 Read More
安装VS2010 SP1后,再安装mvc3会报错,估计原因是此安装包会安装VS的补丁,而sp1的补丁版本高过此安装包的。AspNetMVC3ToolsUpdateSetup.exe解决办法:运行此安装包,停在 接受协议 的地方,它会在盘根目录解压一个临时文件夹,进入后,单独安装如下4个msi即可。a... Read More