前几天我看了一下zend framework 2的一些官方文档,也找了一些例子,可惜所有的资料少之甚少。于是我就开始去找这国外用的比较流行的PHP框架laravel,希望能够找到其合适的例子,而且我本就打算写一套后台管理系统,却正好发现了其扩展的包。Laravel-Administrator后台扩展...
分类:
Web程序 时间:
2014-09-02 17:32:25
阅读次数:
277
转自:http://blog.csdn.net/binyao02123202/article/details/8954249 OpenExplorer是一款打开导进来的项目文件或文件夹所在磁盘的位置的插件。 支持Eclipse 3.2及以上版本,Zend Studio。 系统支持Mac OS X,L...
分类:
其他好文 时间:
2014-09-02 15:40:44
阅读次数:
146
右键--》SFTP/FTP -》Sync Remote To Local {作者:半条虫(466814195)}
提示以下错误
An unexpected error occurred, please send the file ~/.config/sublime-text-2/Packages/User/SFTP.errors.log to support@wbond.net
...
分类:
其他好文 时间:
2014-09-02 12:26:14
阅读次数:
265
A processor including a virtualization system of the processor with a memory virtualization support system to map a reference to guest-physical memory...
分类:
其他好文 时间:
2014-09-02 10:18:25
阅读次数:
428
Given an unsorted integer array, find the first missing positive integer.For example,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your algorithm sho...
分类:
其他好文 时间:
2014-09-01 22:19:33
阅读次数:
190
http://www.cnblogs.com/michaelxu/archive/2006/09/22/511557.htmlhttp://www.cnblogs.com/Johness/archive/2012/12/28/2837977.htmlhttp://support.microsoft....
分类:
Web程序 时间:
2014-09-01 21:07:33
阅读次数:
205
Implement wildcard pattern matching with support for '?' and '*'.'?' Matches any single character.'*' Matches any sequence of characters (including th...
分类:
其他好文 时间:
2014-09-01 19:34:43
阅读次数:
224
属性描述context在版本 1.10 中被弃用。包含传递给 jQuery() 的原始上下文。jquery包含 jQuery 版本号。jQuery.fx.interval改变以毫秒计的动画速率。jQuery.fx.off全局禁用/启用所有动画。jQuery.support表示不同浏览器特性或漏洞的属...
分类:
Web程序 时间:
2014-09-01 19:24:13
阅读次数:
193
转:http://stackoverflow.com/questions/1736993/eclipse-mac-os-default-jre-missing1) Follow Joshua's answer: "Help->Install New Software... Select: Galil...
分类:
系统相关 时间:
2014-09-01 19:08:23
阅读次数:
412
1.最基本的抓站import urllib2content = urllib2.urlopen('http://XXXX').read()-2.使用代理服务器这在某些情况下比较有用,比如IP被封了,或者比如IP访问的次数受到限制等等。import urllib2proxy_support = url...
分类:
编程语言 时间:
2014-09-01 12:07:13
阅读次数:
210