摘要: 1.引入html5uploder.css文件:@charset "utf-8";/* CSS Document */.uploader-filename { margin: 0 10px;}.uploader-progress { margin: 0 10px;}.uploadfile ... 阅读全文
posted @ 2015-12-01 16:54 SilverWang 阅读(318) 评论(0) 推荐(0)
摘要: 1.jquery代码2.html页面 倒计时 : id; ?>" data-id="id; ?>" endtime="" starttime="updated + (60 * 5); ?>" class="text-success remain-tim... 阅读全文
posted @ 2015-12-01 16:39 SilverWang 阅读(789) 评论(0) 推荐(0)
摘要: 1,按日查询public static function getOrderDaysListByUserId($id, $limit, $offset) { $sql = "SELECT FROM_UNIXTIME(`created`, '%Y-%m-%d') as `days`,... 阅读全文
posted @ 2015-12-01 16:30 SilverWang 阅读(609) 评论(0) 推荐(0)
摘要: 1.添加scrollpagination.js/* ** Anderson Ferminiano ** contato@andersonferminiano.com -- feel free to contact me for bugs or new implementations. *... 阅读全文
posted @ 2015-12-01 16:23 SilverWang 阅读(689) 评论(0) 推荐(0)
摘要: 1.引入jQuery文件2.添加jquery.refresh.js文件,代码如下: 1 /** 2 * Created by Silver on 2015/11/27. 3 */ 4 5 (function ($) { 6 $.refreshData = function (optio... 阅读全文
posted @ 2015-12-01 16:00 SilverWang 阅读(1231) 评论(0) 推荐(0)
摘要: 云服务器操作系统:CentOS 6.2 64位客户端操作环境:Putty操作步骤:1. 运行 Putty,输入用户名,然后输入密码。2. 安装 Apache 软件:yum install httpd3. 设置 Apache 在服务器启动时运行:chkconfig --levels 235 httpd... 阅读全文
posted @ 2015-10-07 17:22 SilverWang 阅读(284) 评论(0) 推荐(0)
摘要: 一、puttyPutty是一个免费的、Windows 32平台下的telnet、rlogin和ssh客户端,但是功能丝毫不逊色于商业的 telnet类工具。用它来远程管理Linux十分好用,其主要优点如下: ◆ 完全免费; ◆ 在Windows 9x/NT/2000下运行的都非常好; ◆ 全... 阅读全文
posted @ 2015-10-07 17:21 SilverWang 阅读(2437) 评论(0) 推荐(0)