上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 69 下一页
摘要: 效果图: 代码: <?php $Addr=new GetMacAddr("Windows"); $mac=$Addr->getWindows(); //echo $mac[3]; foreach( $mac as $key =>$value){ echo $key; echo " "; echo $ 阅读全文
posted @ 2022-06-23 16:55 海乐学习 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 出现 “Call to undefined function curl_init” 错误提示,没有定义的函数, 也就是php还没打开对 curl_init 函数的支持。 打开php.ini,开启 extension=php_curl.dll,去掉前面的 ; 号 重启下 apache 如果还不行则 1 阅读全文
posted @ 2022-06-23 16:46 海乐学习 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 实现效果: 导航条 中只显示 想要的栏目 <table width="920" border="0" align="center" cellpadding="0" cellspacing="0" class="nav"> <tr> <td class="nav_global"><ul> <li cl 阅读全文
posted @ 2022-06-14 12:15 海乐学习 阅读(204) 评论(0) 推荐(0) 编辑
摘要: [phomenews]栏目ID,显示条数,标题截取数,是否显示时间,操作类型,是否显示栏目名,'时间格式化',附加SQL条件,显示排序[/phomenews] <table width="100%" border="0" cellspacing="0" cellpadding="0" class=" 阅读全文
posted @ 2022-06-14 12:11 海乐学习 阅读(37) 评论(0) 推荐(0) 编辑
摘要: [ecmsinfo]栏目ID,显示条数,标题截取数,是否显示栏目名,操作类型,模板ID,只显示有标题图片,附加SQL条件,显示排序[/ecmsinfo] <table width="100%" border="0" cellspacing="0" cellpadding="0" class="tit 阅读全文
posted @ 2022-06-14 12:08 海乐学习 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 帝国CMS 在首页中 显示 栏目的列表 [listsonclass]0,8,88,1,0,7,0,3,0,0[/listsonclass] [listsonclass]栏目ID,显示条数,标题截取数,是否显示栏目名,操作类型,模板ID,只显示有标题图片,显示栏目数,显示头条操作类型,头条标题截取数, 阅读全文
posted @ 2022-06-14 12:00 海乐学习 阅读(56) 评论(0) 推荐(0) 编辑
摘要: {foreach}循环也有自身属性的变量,可以通过{$smarty.foreach.name.property}访问,其中"name"是name属性。 例 <{foreach $items as $r name=row_name }> .index包含当前数组索引,从零开始,每次循环增长1 <{if 阅读全文
posted @ 2022-06-09 23:15 海乐学习 阅读(611) 评论(0) 推荐(0) 编辑
摘要: 效果图 html <tr> <td><label for="" class="control-label">支持协议:</label></td> <td><input type="text" class='my_input' name="agreement" id="agreement" /> </ 阅读全文
posted @ 2022-06-09 22:14 海乐学习 阅读(51) 评论(0) 推荐(0) 编辑
摘要: easyui-linkbutton 按钮组件 html <div align=center > <a href='#' id='create_data_field' name='create_data_field' class='easyui-linkbutton' iconCls='icon-da 阅读全文
posted @ 2022-06-08 11:27 海乐学习 阅读(167) 评论(0) 推荐(0) 编辑
摘要: php用正常的ftp_get函数下载文件速度特别慢,但是用ftp的客户端下载很快,所以换了curl的下载方式,速度正常 function file_upload($ftpIp,$ftpUser,$ftpPwd,$path,$fileSavePath){ $curlobj = curl_init(); 阅读全文
posted @ 2022-05-06 14:23 海乐学习 阅读(418) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 69 下一页