`
文章列表
错误代码:(实例化名称为“AttachmentStore”出错,非法数据异常,预期参数是java.net.URI,实际上是java.io.File) 解决办法见最下方: Starting up JBoss AS 5.1.0.GA fails with the following message: 23:31:11,553 INFO [JMXKernel] Legacy JMX core initialized 23:31:16,747 ERROR [AbstractKernelController] Error installing to Instantiated: name=Attachme ...
//电子邮件   "^([a-z0-9A-Z]+[-|\\.]?)+[a-z0-9A-Z]@([a-z0-9A-Z]+(-[a-z0-9A-Z]+)?\\.)+[a-zA-Z]{2,}$";   "^[0-9a-z][a-z0-9\._-]{1,}@[a-z0-9-]{1,}[a-z0-9]\.[a-z\.]{1,}[a-z]$"       /* 电话号码 "^(13[4,5,6,7,8,9]|15[0,8,9,1,7]|188|187)\\d{8}$"   时间 "^\[0-2]{1}\[0-6 ...
1. jquery.ui.dialog 官方地址 http://jqueryui.net/dialog/ jquery.ui.dialog是一个非常灵活的模式框,它的官方地址为: http://docs.jquery.com/UI/Dialog  API      2. 文件引用 
  源码开发---------------------------》手机的定制系统    (像不同手机厂商的) 系统开发---------------------------》驱动、系统软件    (为android系统提供驱动程序)开发系统不同的模块 应用开发---             单机(连连看,电子书)             联网(QQ,大众网,京东商城,淘宝)             游戏(切水果,愤怒的小鸟。。             应用(360安全,     开放的API     1.盛大 2.腾迅 3.开心 4.豆瓣音乐 5.Twit ...
主要Test.java public class Test { public static void main(String[] args) { String address = ""; String ipCityName = ""; try { IPSeeker seeker = IPSeeker.getInstance(ServletActionContext .getServletContext()); HttpServletRequest request = ServletActionContex ...
<!-- S 浮层 --> <div id="cancelShowDivBack" style="z-index:98;position:absolute;display:none;background:gray;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40,finishOpacity=80,style=2);opacity:0.5"> </div> <div class="box layer layerS omLayer&qu ...
弄了一个多礼拜的wicket框架,在这段期间有遇到有很多的问题,因为之前很少用到eclipse,之前都是用的Myeclipse ,netBean,JBuilder等其它的IDE工具,所以会经常出现一些小问题,像引用外部包的时候不能引用包含有中文的路径,这是在运行其它开发工具的时候没有遇到的.最麻烦的是,在学习wicket ajax控件应用中,使用AutoCompleteTextField控件会出现中文乱码,只有英文测试可以通过,对于向来不愿服输的我,在这个上面也花费了不少的时间,最后问了身边的同事,也没有解决的办法.最终也就先放在一边了.对于这样的事,也只能先记在本子上,等之后有时间翻出 ...
php获取ip地址以及所在城市,使用腾迅的api接口 /×××××××××××××××××转贴请注明原文:http://www.phpall.cn/forum/read.php?tid=411×直接上代码:<?phpfunction get_ip_place(){$ip=file_get_contents("http://fw.qq.com/ipaddress");$ip=str_replace('"',' ',$ip);$ip2=explode("(",$ip);$a=substr($ip2[1],0,-2);$b=explo ...
最近项目代码中,遇到将内容放入缓存中的处理,但是缓存中的key不接受中文字符,但是传入的值却包含有中文字符,所以想到用中文换换成汉语拼音的方法来进行处理,将中文字节转换为ASCII码,将与之对应的汉语拼音作交换,代码如下:   package cn.eric; /** * * @Author eric_wang * * Project Name:EclipseKey * * 2011-4-30 * */ public class ChineseToPinyin { private static int[] pyvalue = new int[ ...
最近在写一个复制相关代码到剪贴板的功能!   如果只是IE浏览器的话,可以利用window.clipboardData这个对象,相关js代码:     window.clipboardData.clearData(); var couponResult = window.clipboardData.setData("couponResult", couponResultHtml); if (couponResult) { alert("优惠券代码拷贝成功!"); } else { alert(" ...
其它的数据地址   首先要注意的是,js读取xml文件应该放置到服务器启动:     1.scene.xml   <?xml version="1.0" encoding="utf-8" ?> <回家> <灯光> <设备 id="1" name="客厅顶灯" value="1"></设备> <设备 id="1" name="客厅壁灯" value=&qu ...
  输出文件时,属性的值没有发生改变     String src = request.getSession().getServletContext().getRealPath( "/"); File file = new File(src + "xml/scene.xml"); SAXReader sax = new SAXReader(); Document document = sax.read(file); Element root = docum ...
输出文件时,属性的值没有发生改变     String src = request.getSession().getServletContext().getRealPath( "/"); File file = new File(src + "xml/scene.xml"); SAXReader sax = new SAXReader(); Document document = sax.read(file); Element root = document.g ...

下载问题

    博客分类:
  • java
下载文件 public String download() throws Exception { OutputStream out = null; String filename = ""; String path = getRequest().getSession().getServletContext().getRealPath(Constant.EXCEL_DOWNLOAD_PATH); File file = new File(path); if (file.exists()) { filename = file.get ...
Global site tag (gtag.js) - Google Analytics