会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
每天增长一点点
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
下一页
2017年12月29日
后台开元模板 H-ui.admin
摘要: 地址: http://www.h-ui.net/H-ui.admin.shtml
阅读全文
posted @ 2017-12-29 11:16 不一样的开始
阅读(183)
评论(0)
推荐(0)
2017年12月28日
Linux 进程后台执行
摘要: nohup XXXXXX &
阅读全文
posted @ 2017-12-28 16:47 不一样的开始
阅读(107)
评论(0)
推荐(0)
2017年12月27日
获取随机的字符串
摘要: // 获取随机的字符串 function get_rand_char($length = 6) { $str = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"; $strLength = 61; for($i = 0; $i < $length; $i ++) { ...
阅读全文
posted @ 2017-12-27 15:45 不一样的开始
阅读(123)
评论(0)
推荐(0)
PHP 阿拉伯数字转中文表述
摘要: 如101转成一百零一
阅读全文
posted @ 2017-12-27 15:39 不一样的开始
阅读(178)
评论(0)
推荐(0)
2017年12月26日
小程序发送验证码倒计时
摘要: var countdown = 120; var settime = function (that) { if (countdown == 0) { that.setData({ codeText: '获取验证码', code_time: '', isClick: false }) ...
阅读全文
posted @ 2017-12-26 15:49 不一样的开始
阅读(216)
评论(0)
推荐(0)
折线图
摘要: http://echarts.baidu.com/index.html
阅读全文
posted @ 2017-12-26 11:28 不一样的开始
阅读(94)
评论(0)
推荐(0)
2017年12月22日
js中判断 .html() 是否为空
摘要: String.prototype.isEmpty = function () { var s1 = this.replace(/[\r\n]/g, '').replace(/[ ]/g, ''), s2 = (s1 == '') ? true : false; return s2; }; $(this).html().isEmpty();
阅读全文
posted @ 2017-12-22 17:11 不一样的开始
阅读(1213)
评论(0)
推荐(0)
js中写的class 点击事件没有效果
摘要: //这样写没有效果 $(".xx").clcik(function(){····}); //改成这样写 $(document).on('click', '.xxx', function(e){ });
阅读全文
posted @ 2017-12-22 16:36 不一样的开始
阅读(8013)
评论(0)
推荐(0)
2017年12月14日
table tbody tr 鼠标效果
摘要:
阅读全文
posted @ 2017-12-14 10:45 不一样的开始
阅读(199)
评论(0)
推荐(0)
2017年12月5日
php点击下载
摘要: PHP代码如下: $filename = '/path/'.$_GET['file'].'.txt'; //文件路径header("Content-Type: application/force-download");header("Content-Disposition: attachment;
阅读全文
posted @ 2017-12-05 14:57 不一样的开始
阅读(158)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
下一页
公告