02 2016 档案

摘要:<?php $h=date('H'); if($h>=8 && $h<=20) echo '白天'; else echo '夜晚'; ?> 阅读全文
posted @ 2016-02-27 15:07 fleam 阅读(338) 评论(0) 推荐(0) 编辑
摘要:$str=preg_replace("/\s+/", " ", $str); //过滤多余回车 $str=preg_replace("/<[ ]+/si","<",$str); //过滤<__("<"号后面带空格) $str=preg_replace("/<\!--.*?-->/si","",$st 阅读全文
posted @ 2016-02-26 09:57 fleam 阅读(2660) 评论(0) 推荐(0) 编辑
摘要:if($row['name']==$_SESSION['name']){$checked="checked disabled";}else{$checked=" ";} $isin = in_array($row['name'],$array); if($isin){ echo "<label id 阅读全文
posted @ 2016-02-26 08:54 fleam 阅读(328) 评论(0) 推荐(0) 编辑
摘要:服务端 <?php /** * File name server.php * 服务器端代码 * * @author guisu.huang * @since 2012-04-11 * */ //确保在连接客户端时不会超时 set_time_limit(0); //设置IP和端口号 $address 阅读全文
posted @ 2016-02-19 17:09 fleam 阅读(247) 评论(0) 推荐(0) 编辑
摘要:D:\software\phpStudy\php55 阅读全文
posted @ 2016-02-19 16:33 fleam 阅读(114) 评论(0) 推荐(0) 编辑
摘要:<?php if(extension_loaded('sockets')){ echo "已开启"; }else{ echo "未开启"; } ?> 阅读全文
posted @ 2016-02-19 16:28 fleam 阅读(1248) 评论(0) 推荐(0) 编辑
摘要:SELECT s.fid ,(SELECT FName FROM species WHERE FId=s.flinkspeciesid ) flinkspeciesid FROM commonpests s 相当于右边的表包含了左边的表的部分信息,我们要把所有的信息全部查询出来 阅读全文
posted @ 2016-02-19 09:02 fleam 阅读(157) 评论(0) 推荐(0) 编辑
摘要:http://git.oschina.net/fleam/jfinal_AmazeUI 阅读全文
posted @ 2016-02-17 11:49 fleam 阅读(236) 评论(0) 推荐(0) 编辑
摘要:技术实现:纯jfinal+AmazeUI 阅读全文
posted @ 2016-02-05 13:33 fleam 阅读(137) 评论(0) 推荐(0) 编辑
摘要:似乎没什么用。。。 <script> $(document).ready(function(){ $("#comment").change(function(){ var obj = $('#comment'); if(obj.val()==1){ obj.val(0); }else{ obj.va 阅读全文
posted @ 2016-02-05 10:27 fleam 阅读(987) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-02-01 18:39 fleam 阅读(137) 评论(0) 推荐(0) 编辑
摘要:首页 开源项目 问答 代码 博客 翻译 资讯 移动开发 招聘 城市圈 当前访客身份:游客 [ 登录 | 加入开源中国 ] 当前访客身份: 游客 [ 登录 | 加入开源中国 ] 软件 土龙 关注此人 关注(16) 粉丝(28) 积分(39) 选择,坚持,勤奋 .发送私信.请教问题 博客分类 Meteo 阅读全文
posted @ 2016-02-01 09:24 fleam 阅读(603) 评论(0) 推荐(0) 编辑