共 79 篇文章
显示摘要每页显示  条
php urlencode()及urldecode函数详解(转摘)php urlencode()及urldecode函数详解(转摘)2010-04-14 10:06.$url = ''http://ud03.kinoko.name/中文.rar'';echo urlencode(mb_convert_encoding($url, ''utf-8'', ''gb2312''))."\n";echo rawurlencode(mb_convert_encoding($url, '&...
这个JS里面涉及到Ext.Window, Ext.FormPanel,Ext.grid.CheckboxSelectionModel,Ext.data.Record,Ext.grid.ColumnModel,Ext.data.Store,Ext.PagingToolbar,Ext.grid.GridPanel,Ext.MessageBox,Ext.menu.Menu等众多重要的ExtJS控件,要知道它们之间的关系就要先了解我们要做的事!ptb = new Ext.var myNewRecord = new TopicRecord({...
好的logo让人赏心悦目,很多logo制作需要收费,或者自己做不出很漂亮的logo,笔者收藏了一些在线免费制作logo的网站,效果很不错。2.900.la(http://www.900.la/)3.站长网 在线制作logo(http://logo.chinaz.com/)5.水源设计(http://www.cilogo.com/)6.logo啦(http://logo.logo.la/)8.图片制作(http://logo.dnc8.com/)10.699啦(http:/...
Example for tomcat: JAVA_HOME=/opt/jdk1.6 JAVA_OPTS="-Dphp.java.bridge.default_log_level=5" bin/catalina.sh run Example for the standalone container: java -Dphp.java.bridge.default_log_level=5 -jar JavaBridge.jar SERVLET:8080.-- PHP CGI processing servlet, used when Apache/IIS are not available --><ser...
公司项目在测试中,发现在IE9中,ExtJS里的tree控件不能点击了。Google了一下,发现ExtJS3.0不支持IE9的,现在升级ExtJS已经不可能了,只有想其他办法,第一想法就是让IE9默认采用IE8的兼容模式运行,好像以前好像在哪见过这个代码,然后就Google了一下,果然找到答案了。这样IE9打开该页面就默认用IE8的兼容模式进行渲染,不兼容的问题就解决...
pos = file.indexOf("filename=\"");pos = file.indexOf("\n",pos) + 1;String oldFileName = file.substring(file.indexOf("filename=\"") + 10);oldFileName = oldFileName.substring(0,oldFileName.indexOf("\n"));oldFileName = oldFileName.substring(oldFileName.lastIndexOf("/...
String oldFileName = file.substring(file.indexOf("filename=\"") + 10);oldFileName = oldFileName.substring(0,oldFileName.indexOf("\n"));oldFileName = oldFileName.substring(oldFileName.lastIndexOf("/") + 1,oldFileName.indexOf("\""));String sExt = oldFileName.substring(ol...
} public static String toHexString(byte[] b) { String sb=new String(b);} public static final byte[] toBytes(String s) { byte[] bytes;
一个简单的图片上传和现实在页面上的Demo,前台用的是extjs2.2,后台用的是JDBC+servlet,数据库用的是Oracle,放图片的字段类型是BLOB,存入到数据库中的是以二进制的形式存在。
8、ext-base.js引入必须在ext-all.js之前。13、中文化问题,在 ext-all.js 后面,挂上 ext-lang-zh_CN.js 即可,如: <script type=”text/javascript” src=”<%=contextPath%>/public/js/ext-base.js”></script> <script type=”text/javascript” src=”<%=contextPath%>/public/js/ext-all.js”></scrip...
帮助 | 留言交流 | 联系我们 | 服务条款 | 下载网文摘手 | 下载手机客户端
北京六智信息技术股份有限公司 Copyright© 2005-2024 360doc.com , All Rights Reserved
京ICP证090625号 京ICP备05038915号 京网文[2016]6433-853号 京公网安备11010502030377号
返回
顶部