可按Ctrl+D收藏 蚂蚁资源网

蚂蚁资源网

java 项目源码(java源码大全)

  • 全部评论(3)
  • wydyaocg
  • 上传图片浏览用的java代码:<br><br>&lt;%@pagelanguage=&quot;java&quot;import=&quot;java.util.*&quot;pageEncoding=&quot;UTF-8&quot;%&gt;<br>&lt;%<br>Stringpath=request.getContextPath();<br>StringbasePath=request.getScheme()+&quot;://&quot;+request.getServerName()+&quot;:&quot;+request.getServerPort()+path+&quot;/&quot;;<br>%&gt;<br><br>&lt;!DOCTYPEHTMLPUBLIC&quot;-//W3C//DTDHTML4.01Transitional//EN&quot;&gt;<br>&lt;html&gt;<br>&lt;head&gt;<br>&lt;basehref=&quot;&lt;%=basePath%&gt;&quot;&gt;<br><br>&lt;title&gt;MyJSP'file.jsp'startingpage&lt;/title&gt;<br><br>&lt;metahttp-equiv=&quot;pragma&quot;content=&quot;no-cache&quot;&gt;<br>&lt;metahttp-equiv=&quot;cache-control&quot;content=&quot;no-cache&quot;&gt;<br>&lt;metahttp-equiv=&quot;expires&quot;content=&quot;0&quot;&gt;<br>&lt;metahttp-equiv=&quot;keywords&quot;content=&quot;keyword1,keyword2,keyword3&quot;&gt;<br>&lt;metahttp-equiv=&quot;description&quot;content=&quot;Thisismypage&quot;&gt;<br>&lt;!--<br>&lt;linkrel=&quot;stylesheet&quot;type=&quot;text/css&quot;href=&quot;styles.css&quot;&gt;<br>--&gt;<br>&lt;scriptlanguage=&quot;javascript&quot;&gt;<br>functioncheckPic(){<br>varpicPath=document.getElementById(&quot;picPath&quot;).value;<br>vartype=picPath.substring(picPath.lastIndexOf(&quot;.&quot;)+1,picPath.length).toLowerCase();<br>if(type!=&quot;jpg&quot;&amp;&amp;type!=&quot;bmp&quot;&amp;&amp;type!=&quot;gif&quot;&amp;&amp;type!=&quot;png&quot;){<br>alert(&quot;请上传正确的图片格式&quot;);<br>returnfalse;<br>}<br>returntrue;<br>}<br>//图片预览<br>functionPreviewImage(divImage,upload,width,height){<br>if(checkPic()){<br>try{<br>varimgPath;<br>//图片路径<br>varBrowser_Agent=navigator.userAgent;<br>//判断浏览器的类型<br>if(Browser_Agent.indexOf(&quot;Firefox&quot;)!=-1){<br>//火狐浏览器<br>imgPath=upload.files[0].getAsDataURL();<br>document.getElementById(divImage).innerHTML=&quot;&lt;imgid='imgPreview'src='&quot;+imgPath+&quot;'width='&quot;+width+&quot;'height='&quot;+height+&quot;'/&gt;&quot;;<br>}else{<br>//IE浏览器<br>varPreview=document.getElementById(divImage);<br>Preview.filters.item(&quot;DXImageTransform.Microsoft.AlphaImageLoader&quot;).src=upload.value;<br>Preview.style.width=width;<br>Preview.style.height=height;<br>}<br>}catch(e){<br>alert(&quot;请上传正确的图片格式&quot;);<br>}<br>}<br>}<br>&lt;/script&gt;<br><br>&lt;/head&gt;<br><br>&lt;body&gt;<br>&lt;inputtype=&quot;file&quot;id=&quot;picPath&quot;name=&quot;doc&quot;onChange=&quot;PreviewImage('Preview',this,240,180);&quot;/&gt;<br>&lt;divid=&quot;Preview&quot;style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);&quot;&gt;<br>&lt;/div&gt;<br><br>&lt;/body&gt;<br>&lt;/html&gt;
  • 2021-02-19 22:10:01
  • dfgj
  • 百度,想飞社区,在资源里找,可以看项目案例里有案例源码和说明文档,还有JAVA开发-java实例里,有简单的实例小例子。
  • 2021-02-11 16:51:24
  • nij
  • 怎样用Eclipse建立一个工程使用现有的源代码,在eclipse中右键鼠标导入一个工程即可实现。
  • 2021-02-11 16:51:24
  • 商品推荐