摘要: select a.name, a.total_score,@rank:=@rank+1 as rank from ( select u.name,uti.total_score from user_total_integral uti left join tuser u on uti.user_id 阅读全文
posted @ 2016-12-09 22:17 我的bug 阅读(500) 评论(1) 推荐(0)
摘要: <textarea cols="100%" rows="10" id="tuconent" placeholder="评价(200字以内)" onPaste="maxLimit()" onKeyUp="maxLimit()" oninput="maxLimit()"></textarea> func 阅读全文
posted @ 2016-12-09 22:10 我的bug 阅读(2232) 评论(0) 推荐(0)
摘要: $.cookie('the_cookie'); // 读取 cookie $.cookie('the_cookie', 'the_value', { expires: 7 }); // 存储一个带7天期限的 cookie $.cookie('the_cookie', '', { expires: - 阅读全文
posted @ 2016-12-09 22:07 我的bug 阅读(177) 评论(0) 推荐(0)
摘要: function convertSize(size) { if(!size) { return '0 Bytes'; } var sizeNames = [' Bytes', ' KB', ' MB', ' GB', ' TB', ' PB', ' EB', ' ZB', ' YB']; var i 阅读全文
posted @ 2016-12-09 22:03 我的bug 阅读(452) 评论(0) 推荐(0)
摘要: update groupuser as g1 join groupuser as g2 on (g1.user_id=1 and g2.user_id = 2) or(g1.user_id = 2 and g2.user_id=1) set g1.group_id = g2.group_id,g2.group_id=g1.group_id; 阅读全文
posted @ 2016-10-20 14:14 我的bug 阅读(2094) 评论(0) 推荐(0)
摘要: 转载自http://www.cnblogs.com/zhenghongxin/p/5417030.html 阅读全文
posted @ 2016-09-19 11:59 我的bug 阅读(198) 评论(0) 推荐(0)
摘要: 录音,上传 阅读全文
posted @ 2016-09-19 10:53 我的bug 阅读(1112) 评论(0) 推荐(0)
摘要: package com.bshinfo.el.userInfo.util; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.Input... 阅读全文
posted @ 2016-06-06 15:25 我的bug 阅读(286) 评论(0) 推荐(0)
摘要: 笔记 阅读全文
posted @ 2016-06-06 15:20 我的bug 阅读(267) 评论(0) 推荐(0)
摘要: 身份证性别判定标准: 1.如果是15位的号码,根据最末位的奇偶数判断,双数为"女",单数为"男" 2.如果是18位的号码,根据号码的倒数第二位的奇偶数判断,双数为"女",单数为"男"。 阅读全文
posted @ 2016-05-23 14:00 我的bug 阅读(979) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示