欢迎您来到YaoLei Blog~~o(∩_∩)o

feed订阅 腾讯微博 你好,欢迎光临! 

Category Archives: 程序开发

Php

学习PHP扩展开发

2013.09.5 , , 1 Comment , 4,600 views

我们先假设需要这样一个扩展,提供一个叫tao_string的函数,他的主要作用是返回一段字符。对应的PHP代码可能是这样: function tao_string($str){ $result = $str; return $result; } 第一步,生成代码 PHP为了扩展开发的方便,提供了一个类似代码生成器的工具ext_skel,具体可以参见php.net官方的...

Magento中EAV模型的SQL查询分析

2013.03.21 , , , No Comments , 5,198 views

EAV如果要查询多条件是需要链表的! attribute_code 保存了属性名,在水平表中它就是指字段 backend_type 保存了属性的类型,在水平表中表示字段的类型,这个值是进入对应表查找对应值的依据。 public function showCollectionAction() { $weblog2 = Mage::getModel('com...

Imagevue X2.8.8.2

2013.03.21 , , , 13 Comments , 12,818 views

Imagevue X2.8.8.2 › A few maintenance fixes. How to Upgrade → Fix for Upload Resize always being forced New RSS feed parser in Dashboard Fix for TinyMCE insert images dimensions Continu...

Imagevue X2.8.8.1

2013.03.21 , , , 5 Comments , 6,738 views

Imagevue X2.8.8.1 › A few fixes. Fix for ‘Error when loading’ in Flash gallery Fix for HTML Textpages bug introduced in a previous release Fix for contact form on some servers Fix for m...

flash上传头像剪裁预览组件

2013.03.15 , , , No Comments , 4,898 views

flash上传头像剪裁预览组件带fla源码 故名思意:Flash头像上传新浪微博破解加强版-简称:FaustCplus ( 浮士德加强版? ╮( ̄▽ ̄)╭ ) 在来源不明网络下载破解版基础上增加了底图拖拽Drag、缩放Zoom in/out、亮度Bright对比度Contrast饱合度Saturation调整、保存源图、支持摄像头开启等功能。可根据自身产品需要定制界面...

ExtJs xtype一览

2013.03.14 , , , No Comments , 3,748 views

基本组件: xtype Class 描述 button Ext.Button 按钮 splitbutton Ext.SplitButton 带下拉菜单的按钮 cycle Ext.CycleButton 带下拉选项菜单的按钮 buttongroup Ext.ButtonGroup 编组按钮(Since 3.0) slider Ext.Sli...

extjs formPanel 禁用一个组件

2013.03.12 , , No Comments , 3,790 views

extjs创建Ext.form.Panel 默认 disabled : true, 我们在编辑的时候有些参数不允许修改所以需要在添加时禁用掉 self.formPanel.form.findField(field.name).disable();//禁用 self.formPanel.form.findField(field.name).enable();//设置组...

Imagevue.v2.8.7 汉化版

2013.03.7 , , , , 159 Comments , 117,690 views

Imagevue.v2.8.7在DGT破解版本之上增加后台汉化,除设置以外其他操作全部汉化。 在以后的文章中我将汉化Imagevue的操作文章、和使用帮助等。 1、下载Imagevue.v2.8.7.PHP.NULL-DGT.zip 2、安装到你的服务器或者虚拟空间、或者...... 3、下载Imagevue.v2.8.7 汉化补丁(回复本文查看提取密码) 3、解压...

Imagevue.v2.8.7.PHP.NULL 破解版

2013.02.11 , , , 155 Comments , 158,620 views

Setting for disabling mouse panning on full scale settings.image.image.image_panning Added optional progress indicators: bar, spin, none. settings.image.image.progress_bar Fixed progres...

Imagevue X2.8.8

2013.02.11 , , , 21 Comments , 19,300 views

Lazy loading images in mobile gallery Favicon for Internet Explorer 10 Mobile video player in Images mode Added audio player pause if Youtube/vimeo lightbox video Fixed Mobile gallery o...