zend framework 提供了一个分页类Zend_Paginator,Zend_Paginator强大的地方在自动分页和导航面板。 构造Zend_Paginator需要提供一个adapter,在手册上提供了五种选择 Adapter:Array,Zend_Db_Select,Zend_Db_Ta...
分类:
其他好文 时间:
2014-08-19 18:23:35
阅读次数:
237
1.进入jdk/lib目录,执行: mvn install:install-file -DgroupId=jdk.tools -DartifactId=jdk.tools -Dpackaging=jar -Dversion=1.7 -Dfile=tools.jar -DgeneratePom=true 2.加入依赖 <dependency> ? ? <group...
分类:
系统相关 时间:
2014-08-19 16:57:45
阅读次数:
229
SwipeRefreshLayout 是谷歌官方下拉刷新控件,4.0以下的版本需要用到 android-support-v4.jar包才能用到
android-support-v4.jar 包下载地址:http://download.csdn.net/detail/h7870181/7784247
官网API地址:https://developer.android.com/reference...
分类:
移动开发 时间:
2014-08-19 16:32:44
阅读次数:
304
官网guide:http://developer.android.com/training/implementing-navigation/nav-drawer.html
官网示例:NavigationDrawer.zip
android.support.v4.widget.DrawerLayout 抽屉layout。该widget只能实现从左向右、从右向左
openD...
分类:
移动开发 时间:
2014-08-19 16:32:05
阅读次数:
238
Implement wildcard pattern matching with support for'?'and'*'.'?' Matches any single character.'*' Matches any sequence of characters (including the e...
分类:
其他好文 时间:
2014-08-19 14:24:14
阅读次数:
182
复制 ZendGuardLoader.so 至 PHP 扩展目录
分类:
Web程序 时间:
2014-08-19 14:21:44
阅读次数:
196
1.xdebug 配置 安装完xampp 进入 php.ini [XDebug]zend_extension = "C:\xampp\php\ext\php_xdebug.dll"xdebug.idekey="PHPSTORM"xdebug.remote_enable = Onxdebug.remo...
分类:
Web程序 时间:
2014-08-19 14:15:24
阅读次数:
266
Suppose you want to create and run virtual machines (VMs) on VirtualBox. However, a host machine does not support X11 environment, or you only have ac...
分类:
其他好文 时间:
2014-08-19 14:11:24
阅读次数:
311
不知从哪个版本开始,mac下的virtualbox建立vm以后,启动就提示什么驱动没有加载,google后,解决如下sudo /Library/Application\ Support/VirtualBox/LaunchDaemons/VirtualBoxStartup.sh restart
分类:
其他好文 时间:
2014-08-19 12:41:04
阅读次数:
369
因为在程序中需要输入中文,但是系统没有预装中文输入法,所以就安装一下,顺便记录1.用root登录 ,或su root2.yum install "@Chinese Support"3.exit4.回到桌面,system->preferences->input method5.如果没有,先注销一下。6...
分类:
其他好文 时间:
2014-08-19 10:33:03
阅读次数:
205