会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
林育松
甲地人
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
19
下一页
2017年8月20日
表单异步提交数据
摘要: js代码: php文件执行的结果 1,执行成功 返回status:ok; 2,执行不成功,返回status:err;
阅读全文
posted @ 2017-08-20 16:39 林育松
阅读(256)
评论(0)
推荐(0)
2017年8月18日
js 获取上一页所带的百度关键词
摘要:
阅读全文
posted @ 2017-08-18 23:05 林育松
阅读(661)
评论(0)
推荐(0)
2017年8月3日
rem.js(2)
摘要: var html = document.getElementsByTagName("html")[0]; var rootResize = function() { var winClient = document.documentElement.clientWidth; var fontSize = winClient < 640 ? wi...
阅读全文
posted @ 2017-08-03 10:48 林育松
阅读(112)
评论(0)
推荐(0)
rem.js(1)
摘要: //根据屏幕设定html字体 // JavaScript Document (function (doc, win) { var docEl = doc.documentElement, resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize', recalc = ...
阅读全文
posted @ 2017-08-03 10:47 林育松
阅读(143)
评论(0)
推荐(0)
苹果手机input兼容性css代码
摘要: input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
阅读全文
posted @ 2017-08-03 10:45 林育松
阅读(977)
评论(0)
推荐(0)
内百度php链接代码
摘要: 0) exit(''); //判断是否手机 if(!isMobile()) exit(''); $cip=get_client_ip(); $filename = "http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=json&ip=".$cip; $json = json_decode(file_get_contents($fil...
阅读全文
posted @ 2017-08-03 10:43 林育松
阅读(348)
评论(0)
推荐(0)
表单添加时间选择简单样式
摘要: 预约时间:
阅读全文
posted @ 2017-08-03 10:36 林育松
阅读(843)
评论(0)
推荐(0)
2017年7月31日
php 代码设置跳转
摘要: /* header 跳转:更改页面头部信息,地址跳转,尽量用绝对地址, js跳转:在php中输出js的跳转语句 */ //1,后台的php跳转 header('location:'.BASE_URL.'index.php?m=news&c=index&admin=1'); //更改网页头部信息,地址跳转,绝对地址:把路径写全 //header('loaation:index.php'); //...
阅读全文
posted @ 2017-07-31 22:23 林育松
阅读(425)
评论(0)
推荐(0)
php empty();和isset();
摘要: <? if(!empty($_POST)){ $username = $_POST['username'];//获取参数 $password = $_POST['password']; echo $password; exit;//程序终止 //die;程序退出 } /* empty();判断一个值是否为空(未声明,null,0,false,array(...
阅读全文
posted @ 2017-07-31 22:21 林育松
阅读(139)
评论(0)
推荐(0)
2017年7月29日
php基础知识整理
摘要: =
阅读全文
posted @ 2017-07-29 22:59 林育松
阅读(214)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
19
下一页
公告