上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 44 下一页
摘要: 1 2 3 4 5 6 7 8 38 39 下面是一个导航条 40 41 42 首页 43 44 新闻中心 45 46 新手入门 47 ... 阅读全文
posted @ 2016-03-29 13:45 李照耀 阅读(424) 评论(0) 推荐(0) 编辑
摘要: jquery获取某个标签的html()方法的时候总是只能获取内部的 如果获取包含自身的HTML代码呢? 用.prop("outerHTML")方法获取 这样就能拿到包含自己的html数据了 阅读全文
posted @ 2016-03-29 13:39 李照耀 阅读(3024) 评论(0) 推荐(0) 编辑
摘要: 判断一个数是不是水仙花数 阅读全文
posted @ 2016-03-25 17:43 李照耀 阅读(1178) 评论(0) 推荐(0) 编辑
摘要:   阅读全文
posted @ 2016-03-15 10:19 李照耀 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 主体代码: <!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>演示:使用jquery.qrcode生成二维码</title> <style type="text/css"> .demo{width:400px; margin:40 阅读全文
posted @ 2016-03-08 14:26 李照耀 阅读(8220) 评论(2) 推荐(2) 编辑
摘要: <?php $array=array("first","sencond","third"); #1.echo end($array); #2.echo $array[count($array)-1]; #3.echo array_pop($array); #4.echo array_pop(arra 阅读全文
posted @ 2016-03-07 14:52 李照耀 阅读(1713) 评论(0) 推荐(0) 编辑
摘要: <?php /** * [L 加载语言的L的方法] * @param [string] $key [语言键的名称] * @return [string] $value [取到的语言值] */ function L($key='',$language_name='') { static $lang_a 阅读全文
posted @ 2016-03-04 09:55 李照耀 阅读(255) 评论(0) 推荐(0) 编辑
摘要: <?php $res=system("ipconfig -all"); $contents=trim(ob_get_clean()); $contents=str_replace("\r\n","",$contents); $contents=explode(" ",$contents); fore 阅读全文
posted @ 2016-03-02 10:21 李照耀 阅读(607) 评论(0) 推荐(0) 编辑
摘要: 只需要在地址栏输入 data:text/html, <html contenteditable> 回车后即可看到效果 阅读全文
posted @ 2016-02-18 15:03 李照耀 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 这是原始数据 想按照brand_id分组 并获取每个分组total_num最高的前3位 SQL语句为: select a.* from data a where 3 > (select count(*) from data where brand_id = a.brand_id and total_ 阅读全文
posted @ 2016-01-27 16:32 李照耀 阅读(7820) 评论(0) 推荐(0) 编辑
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 44 下一页