上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
摘要: 文章来源博主:https://www.cnblogs.com/followyou/p/6143168.html 将html的表格转换excel的表格;此种方法适应于设置各种单元格的显示,合并,只需设置html的table,设置css就能导出各式各样的excel模板。 实例如下:导出一个带表头,表头带 阅读全文
posted @ 2018-04-26 14:27 微客鸟窝 阅读(225) 评论(0) 推荐(0)
摘要: .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)
摘要: 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)
摘要: 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)
摘要: $(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)
摘要: jQuery: 阅读全文
posted @ 2017-05-05 22:17 微客鸟窝 阅读(328) 评论(0) 推荐(0)
摘要: $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)
摘要: 1, 'name' => '张三', 'age' => 25, ), array( 'id' => 2, 'name' => '李四', 'age' => 23, ), array( ... 阅读全文
posted @ 2017-05-04 11:46 微客鸟窝 阅读(305) 评论(0) 推荐(0)
摘要: 在js中设置下拉框被选中: 最初写法: //移出selected $("#selected option").removeAttr("selected"); //将value值为value的设为selected $("#selected").find("option[value=]+value+"] 阅读全文
posted @ 2017-02-17 14:22 微客鸟窝 阅读(796) 评论(0) 推荐(0)
摘要: 在本级点击事件包裹一个元素且加上 阅读全文
posted @ 2016-11-18 18:50 微客鸟窝 阅读(208) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
/* 看板娘 */