摘要: <script language='javascript'>linkarr = new Array();picarr = 新数组();textarr = 新数组();var swf_width=280;var swf_height=192;var 文件 = "";var 链接 = "";var te 阅读全文
posted @ 2021-08-20 09:46 v17166570219 阅读(38) 评论(0) 推荐(0)
摘要: this.extensionPoint =PluginRepository.get(conf).getExtensionPoint( URLNormalizer.X_POINT_ID); public static synchronizedPluginRepository get(Configura 阅读全文
posted @ 2021-08-19 09:58 v17166570219 阅读(35) 评论(0) 推荐(0)
摘要: function match_links($document) { preg_match_all("'<s*as.*?hrefs*=s*(["'])?(?(1)(.*?)1|([^s>]+))[^>]*>?(.*?)</a>'isx",$document,$links); while(list($k 阅读全文
posted @ 2021-08-18 09:35 v17166570219 阅读(461) 评论(0) 推荐(0)
摘要: <script type="text/javascript">function showpage(CountPage,PageSize,CurentPage){var tempHTML="";if(CountPage<=PageSize){if(CurentPage>1){tempHTML = '< 阅读全文
posted @ 2021-08-18 09:30 v17166570219 阅读(60) 评论(0) 推荐(0)
摘要: header("Content-type:text/html;charset=utf-8"); $db=new mysqli("localhost","root","","news_php100") ; //实例化一个数据库连接。使用这个前一定要确保已经加载了mysqli类库,或者用mysql_co 阅读全文
posted @ 2021-08-17 09:41 v17166570219 阅读(46) 评论(0) 推荐(0)
摘要: <?php @session_start(); include(dirname(__FILE__).'./inc/function.php'); require(dirname(__FILE__)."/mail/class.phpmailer.php"); $array = array_unique 阅读全文
posted @ 2021-08-17 09:24 v17166570219 阅读(69) 评论(0) 推荐(0)
摘要: // 用 DOM 读取 XML$doc = new DOMDocument();$doc->load(‘test.xml’); $books = $doc->getElementsByTagName(“book”); foreach( $books as $book ){$authors = $bo 阅读全文
posted @ 2021-08-16 09:45 v17166570219 阅读(51) 评论(0) 推荐(0)
摘要: <?php/*** PHP-HTTP断点续传实现* @param string $path: 文件所在路径* @param string $file: 文件名* @return void*/function download($path,$file) {$real = $path.'/'.$file 阅读全文
posted @ 2021-08-16 09:30 v17166570219 阅读(52) 评论(0) 推荐(0)
摘要: <html><title>www.wfuyu.com</title></head><body><form name=loading><P align=center><FONT face=Arial color=#0066ff size=2>loading...</FONT> <INPUTstyle= 阅读全文
posted @ 2021-08-14 17:55 v17166570219 阅读(32) 评论(0) 推荐(0)
摘要: u_name=Request.QueryString("u_name")if u_name 存在 thenResponse.write "0"elseResponse.write "1"end if2.客户端HTML设计:一、JavaScript代码 代码片段<script language=jav 阅读全文
posted @ 2021-08-14 17:16 v17166570219 阅读(38) 评论(0) 推荐(0)