`
文章列表
<EMBED pluginspage="http://get.adobe.com/cn/flashplayer/" ......></embed>  pluginspage 就是插件页面,加入这个是检测浏览器是否装了flash播放器插件,如果没有装,会引导用户去这个页面下载安装flash播放器插件。
  复制不了,就直接截图了     import http://www.cnblogs.com/dtdxrk/archive/2012/03/06/2381868.html
import java.math.BigDecimal; import java.util.ArrayList; import java.util.List; public class IrrUtil { private double MINDIF = 0.001; private int LOOPNUM = 2000; private static int period = 0; @SuppressWarnings("rawtypes") private List netCash = new ArrayList(); ...
原因:jQuery 1.9 移除了 $.browser 和$.browser.msie的方法造成该js报错 解决办法:将jquery.alerts.js 内的 $.browser.msie && parseInt($.browser.version) <= 6   替换为 'undefined' == typeof(document.body.style.maxHeight)   即可(Ln:84&198)
function a(msg,callback){ if(callback){ sok.onclick = function(){callback();} } } function b(){ a('测试',function(){ alert('****'); }) }  
import   http://wcf1987.iteye.com/blog/1292509 最近写了一个应用,其中有个功能是意见反馈,需要用mail接收反馈信息。 我采用了该文章的第二种方式,虽然jar有点儿大,需要用到的jar在附件里。
http://blog.csdn.net/yearafteryear/article/details/9257283 已经写的非常详细了,eclipse 需用3.8以上,操作系统最好是win7以上,xp总是提示可能对系统造成影响(虽然现在还没发现)。
http://demo.jb51.net/js/jquery-alert-dialogs/
/** * http 发送请求 * @param params 参数 * @param sendType 接口类型 * @return 结果代码 */ private static String httpSend(Map<String,String> params,String sendType){ StringBuffer result = new StringBuffer(); try { String urlPath=ReadP ...
import java.io.IOException; import java.io.InputStream; import java.util.Properties; /** * @Desc:读取XXproperties工具类 * @Filename:ReadPropertiesUtil.java * @Author:wyj * @Date:2012-10-17下午06:22:10 */ public class ReadPropertiesUtil { private static String url; private static ...
       情形:项目已经上线,服务器为weblogic,每当程序更新或者bug修复时,采用直接替换相应文件方式,替换class、jsp、properties等程序都能更新,但是在替换jar包时发现程序却无变化。        原因:网上找了许多资料问题直指weblogic缓存。        解决方案:1、每次在替换jar时,除了替换工程里面的外还需要替换缓存内的jar,除非你是新增的jar,否则程序可能无法更新,如果没有缓存文件可忽视此问题。                          2、在部署项目时weblogic一般都会把jar包移至另外一个地方,如本地测试版的是直接 ...

Ext.Loader

    博客分类:
  • Ext
   /**启用Ext.Loader*/ Ext.Loader.setConfig({ enabled : true }); /**设置路径*/ Ext.Loader.setPath({ 'Ext.ux' : 'ext4/ux', 'Ext.app' : 'ext4/app' }); /**Ext.app.Portlet 同 ext4/ux/Portlet.js */ Ext.require(['Ext.app.Portlet', 'Ext.app.PortalColumn', 'Ext.app.PortalPanel', 'Ext.ap ...
Global site tag (gtag.js) - Google Analytics