`

web项目开发基本问题解决

    博客分类:
  • web
 
阅读更多

项目下的“.settings”文件夹下的“org.eclipse.wst.common.component”文件,中“<property name="context-root" value="context"/>指明url的上下文跟路径,比如:localhost:8080/context/

 

html文件中的base标签

<head>

    <base href="http://www.w3school.com.cn/i/" />

</head>

<body>

    <img src="eg_smile.gif" />

</body>

 

FTP response 421 received. Server closed connection

http://stackoverflow.com/questions/14510307/ftp-response-421-received-server-closed-connection

http://blog.csdn.net/forandever/article/details/4971367

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics