- 浏览: 124738 次
- 性别:
- 来自: 武汉
-
文章分类
最新评论
<link href="css/style.css" rel="stylesheet"> <?php include("conn/conn.php"); %包含数据库连接文件conn.php ?> <table width="563" height="587" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="563" height="587" valign="top" bgcolor="#FFFFFF"><table width="563" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="563" height="27" background="Images/fufei.gif"> </td> </tr> <tr> <td height="96" align="center" valign="top"><br> <?php $date1=date("Y-m-d"); %获取当前年月日 $sgsql=mysql_query("select * from tb_leaguerinfo where type='培训信息' and showday>='$date1' and checkstate=1 "); %查询字符串获取信息 $sginfo=mysql_fetch_array($sgsql); %获取结果 if($sginfo){ do{ ?> <table width="540" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="26"><span class="style1">『培训信息』</span><span class="style8"> <?php echo $sginfo[title];?> </span><span class="style6"> <?php echo $sginfo[edate];?></span></td> </tr> <tr> <td height="26"> <span class="style5"> <?php echo $sginfo[content];?></span></td> </tr> <tr> <td height="26"> <span class="style8">联系人:<?php echo $sginfo[linkman];?> 联系电话:<?php echo $sginfo[tel];?></span></td> </tr> <tr> <td height="3" background="Images/line1.gif"></td> </tr> </table> <?php }while($sginfo=mysql_fetch_array($sgsql)); %展示这些信息 }else{ ?> <table width="540" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center">暂无培训信息资源!</td> </tr> </table> <?php } ?></td> </tr> <tr> <td align="center" valign="top"><table width="560" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="87" background="Images/guanggao.gif"> </td> </tr> </table></td> </tr> <tr> <td height="27" background="Images/mian.gif"> </td> </tr> <tr> <td height="140" align="center" valign="top"> <br> <?php date_default_timezone_set("Asia/Hong_Kong"); %设置时区为香港时区 $sql=mysql_query("select count(*) as total from tb_info where type='培训信息' and checkstate=1"); %查询字符串,获取结果总数 $info=mysql_fetch_array($sql); %获取结果 $total=$info[total]; %获取结果数 $pagesize=4; if ($total<=$pagesize){ $pagecount=1; %若结果数小于页面数,则页面数为1 } if(($total%$pagesize)!=0){ $pagecount=intval($total/$pagesize)+1; %若total不能整除pagesize,则在结果的基础上加1 }else{ $pagecount=$total/$pagesize; %否则直接取结果 } if(($_GET[page])==""){ $page=1; %默认为第一页 }else{ $page=intval($_GET[page]); %获取url中的页数 } $gsql=mysql_query("select * from tb_info where type='培训信息' and checkstate=1 order by edate desc limit ".($page-1)*$pagesize.",$pagesize"); %查询字符串 $ginfo=mysql_fetch_array($gsql); %获取结果 if($ginfo){ do{ ?> <table width="540" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="26"><span class="style1">『培训信息』</span><span class="style8"> <?php echo $ginfo[title];?> </span><span class="style6"> <?php echo $ginfo[edate];?></span></td> </tr> <tr> <td height="26"> <span class="style5"> <?php echo $ginfo[content];?></span></td> </tr> <tr> <td height="26"> <span class="style8">联系人:<?php echo $ginfo[linkman];?> 联系电话:<?php echo $ginfo[tel];?></span></td> </tr> <tr> <td height="3" background="Images/line1.gif"></td> </tr> </table> <?php }while($ginfo=mysql_fetch_array($gsql)); %展示结果 ?> <table width="543" height="27" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="543" height="27" colspan="3" align="right"> 共有 <?php echo $total; ?> 条 每页显示 <?php echo $pagesize;?> 条 第 <?php echo $page;?> 页/共 <?php echo $pagecount; ?> 页 <?php if($page>=2) { ?> <a href="foster.php?page=1" title="首页"></a><a href="foster.php?page=<?php echo $page-1;?>" title="前一页"> <?php } if($pagecount<=4){ for($i=1;$i<=$pagecount;$i++){ ?> <a href="foster.php?page=<?php echo $i;?>"><?php echo $i;?></a> <?php } }else{ for($i=1;$i<=4;$i++){ ?> <a href="foster.php?page=<?php echo $i;?>"><?php echo $i;?></a> <?php }?> <a href="foster.php?page=<?php echo $page-1;?>" title="后一页"></a> <a href="foster.php?page=<?php echo $pagecount;?>" title="尾页"></a> %设置前进、后退页 <?php }?></td> </tr> </table> <?php } else{ ?> <table width="540" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center">暂无培训信息资源!</td> </tr> </table> <?php } ?> </td> </tr> </table> </td> </tr> </table> <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
发表评论
-
advertising.php源代码分析
2009-05-19 22:17 638<script>function StorePag ... -
advertising_ok.php
2009-05-20 21:48 526<script>function StorePag ... -
blank.php 和 bottom.php
2009-05-21 22:36 958<script>function StorePag ... -
chkadmin.php的源代码分析
2009-05-22 23:23 840<script>function StorePag ... -
del_ok.php源代码分析
2009-05-23 22:41 437<script>function StorePag ... -
find_fufei.php源码分析
2009-05-24 22:28 816<script>function StorePag ... -
find_gg.php源代码分析
2009-05-25 22:48 530<script>function StorePag ... -
find_mianfei.php源代码分析
2009-05-26 21:52 777<script>function StorePag ... -
fudel_ok.php源代码分析
2009-05-27 21:26 433<script>function StorePag ... -
gg_ok.php源代码分析
2009-05-28 21:21 464<script>function StorePag ... -
index.php源代码分析
2009-05-29 22:45 1352<script>function StorePag ... -
left.php源代码分析
2009-05-30 23:42 608<script>function StorePag ... -
login.php源代码分析
2009-05-31 22:14 1186<script>function StorePag ... -
release_content.php源代码分析
2009-06-01 22:54 871<script>function StorePag ... -
conn.php源代码分析
2009-06-02 23:42 1117<script>function StorePag ... -
car_info.php源代码分析
2009-06-03 21:55 759<script>function StorePag ... -
find_info.php源代码分析
2009-06-04 23:29 751<script>function StorePag ... -
house_info.php源代码分析
2009-06-06 23:01 644<script>function StorePag ... -
invitejob_info.php源代码分析
2009-06-07 23:49 774<script>function StorePag ... -
classAverage.py源代码分析
2009-06-09 01:06 552<script>function StorePag ...
相关推荐
这两个文件可能包含了Foster和Cauer网络的示例,用户可以通过PLECS进行实时比较和分析,观察两种网络在相同频率条件下的响应差异,以及在瞬态热阻抗模型中的表现。 "license.txt" 文件则可能是该软件或脚本的许可...
02whole.pdf和PEB2012_7_DSievenpiper_Webfinal.pdf可能进一步讨论了微波和毫米波频率下的阻抗匹配技术,其中可能包括Non-Foster网络的设计和分析,以适应这些频段中的负阻抗现象。这些论文通常会包含理论分析、仿真...
4、Adjust organizational structure and incentives to foster new behaviors; 5、Monitor process outcomes to performance targets for continuous improvement; 6、BPM software consists of an advanced ...
nmon,全称"Nicola's Performance Monitor for Linux",是由IBM的Nicola Foster开发的一款强大的系统监控工具。它能够实时监控Linux系统的CPU、内存、磁盘I/O、网络等关键资源的使用情况,并将数据以CSV格式记录,...
This tool is intended to foster collaboration, increase awareness, and reduce development costs in the field of GNSS receiver design and customized use of GNSS signals. CTTC开源的GNSS-SDR软件接收机的...
matlab分时代码COPD阶段预测的分数动力学促进深度学习 K折验证和保留验证 “ k_fold_validation / k_fold_fractional_model_train.ipynb”和“ hold_out_validatio / hold_out_fractional_train.ipynb”描述了在k折...
总的来说,"P4_FOSTER_Harris"项目很可能包含了上述Python代码的实现,通过解压文件,你可以查看源代码、运行示例和理解算法的详细工作流程。这不仅可以帮助你学习Foster-Harris边缘检测,还可以深入理解图像处理的...
MRPC数据集源自《A Collection of Data Sets for Paraphrase and Entailment》(Foster et al., 2005),由微软研究团队构建。它包含了从新闻源中提取的成对句子,每个句子对都有一个标注,表示它们是否为同义句(即...
Foster, C. R., Fitzgerald, P. W., & BEAL, R. M. Modern Guidance Practices In Teaching. Springfield, IL: Charles C Thomas, 1980, 282 pp., [dollar]19.75 (hardback), [dollar]14.50 (paperback) Book ...
Foster、Emma Barkus和Christian Yavorsky共同编写的关于高级统计学的专业著作。此书旨在帮助读者理解并掌握一系列高级统计方法,并将其应用于实际研究之中。该书并非传统的厚重教材,而是通过简洁明了的方式呈现了...
Simon Foster Polar Virus 1 SoundBank.fxb Simon Foster SoundBank.fxb Sneitherheadz & Endonyx Hardcore SoundBank.fxb Sonic Elements Dragonfly Bundle.fxb SOUNDORDER.COM - SYLENTH 1 SOUNDSET.fxb Sounds ...
Foster, S. The One Girl in Ten: A Self-portrait of the Teen Age Mother. Claremont, CA.: Arbor Press, 1981, 159 pp. [dollar]55.00 (paper) Psychology in rhe Schools Volume 1 9 . Ocrober. 1982 B O O...
Foster, S. The One Girl in Ten: A Self-portrait of the Teen Age Mother. Claremont, CA.: Arbor Press, 1981, 159 pp. [dollar]55.00 (paper) Psychology in rhe Schools Volume 1 9 . Ocrober. 1982 B O O...
而现有的Android恶意代码分析方法多聚焦于基于特征对恶意代码的检测,缺少统一的系统化分析方法,且少有对恶意代码进行分类的研究。基于这种现状,提出了恶意软件基因的概念,以包含功能信息的片段对恶意代码进行...
How to Get Ideas - Jack Foster.pdf
this._owner.OnGetup += new EventHandler(owner_OnGetup); } } public Dog(string name) { _name = name; } private void owner_OnGetup(object sender, EventArgs e) { Console.WriteLine("{0}:", _...
`wrapt`是一个高级函数和方法装饰器库,由Graeme Foster开发。它的设计目标是提供一个强大而灵活的工具,用于实现Python中的装饰器。装饰器在Python编程中扮演着重要角色,它们可以用来修改或增强函数、类以及方法的...
PyPI是Python社区的标准资源库,包含了大量可重用的代码组件,Foster的出现进一步降低了开发者对PyPI的准入门槛。 在Python的开发过程中,通常需要将项目打包成可分发的格式,如源码tar.gz或wheel文件,以便他人...
- **案例背景**:Angela Lane作为Baer & Foster的投资分析师,需要对比分析Bristol-Myers Squibb公司和宝洁公司这两家规模差异较大的企业。虽然两者都涉及消费品领域,但由于规模和市场定位的不同,直接比较它们的...