点击弹出图片模态框

摘要: 方法一: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>菜鸟教程(runoob.com)</title> <style> #myImg { border-radius: 5px; cursor: pointer; transi 阅读全文
posted @ 2017-08-15 11:11 逝年- 阅读(5717) 评论(0) 推荐(0) 编辑

自定义tips

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文
posted @ 2017-08-04 10:50 逝年- 阅读(204) 评论(0) 推荐(0) 编辑

jquery 多次点击展示不同效果;导航栏点击出现三角提示框(旋转45°兼容);纯CSS实现选项卡轮转切换效果

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文
posted @ 2017-07-24 14:13 逝年- 阅读(230) 评论(0) 推荐(0) 编辑

css3小图标跳动效果;鼠标移上出现折角效果(MORE); abc:hover:before{}

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文
posted @ 2017-07-21 14:04 逝年- 阅读(195) 评论(0) 推荐(0) 编辑

thinkphp写出伪定时器的效果 || tp会员注册1年后到期自动拉黑

摘要: 一 伪定时器的效果 要求:客户每天在个人中心修改自己发布文章的次数为10次,要求每天次数清零 思路:在网上找了些方法,最后还是自己试着写写看。 客户每天不一定都会上,怎么在客户登录的时候判断是否是当天第一次登录,添加两个字段post_enddaytime(存储的是最后登陆时间的当天的23:59:59 阅读全文
posted @ 2017-07-11 09:36 逝年- 阅读(366) 评论(0) 推荐(0) 编辑

mysql 提示表不存在的解决方法error: 1146: Table doesn't exist

摘要: (转)直接拷贝数据库导致提示表不存在的解决方法 电脑重装系统后把原来的mysql data复制进去后大部分表是可以访问的,但是有几个表提示表不存在: error: 1146: Table 'a_content' doesn't exist 这种情况就是要把原来mysql安装目录data里的 ibda 阅读全文
posted @ 2017-07-04 10:27 逝年- 阅读(3304) 评论(0) 推荐(0) 编辑

ThinkCMF(二):多个分类下的文章显示并分页;导航高亮;大图轮播图(slides);点赞、收藏、浏览数组件的使用;redirect里用U方法添加地址

摘要: 一、查找多个分类下的文章放在一个页面显示并分类where:id in(1,2,3); <php> $posts=sp_sql_posts_paged('field:post_title,post_date,object_id,term_id;order:post_date desc;where:te 阅读全文
posted @ 2017-04-28 14:14 逝年- 阅读(483) 评论(0) 推荐(0) 编辑

thinkphp 限制一天之内的注册次数;thinkcmf数据库中各表各字段的含义

摘要: thinkcmf数据库中各表各字段的含义:http://www.thinkcmf.com/document/dbdict.html Listceshi.html: <input name="ceshi" type="text" class="textfield" id="ceshi" maxleng 阅读全文
posted @ 2017-04-17 18:04 逝年- 阅读(311) 评论(0) 推荐(1) 编辑

mysql非正常关机,无法启动解决方案(转)

摘要: Error: could not open single-table tablespace file .\mysql\innodb_index_stats.ibd 解决办法: 第一种 1. 进入data/mysql目录 2. 把下面的文件剪切到别的文件夹(任意位置),比如backup innodb_ 阅读全文
posted @ 2017-01-29 22:43 逝年- 阅读(3158) 评论(0) 推荐(0) 编辑

ThinkCmfX(一):分页关键词传参数查询;leuu链接;读取批量上传的图片;设为首页、加入收藏;post_keywords模糊查询语句;$d->add()返回值为此条数据id(键值);

摘要: (图片来源:淄博宏承汽车配件有限公司) 注: *手动建控制器,方法 1、控制器: <?php namespace Portal\Controller; use Common\Controller\HomebaseController; class ListfabuziyuanController e 阅读全文
posted @ 2016-12-31 23:31 逝年- 阅读(857) 评论(0) 推荐(0) 编辑