作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想上传源项目中的图片。当我在桌面上寻址但我不知道如何在我的源代码中寻址时它可以工作
for(FileItem item : items){
File upDir = new File("/SliderManagment2/uppic");
File file = File.createTempFile("img", ".png" , upDir);
item.write(file);
}
最佳答案
根据documentation :
For Microsoft Windows platforms, the prefix of a pathname that contains a drive specifier consists of the drive letter followed by ":" and possibly followed by "\" if the pathname is absolute. The prefix of a UNC pathname is "\\"; the hostname and the share name are the first two names in the name sequence. A relative pathname that does not specify a drive has no prefix.
关于java - 如何寻址我的 java 项目中的文件夹?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56105719/
我是一名优秀的程序员,十分优秀!