`
ppju
  • 浏览: 77621 次
  • 性别: Icon_minigender_1
  • 来自: 西安
文章分类
社区版块
存档分类
最新评论
文章列表
   Ant is a tool like "make" command in the linux.Ant is a subproject supported by apache inc.Apache Ant is a Java-based build tool. In theory, it is kind of like make, without make's wrinkles.    Why another build tool when there is already make, gnumake, nmake, jam, and others? Because al ...
Now I will write down some commands of cvs. I have used it about six months, and want to share them with everyone. Ok,the following is the normal cvs command on the command line. 1. cvs update -d -P -C    you can use them like "cvs up -d -P", "cvs up -C", and up stands for " ...
Now I have worked on the java web develop about five months in a big company(it's secret).And write some experience.     1. when you are coding, logger your error message into the log file     2. write some obvious message into the log file when some errors happen.     3. be sure to design your sy ...
I begin to study ajax technology. The following is that terminologies.    1. HTTP readyState    2. HTTP status    3. The HTTP request type Yow can know about ajax by this step, and it will take a effect on you. Next I will write some codes on my blog.
       <script language="javascript" type="text/javascript"> var request = false; try { request = new XMLHttpRequest(); } catch (trymicrosoft) { try { request = new ActiveXObject("Msxml2.XMLHTTP"); } catch (othermic ...
today is Friday, June 22 2009. I got some knowledge about the html and js from my project.So I will write them in my blog,And some advice is expected! you can control the css style through the javascript code <script language="javascript" type="text/javascript"> functi ...
I come, and I am also late But I will success! Just do it, and then get it. Thank you welcome to my blog, you will get something that you want. ok, Let's go!
struts2的多文件上传的时候,怎么传递参数 如: <input type="file" name="upload" id="1"/> <input type="file" name="upload" id="2"/> 你可以知道,在action里面得到是一个list名字是upload 里面存了两个file类的实例,然后通过这个来得到上传的文件。 现在的问题 ...
Global site tag (gtag.js) - Google Analytics