林中侠客

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年12月4日

摘要: 客户端代码: 1 <?php 2 error_reporting(E_ALL); 3 set_time_limit(0); 4 echo "<h2>TCP/IP Connection</h2>\n"; 5 6 $port = 1935; 7 $ip = "127.0.0.1"; 8 9 /*10 +-------------------------------11 * @socket连接整个过程12 +-------------------------------13 * @socket_create14 * @socket 阅读全文
posted @ 2012-12-04 20:52 林中侠客 阅读(673) 评论(0) 推荐(0) 编辑

摘要: 1 <style> 2 #main{ 3 margin-right:auto; 4 margin-left:auto; 5 padding-top:30px; 6 height:auto !important;/*FF*/ 7 height:100px;/*IE*/ 8 background-color:#FFF; 9 border-width:1px;10 border-style:solid;11 border-color:#000;12 }13 #main:after{content:"blue";height:0;display:block;clear: 阅读全文
posted @ 2012-12-04 15:39 林中侠客 阅读(374) 评论(0) 推荐(0) 编辑

摘要: <?php $arr = array( "0" => array(line_num => "10", occur_time => "2007-11-19 10:25:04+08"), "1" => array(line_num => "9", occur_time => "2007-11-19 10:25:04+08"), "2" => array(line_num => "25", 阅读全文
posted @ 2012-12-04 14:40 林中侠客 阅读(238) 评论(0) 推荐(0) 编辑