04 2014 档案

摘要:在php.ini 文件中有这么一段session.auto_start = 0是否自动启动session,默认不启动,我们知道在使用session功能时,我们基本上在每个php脚本头部都会通过session_start()函数来启动session,如果你启动这个选项,则在每个脚本头部都会自动启动se... 阅读全文
posted @ 2014-04-22 09:16 thekingofreturn 阅读(1789) 评论(0) 推荐(0)
摘要:.tip修改为.testul.tip 阅读全文
posted @ 2014-04-15 17:00 thekingofreturn 阅读(144) 评论(0) 推荐(0)
摘要:php中没有now()有time()是显示当前时间戳,date()是格式化时间戳,按照要求格式显示,例如echo date("Y-m-d H:i:s" time()); 阅读全文
posted @ 2014-04-07 13:46 thekingofreturn 阅读(1317) 评论(0) 推荐(0)
摘要:后期补充:window.open模式window.onbeforeunload=function(){window.opener.location.reload();}这段代码问题:只有手动关闭子页面,才能刷新父页面。。。用这种方式是不行的。。。方案: 阅读全文
posted @ 2014-04-07 11:45 thekingofreturn 阅读(621) 评论(0) 推荐(0)
摘要:div style="position:fixed;bottom:0px;" 加这两个属性即可 阅读全文
posted @ 2014-04-03 17:11 thekingofreturn 阅读(1033) 评论(0) 推荐(0)