上一页 1 2 3 4 5 6 7 8 ··· 26 下一页

2015年9月22日

ExtJs桌面组件(DeskTop)

摘要: 在desktop\js目录中包含了5个js文件,这5个js文件如下:还有css样式表:desktop.css,图片素材在这5个js文件中封装了用于模拟桌面的类,这些类如下:Ext.ux.StartMenu(StartMenu.js) 模拟操作系统桌面左下方的开始菜单Ext.ux.TaskBar(Ta... 阅读全文

posted @ 2015-09-22 09:54 walter371 阅读(885) 评论(0) 推荐(0) 编辑

2015年9月6日

jsapi支付,提示redirect_uri 参数错误

摘要: 检查授权目录(微信支付——配置中心)appidMCHIDKEYS配置参数是否正确appsecrect 配置是否正确(开发者中心)如果是使用测试链接,需要同时指定测试授权目录,测试账号,并且需要将支付链接发送在公众号窗口内点开开发者中心修改授权回调域名参考:http://mp.weixin.qq.co... 阅读全文

posted @ 2015-09-06 11:04 walter371 阅读(2494) 评论(3) 推荐(0) 编辑

2015年9月1日

php判断来源网址地址并且限制非法来源

摘要: $fromHost = array('paipai.com','localhost','127.0.0.1');$s = 'http://www.paipai.Com/chong/abc.shtml';$urlArr = parse_url($s);$host = isset($urlArr['ho... 阅读全文

posted @ 2015-09-01 17:50 walter371 阅读(656) 评论(0) 推荐(0) 编辑

2015年8月31日

php正则表达式获取表格内容

摘要: 508982 08,07,01,03,04,09,05,10,06,02 2015-08-31 17:17 508981 02,03,06,04,10,05,09,01,08,07 2015... 阅读全文

posted @ 2015-08-31 21:26 walter371 阅读(1306) 评论(0) 推荐(0) 编辑

2015年8月29日

php中$this、static、final、const、self 等几个关键字的用法

摘要: public_method(); }};echo get_class(A::get_self()); //Aecho get_class(A::get_static()); //Aecho get_class(B::get_self()); //Aecho get_class(B... 阅读全文

posted @ 2015-08-29 14:34 walter371 阅读(261) 评论(0) 推荐(0) 编辑

2015年8月28日

【ExtJs】使用Cookie、切换主题和语言

摘要: 转自:http://witmax.cn/extjs-cookie-theme-lang.html使用Cookie:123Ext.state.Manager.setProvider(new Ext.state.CookieProvider());Ext.state.Manager.set("key",... 阅读全文

posted @ 2015-08-28 23:34 walter371 阅读(412) 评论(0) 推荐(0) 编辑

extjs实现多国语音切换

摘要: http://kuyur.info/blog/archives/2490http://blog.chinaunix.net/uid-28661623-id-3779637.htmlhttp://blog.csdn.net/shadowkiss/article/details/7572396http:... 阅读全文

posted @ 2015-08-28 23:20 walter371 阅读(211) 评论(0) 推荐(0) 编辑

simplexml_load_string 解析gb2312编码的xml

摘要: ************";try{ $data = simplexml_load_string($content) or die('unable to load xml');}catch(Excetion $e){ print_r($e->getMessage());}if(isset($data... 阅读全文

posted @ 2015-08-28 13:35 walter371 阅读(2906) 评论(0) 推荐(0) 编辑

PHP中使用CURL实现GET和POST请求

摘要: 转自:http://www.smsyun.com/home-index-page-id-284.html一、什么是CURL?cURL 是一个利用URL语法规定来传输文件和数据的工具,支持很多协议,如HTTP、FTP、TELNET等。最爽的是,PHP也支持 cURL 库。使用PHP的cURL库可以简单... 阅读全文

posted @ 2015-08-28 10:26 walter371 阅读(270) 评论(0) 推荐(0) 编辑

simplexml_load_string获取xml节点里的属性值

摘要: http://stackoverflow.com/questions/14359658/get-xml-attribute-using-simplexml-load-string问:I am using a few third party APIs which returns errors via ... 阅读全文

posted @ 2015-08-28 09:28 walter371 阅读(1752) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 26 下一页

导航