1. 愤怒的小鸟 Behind Blue Eyes -- Limp Bizkit Friends -- Blake Shelton Wonderful life (Mi Oh My) -- Matoma http://y.qq.com/#type=album&mid=002lnDtZ1FYMrg&p ...
分类:
其他好文 时间:
2016-08-01 00:25:07
阅读次数:
135
Using zend-navigation in your Album Module In this tutorial we will use the zend-navigation component to add a navigation menu to the black bar at the ...
分类:
其他好文 时间:
2016-07-05 12:13:03
阅读次数:
218
Using zend-paginator in your Album Module TODO Update to: follow the changes in the user-guide use SQLite-compatible SQL syntax, and provide a script ...
分类:
其他好文 时间:
2016-07-05 12:03:20
阅读次数:
218
Database and models The database Now that we have the Album module set up with controller action methods and view scripts, it is time to look at the m ...
分类:
数据库 时间:
2016-07-05 11:49:55
阅读次数:
368
解决数据库NO CONNECTION问题前言 数据库版本类型:Mysql5.5 在应用程序连接数据库时,提示数据库连接失败。打开数据库查看,显示如下。 究其原因,是因为mysql服务出现了问题,重启mysql服务,数据库成功连接。 参考文献 1.http://jingyan.baidu.com/album/0a52e3f4158211bf62ed72e6.ht...
分类:
数据库 时间:
2016-07-04 10:14:41
阅读次数:
232
安装开启:http://jingyan.baidu.com/album/9c69d48fb9fd7b13c8024e6b.html?picindex=8 查看fingerprint: http://stackoverflow.com/questions/9607295/how-do-i-find-m ...
分类:
其他好文 时间:
2016-06-25 19:05:42
阅读次数:
150
先提供两个较好的Git教程:1. 如何在github部署项目:lhttp://jingyan.baidu.com/article/656db918fbf70ce381249c15.html2. 开源项目托管GitHub:http://jingyan.baidu.com/album/f7ff0bfc7... ...
分类:
其他好文 时间:
2016-06-10 17:49:25
阅读次数:
256
(参考链接 :http://jingyan.baidu.com/album/47a29f24577776c01423991a.html?picindex=3) 一 、安装 wine 1、下载一个wine-qqintl.zip. 我的是在别人的U盘直接复制过来的。故: 1)将wine-qqintl.z ...
分类:
系统相关 时间:
2016-06-10 16:22:13
阅读次数:
310
1、在一个表内,查询专辑下视频大于500的专辑 SELECT album_id,COUNT(video_id) FROM movie_box_source.p2pvod_s_album_video GROUP BY album_id ORDER BY COUNT(video_id) DESC ...
分类:
数据库 时间:
2016-06-08 19:01:05
阅读次数:
196