会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
微客鸟窝
公众号《微客鸟窝》笔者,目前从事web后端开发,涉及语言PHP、golang!获得美国《时代周刊》2006年度风云人物!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
13
下一页
2018年4月26日
PHP导出Excel
摘要: 文章来源博主:https://www.cnblogs.com/followyou/p/6143168.html 将html的表格转换excel的表格;此种方法适应于设置各种单元格的显示,合并,只需设置html的table,设置css就能导出各式各样的excel模板。 实例如下:导出一个带表头,表头带
阅读全文
posted @ 2018-04-26 14:27 微客鸟窝
阅读(225)
评论(0)
推荐(0)
2018年4月20日
鼠标移动,显示具体内容
摘要: .div {margin:0 auto;width:1000px;text-align:right;} .markbox { border-radius: 5px; padding: 5px; background: #ffcc66; position: absolute; ...
阅读全文
posted @ 2018-04-20 15:55 微客鸟窝
阅读(155)
评论(0)
推荐(0)
2017年10月24日
HTML5 socket
摘要: client: <!DOCTYPE html> <html> <head> <title></title> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <style> p { text-align: left;
阅读全文
posted @ 2017-10-24 16:48 微客鸟窝
阅读(376)
评论(0)
推荐(0)
php-socket通信演示
摘要: client: error_reporting(E_ALL); set_time_limit(0); echo "<h2>TCP/IP Connection</h2>\n"; $port = 1935; $ip = "127.0.0.1"; /* + * @socket连接整个过程 + * @soc
阅读全文
posted @ 2017-10-24 16:44 微客鸟窝
阅读(184)
评论(0)
推荐(0)
2017年9月26日
解决ajax跨域请求问题
摘要: $(document).ready(function(){ $("#btn").click(function(k) { //... var j = $("form").serializeArray();//序列化name/value $.ajax({ type: 'GET', //这里用GET ...
阅读全文
posted @ 2017-09-26 15:19 微客鸟窝
阅读(160)
评论(0)
推荐(0)
2017年5月5日
jquery 对HTML标签的克隆、删除
摘要: jQuery:
阅读全文
posted @ 2017-05-05 22:17 微客鸟窝
阅读(328)
评论(0)
推荐(0)
php 获取上个月的起止时间戳
摘要: $thismonth = date('m'); $thisyear = date('Y'); if ($thismonth == 1) { $lastmonth = 12; $lastyear = $thisyear - 1; } else { $lastmonth = $thismonth - 1; $lastyear = $thisyear; } $lastS...
阅读全文
posted @ 2017-05-05 15:24 微客鸟窝
阅读(533)
评论(0)
推荐(0)
2017年5月4日
PHP 二维数组根据某个字段排序
摘要: 1, 'name' => '张三', 'age' => 25, ), array( 'id' => 2, 'name' => '李四', 'age' => 23, ), array( ...
阅读全文
posted @ 2017-05-04 11:46 微客鸟窝
阅读(305)
评论(0)
推荐(0)
2017年2月17日
jquery设置下拉框selected不起作用
摘要: 在js中设置下拉框被选中: 最初写法: //移出selected $("#selected option").removeAttr("selected"); //将value值为value的设为selected $("#selected").find("option[value=]+value+"]
阅读全文
posted @ 2017-02-17 14:22 微客鸟窝
阅读(796)
评论(0)
推荐(0)
2016年11月18日
本级点击事件,抑制父级点击事件方法
摘要: 在本级点击事件包裹一个元素且加上
阅读全文
posted @ 2016-11-18 18:50 微客鸟窝
阅读(208)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
13
下一页
公告
/* 看板娘 */