主题列表页模板(Forumdisplay.htm)

<!--**********************Forumdisplay.htm模板注释开始*********************************--> 
<!--*载入头部模板 header.htm*--> 
{subtemplate header} 
<!--*判断如果当前用户为本版版主或者超版以上 载入moderate.js.{$jspath}:后台>全局>优化设置>服务器优化>JavaScript脚本目录*--> 
<!--{if $forum['ismoderator']}--> 
<script type="text/javascript" src="{$jspath}moderate.js?{VERHASH}"></script> 
<!--{/if}--> 
<!--*页面导航 例:discuz! 论坛官方 》 首页*--> 
<div id="nav"><a id="fjump" href="$indexname" 
<!--*判断当前如果开启了论坛跳转菜单 鼠标移到站点名称上时 弹出菜单*--> 
{if $forumjump == 1} class="dropmenu" οnmοuseοver="showMenu({'ctrlid':this.id})"{/if}>$bbname</a> $navigation</div> 
<!--*页内文字广告位*--> 
<!--{if $admode && !empty($advlist['text'])}--> 
<div id="ad_text" class="ad_text" > 
<table summary="Text Ad" cellpadding="0" cellspacing="0">$advlist[text]</table> 
</div> 
<!--{else}--> 
<div id="ad_text"></div> 
<!--{/if}--> 
<!--*判断边栏是否开启,class="wrap s_clear"为关闭边栏样式,class="wrap with_side s_clear"为开启边栏样式*--> 
<div id="wrap"{if $infosidestatus['allow'] < 2} class="wrap s_clear"{else} class="wrap with_side s_clear"{/if}> 
<!--*这里是边栏开关按钮,$infosidestatus[allow] == 2为关闭边栏按钮,$infosidestatus[allow] == 1为开启边栏按钮.*--> 
<!--{if $infosidestatus[allow] == 2}--> 
<a id="sidebar_img" href="javascript:;" οnclick="sidebar_collapse(['{lang sidebar_collapsed_yes}', '{lang sidebar_collapsed_no}']);" class="$collapseimg[sidebar]"><!--{if $collapseimg[sidebar] == 'collapsed_yes'}-->{lang sidebar_collapsed_yes}<!--{else}-->{lang sidebar_collapsed_no}<!--{/if}--></a> 
<!--{elseif $infosidestatus[allow] == 1}--> 
<a id="sidebar_img" href="javascript:;" οnclick="sidebar_collapse(['', '{lang sidebar_collapsed_no}']);" class="collapsed_yes">{lang sidebar_collapsed_yes}</a> 
<!--{/if}--> 
<!--*主体部分开始*--> 
<div class="main"> 
<div class="content"> 
<!--*Discuz插件钩子 详见相关插件开发手册*--> 
$pluginhooks[forumdisplay_header] 
<div id="forumheader" class="s_clear"> 
<!--*本版版块名字*--> 
<h1>$forum[name]</h1> 
<!--*本版资讯 $forum[threads]:主题数,{echo $forum[posts]-$forum[posts]}本版回复数}*--> 
<p class="forumstats">[ <strong>$forum[threads]</strong> {lang thread} / {echo $forum[posts]-$forum[threads]} {lang reply} ]</p> 
<div class="forumaction"> 
<div class="right"> 
$pluginhooks[forumdisplay_forumaction] 
<!--*判断当前浏览者是否已登录*--> 
<!--{if $discuz_uid}--> 
<!--*关注*--> 
<a href="my.php?item=attention&type=forum&action=add&fid=$fid" id="ajax_attention" class="attention" οnclick="ajaxmenu(this);doane(event);">{lang attention_forum}</a> 
<!--*收藏*--> 
<a href="my.php?item=favorites&fid=$fid" id="ajax_favorite" οnclick="ajaxmenu(this);doane(event);">{lang thread_favorite}</a> 
<!--{/if}--> 
<!--*如果开启了RSS功能 显示RSS订阅链接*--> 
<!--{if $rssstatus}--><a href="rss.php?fid=$fid&auth=$rssauth" target="_blank" class="feed">RSS</a><!--{/if}--> 
</div> 
<!--*如果本版开启了回收站 就显示回收站链接.(这部分有个bug 少了一个判断 这里应该只有管理组可见才对 普通会员点了都是无权访问的)*--> 
<!--{if $forum['recyclebin']}--> 
<a href=" 
<!--*如果当前用户的管理组为管理员 进入的是系统设置里的回收站*--> 
{if $adminid == 1}admincp.php?action=recyclebin&frames=yes 
<!--*如果当前用户为本版版主或超级版主 进入的则是版主管理中的回收站*--> 
{elseif $forum['ismoderator']}modcp.php?action=recyclebins&fid=$fid{/if}" class="recyclebin" target="_blank">{lang forum_recyclebin}</a> 
<!--{/if}--> 
</div> 
<!--*判断本版是否设置了版块简介 存在则显示*--> 
<!--{if $forum[description]}--><p class="channelinfo">{lang forum_description}: $forum[description]</p><!--{/if}--> 
<p id="modedby"> 
<!--*判断当前用户如果为本版版主或超级版主 显示下面的链接*--> 
<!--{if $forum['ismoderator']}--> 
<div class="modlink"> 
<!--*Discuz插件钩子 详见相关插件开发手册*--> 
$pluginhooks[forumdisplay_modlink] 
<!--*如果当前本版有用户报告 则提示报告数量*--> 
<!--{if $forum['modworks']}--> 
<a href="modcp.php?action=report&fid=$fid" target="_blank">{lang mod_works_existence}</a> | 
<!--{/if}--> 
<!--*版主管理链接*--> 
<a href="modcp.php?fid=$fid" target="_blank">{lang modcp}</a> 
</div> 
<!--{/if}--> 
<!--*本版版主*--> 
{lang forum_modedby}: 
<!--*判断本版版主 $moderatedby:本版版主用户名,如果本版无版主 则显示**空缺中***--> 
<!--{if $moderatedby}-->$moderatedby<!--{else}-->{lang forum_opening}<!--{/if}--> 
</p> 
</div> 
<!--*Discuz插件钩子 详见相关插件开发手册*--> 
$pluginhooks[forumdisplay_top] 
<!--*判断本版是否有推荐主题或版规*--> 
<!--{if $forum['recommendlist'] || $forum['rules']}--> 
<div id="modarea" class="s_clear"> 
<div class="list"> 
<!--*收起/展开的按钮*--> 
<span class="headactions"><img οnclick="toggle_collapse('modarea_c');" alt="{lang spread}" title="{lang spread}" src="{IMGDIR}/$collapseimg[modarea_c].gif" id="modarea_c_img" class="toggle" /></span> 
<h3> 
<!--*如果存在推荐主题 则显示"推荐主题字样"*--> 
<!--{if $forum['recommendlist']}--> 
<a href="javascript:;" id="tab_1" class="current" 
<!--*如果同时存在版块规则 则加入切换按钮*--> 
{if $forum['rules']} οnclick="switchTab('tab', 1, 2)"{/if}>{lang forum_recommend}</a> 
<!--*如果当前用户为本版版主或者超级版主以上 则显示编辑推荐主题链接*--> 
<!--{if $forum['ismoderator']}--><a href="modcp.php?action=forums&op=recommend&show=all&fid=$fid" target="_blank">[{lang edit}]</a><!--{/if}--> 
<!--{/if}--> 
<!--*如果同时存在推荐主题 则显示一个间隔符*--> 
<!--{if $forum['recommendlist'] && $forum['rules']}--><span class="pipe">|</span><!--{/if}--> 
<!--*如果现在正在查看的是版块规则 版块规则字样粗体显示*--> 
<!--{if $forum['rules']}--><a href="javascript:;" id="tab_2"{if !$forum['recommendlist']} class="current"{/if} 
<!--*如果同时存在推荐主题 则加入切换按钮*--> 
{if $forum['recommendlist']} οnclick="switchTab('tab', 2, 2)"{/if}>{lang forum_rules}</a><!--{/if}--> 
</h3> 
</div> 
<div id="modarea_c" style="$collapse[modarea_c]"> 
<!--*如果存在推荐主题 载入推荐主题模板 recommend.htm*--> 
<!--{if $forum['recommendlist']}--> 
<div id="tab_c_1"> 
{subtemplate recommend} 
</div> 
<!--{/if}--> 
<!--*如果存在版块规则 显示之.$forum[rules]:版规内容*--> 
<!--{if $forum['rules']}--> 
<div id="tab_c_2"{if $forum['recommendlist']} style="display:none"{/if} class="rule">$forum[rules]</div> 
<!--{/if}--> 
</div> 
</div> 
<!--{/if}--> 
<!--*判断如果本版存在子版块 载入主题列表页面子版块模板 forumdisplay_subforum.htm*--> 
<!--{if $subexists}--> 
<div id="subforum" class="mainbox list">{template forumdisplay_subforum}</div> 
<!--{/if}--> 
$pluginhooks[forumdisplay_middle] 
<div class="pages_btns s_clear"> 
<!--*页数*--> 
$multipage 
<span 
<!--*判断如果启用了显示最近版块访问数量 当鼠标移到返回首页的时候 弹出最近访问版块菜单*--> 
<!--{if $visitedforums}-->id="visitedforums" οnmοuseοver="$('visitedforums').id = 'visitedforumstmp';this.id = 'visitedforums';showMenu({'ctrlid':this.id})"<!--{/if}--> class="pageback"><a href="$indexname">{lang return_index}</a></span> 
<!--*发新帖按钮*--> 
<span class="postbtn" id="newspecial" prompt="post_newthread" οnmοuseοver="$('newspecial').id = 'newspecialtmp';this.id = 'newspecial';showMenu({'ctrlid':this.id})"><a href="post.php?action=newthread&fid=$fid" οnclick="showWindow('newthread', this.href);return false;">{lang send_posts}</a></span> 
</div> 
<!--*判断如果本版启用了主题分类并且允许按类别浏览 或者 启用了分类信息并且允许按类别浏览*--> 
<!--{if $forum['threadtypes'] && $forum['threadtypes']['listable'] || $forum['threadsorts'] && $forum['threadsorts']['listable']}--> 
<div class="threadtype"> 
<!--*主题分类*--> 
<!--{if $forum['threadtypes'] && $forum['threadtypes']['listable']}--> 
<p> 
<!--*当前如果已选中分类浏览 "全部"字样则为超链接并粗体*--> 
<!--{if $typeid || $sortid}--><a href="forumdisplay.php?fid=$fid">{lang forum_viewall}</a><!--{else}--><strong>{lang forum_viewall}</strong><!--{/if}--> 
<!--*这里是平板样式的分类列表 如果已选中 此分类名则粗体显示*--> 
<!--{loop $forum['threadtypes']['flat'] $id $name}--><!--{if $typeid != $id}--><a href="forumdisplay.php?fid=$fid&filter=type&typeid=$id$sortadd">$name</a><!--{else}--><strong>$name</strong><!--{/if}--> <!--{/loop}--> 
<!--*下拉菜单式的分类列表 其他地方和平板样式略同 不重复解释*--> 
<!--{if $forum['threadtypes']['selectbox']}--> 
<span id="threadtypesmenu" class="dropmenu" οnmοuseοver="showMenu({'ctrlid':this.id})">{lang admin_type_more}</span> 
<div class="popupmenu_popup headermenu_popup" id="threadtypesmenu_menu" style="display: none"> 
<ul> 
<!--{loop $forum['threadtypes']['selectbox'] $id $name}--> 
<li> 
<!--{if $typeid != $id}--> 
<a href="forumdisplay.php?fid=$fid&filter=type&typeid=$id$sortadd">$name</a> 
<!--{else}--> 
<strong>$name</strong> 
<!--{/if}--> 
</li> 
<!--{/loop}--> 
</ul> 
</div> 
<!--{/if}--> 
</p> 
<!--{/if}--> 
<!--*这里是分类信息 下面部分和主题分类部分一样 不重复解释*--> 
<!--{if $forum['threadsorts'] && $forum['threadsorts']['listable']}--> 
<p> 
<!--{if !$forum['threadtypes']['listable']}--><!--{if $sortid}--><a href="forumdisplay.php?fid=$fid">{lang forum_viewall}</a><!--{else}--><strong>{lang forum_viewall}</strong><!--{/if}--><!--{/if}--> 
<!--{loop $forum['threadsorts']['flat'] $id $name}--><!--{if $sortid != $id}--><a href="forumdisplay.php?fid=$fid&filter=sort&sortid=$id$typeadd">$name</a><!--{else}--><strong>$name</strong><!--{/if}--> <!--{/loop}--> 
<!--{if $forum['threadsorts']['selectbox']}--> 
<span id="threadsortsmenu" class="dropmenu" οnmοuseοver="showMenu({'ctrlid':this.id})">{lang admin_type_more}</span> 
<div class="popupmenu_popup headermenu_popup" id="threadsortsmenu_menu" style="display: none"> 
<ul> 
<!--{loop $forum['threadsorts']['selectbox'] $id $name}--> 
<li> 
<!--{if $sortid != $id}--> 
<a href="forumdisplay.php?fid=$fid&filter=sort&sortid=$id$typeadd">$name</a> 
<!--{else}--> 
<strong>$name</strong> 
<!--{/if}--> 
</li> 
<!--{/loop}--> 
</ul> 
</div> 
<!--{/if}--> 
</p> 
<!--{/if}--> 
</div> 
<!--{/if}--> 
<!--*主题列表部分*--> 
<div id="threadlist" class="threadlist datalist" style="position: relative;"> 
<!--*管理操作提交*--> 
<form method="post" name="moderate" id="moderate" action="topicadmin.php?action=moderate&fid=$fid&infloat=yes&nopost=yes"> 
<input type="hidden" name="formhash" value="{FORMHASH}" /> 
<input type="hidden" name="listextra" value="$extra" /> 
<table summary="forum_$fid" {if !$separatepos}id="forum_$fid"{/if} cellspacing="0" cellpadding="0" class="datatable"> 
<thead class="colplural"> 
<tr> 
<!--*主题类型选择菜单*--> 
<td colspan="2"> <a href="javascript:;" id="filtertype" class="dropmenu" οnclick="showMenu({'ctrlid':this.id});"> 
<!--*投票贴*--> 
<!--{if $filter == poll}-->{lang thread_poll} 
<!--*交易帖*--> 
<!--{elseif $filter == trade}-->{lang thread_trade} 
<!--*活动贴*--> 
<!--{elseif $filter == activity}-->{lang thread_activity} 
<!--*辩论帖*--> 
<!--{elseif $filter == debate}-->{lang thread_debate} 
<!--*悬赏帖*--> 
<!--{elseif $filter == reward}-->{lang thread_reward} 
<!--*这个应该是存在特殊主题插件时显示的"其他"*--> 
<!--{else}-->{lang type}<!--{/if}--></a></td> 
<!--*判断当前用户如果为本版版主/超级版主以上 这里多一个表格给主题管理选定*--> 
<!--{if $forum['ismoderator']}--><td class="icon"> </td><!--{/if}--> 
<!--*这里开始为主题过滤索引(不懂怎么解释它 暂时这么命名吧 呵呵)*--> 
<th> 
<ul class="itemfilter s_clear"> 
<!--*主题*--> 
<li>{lang thread}:</li> 
<!--*这里做一个说明 class="current"这个类的用途是当选中这个类型后 这个类型的字样背景高亮显示.比如你选中查看本版精华 那么"精华"字样就会有灰色背景.这里做个统一解释 下面不重复 不然更乱*--> 
<!--*全部*--> 
<li{if !$filter} class="current"{/if}><a href="forumdisplay.php?fid=$fid"><span>{lang all}</span></a></li> 
<!--*精华*--> 
<li{if $filter == 'digest'} class="current"{/if}><a class="filter" href="forumdisplay.php?fid=$fid&filter=digest"><span>{lang digestposts}</span></a></li> 
<!--*判断本版如果存在推荐主题 就加入"推荐"链接*--> 
<!--{if $recommendthread[status]}--><li{if $filter == 'recommend'} class="current"{/if}><a class="filter" href="forumdisplay.php?fid={$fid}&filter=recommend&orderby=recommends"><span>{lang order_recommends}</span></a></li><!--{/if}--> 
<li class="pipe">|</li> 
<!--*按时间查看*--> 
<li>{lang dateline_range}:</li> 
<!--*一天*--> 
<li{if $filter == 86400} class="current"{/if}><a href="forumdisplay.php?fid=$fid&orderby=$orderby&filter=86400$typeadd$sortadd"><span>{lang last_1_days}</span></a></li> 
<!--*2天*--> 
<li{if $filter == 172800} class="current"{/if}><a href="forumdisplay.php?fid=$fid&orderby=$orderby&filter=172800$typeadd$sortadd"><span>{lang last_2_days}</span></a></li> 
<!--*周*--> 
<li{if $filter == 604800} class="current"{/if}><a href="forumdisplay.php?fid=$fid&orderby=$orderby&filter=604800$typeadd$sortadd"><span>{lang last_7_days}</span></a></li> 
<!--*月*--> 
<li{if $filter == 2592000} class="current"{/if}><a href="forumdisplay.php?fid=$fid&orderby=$orderby&filter=2592000$typeadd$sortadd"><span>{lang last_30_days}</span></a></li> 
<!--*季*--> 
<li{if $filter == 7948800} class="current"{/if}><a href="forumdisplay.php?fid=$fid&orderby=$orderby&filter=7948800$typeadd$sortadd"><span>{lang last_90_days}</span></a></li> 
<!--*如果开启了主题热度 加入"热门"链接*--> 
<li class="pipe">|</li> 
<li><a class="order {if $orderby == 'heats' || $orderby == 'recommends'}order_active{/if}" href="forumdisplay.php?fid={$fid}&filter=$filter&orderby={if $filter == 'recommend'}recommends{else}heats{/if}$typeadd$sortadd">{lang order_heats}</a></li> 
</ul> 
</th> 
<!--*作者/时间字样部分 点击的话 为按发表时间排序本版主题*--> 
<td class="author"><a href="forumdisplay.php?fid={$fid}&filter=$filter&orderby=dateline$typeadd$sortadd" class="order {if $orderby == 'dateline'}order_active{/if}">{lang author}/{lang time}</a></td> 
<!--*最后回复字样部分 点击的话 为按回复数量排序本版主题*--> 
<td class="nums"><a href="forumdisplay.php?fid={$fid}&filter=$filter&orderby=replies$typeadd$sortadd" class="order {if $orderby == 'replies'}order_active{/if}">{lang replies}</a> 
<!--*查看字样部分 点击的话 为按浏览次数排序本版主题*--> 
<a href="forumdisplay.php?fid={$fid}&filter=$filter&orderby=views$typeadd$sortadd" class="order {if $orderby == 'views'}order_active{/if}">{lang views}</a></td> 
<!--*最后回复字样部分 点击的话 按最后回复排序本版主题*--> 
<td class="lastpost"><cite><a href="forumdisplay.php?fid={$fid}&filter=$filter&orderby=lastpost$typeadd$sortadd" class="order {if $orderby == 'lastpost'}order_active{/if}">{lang lastpost}</a></cite></td> 
</tr> 
</thead> 
<!--*判断如果当前为本版第一页并且存在公告 就载入公告表格和内容*--> 
<!--{if $page == 1 && !empty($announcement)}--> 
<tbody> 
<tr> 
<!--*公告图标*--> 
<td class="folder"><img src="{IMGDIR}/ann_icon.gif" alt="{lang announcement}" /></td> 
<td class="icon"> </td> 
<!--{if $forum['ismoderator']}--><td class="icon"> </td><!--{/if}--> 
<!--*公告字样*--> 
<th class="subject"><strong>{lang announcement}: 
<!--*如果公告类型为文字公告 就链接到announcement.php查看 $announcement[id]:公告编号,$announcement[subject]为公告标题*--> 
<!--{if empty($announcement['type'])}--><a href="announcement.php?id=$announcement[id]#$announcement[id]" target="_blank">$announcement[subject]</a> 
<!--*公告类型为网址链接*--> 
<!--{else}--><a href="$announcement[message]" target="_blank">$announcement[subject]</a><!--{/if}--></strong></th> 
<td class="author"> 
<!--*公告作者*--> 
<cite><a href="space.php?uid=$announcement[authorid]">$announcement[author]</a></cite> 
<!--*公告发布时间*--> 
<em>$announcement[starttime]</em> 
</td> 
<td class="nums"> </td> 
<td class="lastpost"> </td> 
</tr> 
</tbody> 
<!--{/if}--> 
<!--*主题列表开始*--> 
<!--{if $threadcount}--> 
<!--{loop $threadlist $key $thread}--> 
<!--{if $separatepos == $key + 1}--> 
<tbody> 
<tr> 
<td class="folder"></td><td> </td> 
<!--{if $forum['ismoderator']}--><td> </td><!--{/if}--> 
<th class="subject">{lang forum_thread}</th><td> </td><td> </td><td> </td> 
</tr> 
</tbody> 
<!--{/if}--> 
<tbody id="$thread[id]"> 
<tr> 
<!--*主题状态图标*--> 
<td class="folder"> 
<!--*如果点击这里的图标 主题链接就在新窗口打开*--> 
<a href="viewthread.php?tid=$thread[tid]&extra=$extra" title="{lang target_blank}" target="_blank"> 
<!--*如果主题已被关闭 显示锁头图标*--> 
<!--{if $thread[folder] == 'lock'}--> 
<img src="{IMGDIR}/folder_lock.gif" /></a> 
<!--*如果为置顶帖 就按置顶等级载入置顶图标 $thread['displayorder']为置顶等级*--> 
<!--{elseif in_array($thread['displayorder'], array(1, 2, 3))}--> 
<img src="{IMGDIR}/pin_$thread[displayorder].gif" alt="$threadsticky[3-$thread[displayorder]]" /></a> 
<!--{else}--> 
<!--*新/旧帖图标*--> 
<img src="{IMGDIR}/folder_$thread[folder].gif" /></a> 
<!--{/if}--> 
</td> 
<!--*主题图标*--> 
<td class="icon"> 
<!--*如果本帖为投票帖 这里显示投票图标 下面以此类推*--> 
<!--{if $thread['special'] == 1}--> 
<a href="forumdisplay.php?fid=$fid&filter=poll"><img src="{IMGDIR}/pollsmall.gif" alt="{lang thread_poll}" /></a> 
<!--*交易帖*--> 
<!--{elseif $thread['special'] == 2}--> 
<a href="forumdisplay.php?fid=$fid&filter=trade"><img src="{IMGDIR}/tradesmall.gif" alt="{lang thread_trade}" /></a> 
<!--*悬赏帖*--> 
<!--{elseif $thread['special'] == 3}--> 
<a href="forumdisplay.php?fid=$fid&filter=reward"><img src="{IMGDIR}/rewardsmall.gif" alt="{lang thread_reward}" 
<!--*如果悬赏已结束 图标显示暗色*--> 
<!--{if $thread['price'] < 0}-->class="solved"<!--{/if}--> /></a> 
<!--*活动贴*--> 
<!--{elseif $thread['special'] == 4}--> 
<a href="forumdisplay.php?fid=$fid&filter=activity"><img src="{IMGDIR}/activitysmall.gif" alt="{lang thread_activity}" /></a> 
<!--*辩论帖*--> 
<!--{elseif $thread['special'] == 5}--> 
<a href="forumdisplay.php?fid=$fid&filter=debate"><img src="{IMGDIR}/debatesmall.gif" alt="{lang thread_debate}" /></a> 
<!--{else}--> 
<!--*普通主题则显示用户发帖时选择的图标*--> 
$thread['icon'] 
<!--{/if}--> 
</td> 
<!--*判断当前用户的如果为本版版主或者超级版主以上 则显示主题管理的复选框*--> 
<!--{if $forum['ismoderator']}--> 
<td class="icon"> 
<!--{if $thread['fid'] == $fid && $thread['digest'] >= 0}--> 
<input οnclick="tmodclick(this)" class="checkbox" type="checkbox" name="moderate[]" value="$thread[tid]" /> 
<!--{else}--> 
<input class="checkbox" type="checkbox" disabled="disabled" /> 
<!--{/if}--> 
</td> 
<!--{/if}--> 
<th class="subject $thread[folder]"> 
<label>{$pluginhooks[forumdisplay_thread][$key]} </label> 
<!--*如果主题被移动并保留转向 显示"移动"字样*--> 
<!--{if $thread['moved']}--> 
<!--{if $forum['ismoderator']}--> 
<a href="topicadmin.php?action=moderate&optgroup=3&operation=delete&tid=$thread[moved]" οnclick="showWindow('mods', this.href);return false">{lang thread_moved}:</a> 
<!--{else}--> 
{lang thread_moved}: 
<!--{/if}--> 
<!--{/if}--> 
<!--*主题分类前缀*--> 
$thread[sortid] $thread[typeid] 
<span id="thread_$thread[tid]"> 
<!--*帖子地址.$thread[subject]为主题标题*--> 
<a href="viewthread.php?tid=$thread[tid]&extra=$extra"$thread[highlight]>$thread[subject]</a></span> 
<!--*判断本帖是否设置了阅读权限 如果设置了 显示之*--> 
<!--{if $thread['readperm']}--> - [{lang readperm} <span class="bold">$thread[readperm]</span>]<!--{/if}--> 
<!--{if $thread['price'] > 0}--> 
<!--*如果本帖为悬赏帖 则显示悬赏金额数目*--> 
<!--{if $thread['special'] == '3'}--> 
- <span style="color: #C60">[{lang thread_reward}{$extcredits[$creditstransextra[2]][title]} <span class="bold">$thread[price]</span> {$extcredits[$creditstransextra[2]][unit]}]</span> 
<!--*如果本帖有出售内容 则显示出售价格*--> 
<!--{else}--> 
- [{lang price} {$extcredits[$creditstransextra[1]][title]} <span class="bold">$thread[price]</span> {$extcredits[$creditstransextra[1]][unit]}] 
<!--{/if}--> 
<!--*如果悬赏帖已解决 则显示"已解决"字样*--> 
<!--{elseif $thread['special'] == '3' && $thread['price'] < 0}--> 
- <span style="color: #269F11">[{lang reward_solved}]</span> 
<!--{/if}--> 
<!--*如果本帖存在图片附件 则显示图片附件图标*--> 
<!--{if $thread['attachment'] == 2}--> 
<img src="images/attachicons/image_s.gif" alt="{lang attach_img}" class="attach" /> 
<!--*如果附件类型为其他 则显示回形针图标*--> 
<!--{elseif $thread['attachment'] == 1}--> 
<img src="images/attachicons/common.gif" alt="{lang attachment}" class="attach" /> 
<!--{/if}--> 
<!--{if $thread['displayorder'] == 0}--> 
<!--*如果本帖为推荐主题 则显示推荐图标*--> 
<!--{if $thread[recommendicon]}--> 
<img src="{IMGDIR}/recommend_$thread[recommendicon].gif" class="attach" alt="{lang thread_recommend}" title="{lang thread_recommend}" /> 
<!--{/if}--> 
<!--*如果本帖已经达到要求的热点 则显示热点图标*--> 
<!--{if $thread[heatlevel]}--> 
<img src="{IMGDIR}/hot_$thread[heatlevel].gif" class="attach" alt="$thread[heatlevel] {lang heats}" title="$thread[heatlevel] {lang heats}" /> 
<!--{/if}--> 
<!--*如果本帖为精华帖 则显示精华图标 $thread[digest]为精华等级*--> 
<!--{if $thread['digest'] > 0}--> 
<img src="{IMGDIR}/digest_$thread[digest].gif" class="attach" alt="{lang thread_digest} $thread[digest]" title="{lang thread_digest} $thread[digest]" /> 
<!--{/if}--> 
<!--*如果本帖被评分 则显示被评分图标*--> 
<!--{if $thread['rate'] > 0}--> 
<img src="{IMGDIR}/agree.gif" class="attach" alt="{lang rate_credit_add}" title="{lang rate_credit_add}" /> 
<!--{/if}--> 
<!--{/if}--> 
<!--*帖子页数*--> 
<!--{if $thread[multipage]}--> 
<span class="threadpages">$thread[multipage]</span> 
<!--{/if}--> 
</th> 
<!--*帖子作者*--> 
<td class="author"> 
<cite> 
<!--*正常状态下 显示作者用户名和个人资料页链接*--> 
<!--{if $thread['authorid'] && $thread['author']}--> 
<a href="space.php?uid=$thread[authorid]">$thread[author]</a> 
<!--{else}--> 
<!--*如果用户匿名或开启了游客发帖 则显示为"匿名" 本版版主以上可点击"匿名"字样得知其身份*--> 
<!--{if $forum['ismoderator']}--> 
<a href="space.php?uid=$thread[authorid]">{lang anonymous}</a> 
<!--{else}--> 
<!--*如果用户匿名发帖或开启了游客发帖 则显示为匿名*--> 
{lang anonymous} 
<!--{/if}--> 
<!--{/if}--> 
</cite> 
<!--*帖子发布时间*--> 
<em>$thread[dateline]</em> 
</td> 
<!--*帖子回复次数和浏览次数*--> 
<td class="nums"><strong>$thread[replies]</strong>/<em>$thread[views]</em></td> 
<!--*最后回复*--> 
<td class="lastpost"> 
<!--*最后回复作者 如果用户匿名发帖则显示匿名 **这里有个判断条件有待确认 $thread[digest] != -2 暂时保留 欢迎指点***--> 
<cite><!--{if $thread['lastposter']}--><a href="{if $thread[digest] != -2}space.php?username=$thread[lastposterenc]{else}viewthread.php?tid=$thread[tid]&page={echo max(1, $thread[pages]);}{/if}">$thread[lastposter]</a><!--{else}-->{lang anonymous}<!--{/if}--></cite> 
<!--*最后回复时间 **这里有个判断条件有待确认$thread[digest] != -2 暂时保留 欢迎指点***--> 
<em><a href="{if $thread[digest] != -2}redirect.php?tid=$thread[tid]&goto=lastpost$highlight#lastpost{else}viewthread.php?tid=$thread[tid]&page={echo max(1, $thread[pages]);}{/if}">$thread[lastpost]</a></em> 
</td> 
</tr> 
</tbody> 
<!--{/loop}--> 
<!--{else}--> 
<!--*如果本版无主题 则显示"本版尚无主题"*--> 
<tbody><tr><th colspan="6"><p class="nodata">{lang forum_nothreads}</p></th></tr></tbody> 
<!--{/if}--> 
</table> 
<!--*如果选中主题管理的复选框 载入管理操作模板 topicadmin_modlayer.htm*--> 
<!--{if $forum['ismoderator'] && $threadcount}--> 
{template topicadmin_modlayer} 
<!--{/if}--> 
</form> 
</div> 
<div class="pages_btns s_clear"> 
<!--*页数*--> 
$multipage 
<!--*判断如果启用了显示最近版块访问数量 当鼠标移到返回首页的时候 弹出最近访问版块菜单*--> 
<span <!--{if $visitedforums}-->id="visitedforums" οnmοuseοver="$('visitedforums').id = 'visitedforumstmp';this.id = 'visitedforums';showMenu({'ctrlid':this.id})"<!--{/if}--> class="pageback"><a href="$indexname">{lang return_index}</a></span> 
<!--*发新帖按钮*--> 
<span class="postbtn" id="newspecialtmp" οnmοuseοver="$('newspecial').id = 'newspecialtmp';this.id = 'newspecial';showMenu({'ctrlid':this.id})"><a href="post.php?action=newthread&fid=$fid" οnclick="showWindow('newthread', this.href);return false;">{lang send_posts}</a></span> 
</div> 
<!--*本版在线会员 可以参考discuz.htm注释版中的在线会员列表注释部分 这里不重复了*--> 
<!--{if $whosonlinestatus}--> 
<dl id="onlinelist"> 
<!--{if $detailstatus}--> 
<dd> 
<span class="headactions"><a href="forumdisplay.php?fid=$fid&page=$page&showoldetails=no#online"><img src="{IMGDIR}/collapsed_no.gif" alt="" /></a></span> 
<h3>{lang forum_activeusers}</h3> 
</dd> 
<dd> 
<ul class="s_clear"> 
<!--{loop $whosonline $key $online}--> 
<li title="{lang time}: $online[lastactivity]{LF} {lang action}: $online[action]{LF} {lang forum}: $forumname"> 
<img src="images/common/$online[icon]" alt="" /> 
<!--{if $online['uid']}--> 
<a href="space.php?uid=$online[uid]">$online[username]</a> 
<!--{else}--> 
$online[username] 
<!--{/if}--> 
</li> 
<!--{/loop}--> 
</ul> 
</dd> 
<!--{else}--> 
<dt> 
<span class="headactions"><a href="forumdisplay.php?fid=$fid&page=$page&showoldetails=yes#online" class="nobdr"><img src="{IMGDIR}/collapsed_yes.gif" alt="" /></a></span> 
<h3>{lang forum_activeusers}</h3> 
</dt> 
<!--{/if}--> 
</dl> 
<!--{/if}--> 
$pluginhooks[forumdisplay_bottom] 
</div> 
</div> 
<!--*Discuz和qihoo合作的边栏搜索 可以不理会*--> 
<!--{if $infosidestatus[allow] == 2}--> 
<div id="sidebar" class="side" style="$collapse[sidebar]"> 
<!--{if !empty($qihoo['status']) && ($qihoo['searchbox'] & 2)}--> 
<div id="qihoosearch" class="sidebox"> 
<form method="post" action="search.php?srchtype=qihoo" onSubmit="this.target='_blank';"> 
<input type="hidden" name="searchsubmit" value="yes" /> 
<input type="text" class="txt" name="srchtxt" size="20" value="$qihoo_searchboxtxt" /> 
<button type="submit">{lang search}</button> 
</form> 
</div> 
<!--{/if}--> 
<!--{if $infosidestatus[0]}--> 
<!--{if !empty($qihoo['status']) && ($qihoo['searchbox'] & 2)}--> 
<hr class="shadowline"/> 
<!--{/if}--> 
<!--*边栏*--> 
<div id="infoside"> 
{eval request($infosidestatus, 1, 0);} 
</div> 
<!--{/if}--> 
</div> 
<!--{/if}--> 
<!--*下面都是发帖类型相关的 不复杂 相关的可以参考上面的主题类型*--> 
<!--{if $allowpost && ($allowposttrade || $allowpostpoll || $allowpostreward || $allowpostactivity || $allowpostdebate || $threadplugins || $forum['threadsorts'])}--> 
<ul class="popupmenu_popup postmenu" id="newspecial_menu" style="display: none"> 
<!--{if !$forum['allowspecialonly']}--><li><a href="post.php?action=newthread&fid=$fid" οnclick="showWindow('newthread', this.href);doane(event)">{lang post_newthread}</a></li><!--{/if}--> 
<!--{if $allowpostpoll}--><li class="poll"><a href="post.php?action=newthread&fid=$fid&special=1">{lang post_newthreadpoll}</a></li><!--{/if}--> 
<!--{if $allowpostreward}--><li class="reward"><a href="post.php?action=newthread&fid=$fid&special=3">{lang post_newthreadreward}</a></li><!--{/if}--> 
<!--{if $allowpostdebate}--><li class="debate"><a href="post.php?action=newthread&fid=$fid&special=5">{lang post_newthreaddebate}</a></li><!--{/if}--> 
<!--{if $allowpostactivity}--><li class="activity"><a href="post.php?action=newthread&fid=$fid&special=4">{lang post_newthreadactivity}</a></li><!--{/if}--> 
<!--{if $allowposttrade}--><li class="trade"><a href="post.php?action=newthread&fid=$fid&special=2">{lang post_newthreadtrade}</a></li><!--{/if}--> 
<!--{if $threadplugins}--> 
<!--{loop $forum['threadplugin'] $tpid}--> 
<!--{if array_key_exists($tpid, $threadplugins) && @in_array($tpid, $allowthreadplugin)}--> 
<li class="popupmenu_option"{if $threadplugins[$tpid][icon]} style="background-image:url($threadplugins[$tpid][icon])"{/if}><a href="post.php?action=newthread&fid=$fid&specialextra=$tpid">{$threadplugins[$tpid][name]}</a></li> 
<!--{/if}--> 
<!--{/loop}--> 
<!--{/if}--> 
<!--{if $forum['threadsorts'] && !$forum['allowspecialonly']}--> 
<!--{loop $forum['threadsorts']['types'] $id $threadsorts}--> 
<!--{if $forum['threadsorts']['show'][$id]}--> 
<li class="popupmenu_option"><a href="post.php?action=newthread&fid=$fid&extra=$extra&sortid=$id">$threadsorts</a></li> 
<!--{/if}--> 
<!--{/loop}--> 
<!--{loop $forum['typemodels'] $id $model}--> 
<li class="popupmenu_option"><a href="post.php?action=newthread&fid=$fid&extra=$extra&modelid=$id">$model[name]</a></li> 
<!--{/loop}--> 
<!--{/if}--> 
</ul> 
<!--{/if}--> 
<ul class="popupmenu_popup headermenu_popup filter_popup" id="filtertype_menu" style="display: none;"> 
<li><a href="forumdisplay.php?fid=$fid">{lang forum_viewall}</a></li> 
<!--{if $showpoll}--><li {if $filter == 'poll'}class="active"{/if}><a href="forumdisplay.php?fid=$fid&filter=poll">{lang thread_poll}</a></li><!--{/if}--> 
<!--{if $showtrade}--><li {if $filter == 'trade'}class="active"{/if}><a href="forumdisplay.php?fid=$fid&filter=trade">{lang thread_trade}</a></li><!--{/if}--> 
<!--{if $showreward}--><li {if $filter == 'reward'}class="active"{/if}><a href="forumdisplay.php?fid=$fid&filter=reward">{lang thread_reward}</a></li><!--{/if}--> 
<!--{if $showactivity}--><li {if $filter == 'activity'}class="active"{/if}><a href="forumdisplay.php?fid=$fid&filter=activity">{lang thread_activity}</a></li><!--{/if}--> 
<!--{if $showdebate}--><li {if $filter == 'debate'}class="active"{/if}><a href="forumdisplay.php?fid=$fid&filter=debate">{lang thread_debate}</a></li><!--{/if}--> 
<!--{if $threadplugins}--> 
<!--{loop $forum['threadplugin'] $tpid}--> 
<!--{if array_key_exists($tpid, $threadplugins) && @in_array($tpid, $allowthreadplugin)}--> 
<li {if $filter == 'special' && $extraid == $tpid}class="active"{/if}><a href="forumdisplay.php?fid=$fid&filter=special&extraid=$tpid">{$threadplugins[$tpid][name]}</a></li> 
<!--{/if}--> 
<!--{/loop}--> 
<!--{/if}--> 
</ul> 
<!--*最近访问版块的弹出菜单*--> 
<!--{if $visitedforums}--> 
<ul class="popupmenu_popup" id="visitedforums_menu" style="display: none"> 
$visitedforums 
</ul> 
<!--{/if}--> 
<!--*论坛跳转菜单*--> 
<!--{if $forumjump}--> 
<div class="popupmenu_popup" id="fjump_menu" style="display: none"> 
$forummenu 
</div> 
<!--{/if}--> 
<!--*如果设置了主题列表最大页数值 当用户要访问的页数超出最大限制的时候 只能跳转到设置的最大值页数上*--> 
<!--{if $maxpage > 1}--> 
<script type="text/javascript">document.onkeyup = function(e){keyPageScroll(e, {if $page > 1}1{else}0{/if}, {if $page < $maxpage}1{else}0{/if}, 'forumdisplay.php?fid=$fid$forumdisplayadd', $page);}</script> 
<!--{/if}--> 
<!--*载入尾部模板 footer.htm*--> 
{subtemplate footer} 
<!--**********************Forumdisplay.htm模板注释结束*********************************-->

转载:http://www.sosoba.org/thread-1769476-1-1.html

查看全文
如若内容造成侵权/违法违规/事实不符,请联系编程学习网邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!

相关文章

  1. MySQL安装——基于二进制安装

    版本选择 上传rpm离线包&#xff0c;并且解压缩 tar -zxvf mysql-5.7.30-linux-glibc2.12-x86_64.tar.gz创建mysql组和用户 groupadd mysql useradd -r -g mysql mysql关联myql用户到mysql用户组中 chown -R mysql:mysql /usr/local/mysql/ chown -R mysql:mysql /usr/l…...

    2024/3/6 9:07:29
  2. 深度学习从入门到精通——pytorch实现生成手写数字

    网络构建 该版本&#xff0c;网络全程采用全连接网络&#xff0c;激活函数采用leakyReLU from torch import nnclass D_Net(nn.Module):def __init__(self):super().__init__()self.dnet nn.Sequential(nn.Linear(784, 512),nn.LeakyReLU(),nn.Linear(512, 256),nn.LeakyReL…...

    2024/3/22 15:29:41
  3. 基于HTML文件的信息隐藏方法

    提示&#xff1a;文章写完后&#xff0c;目录可以自动生成&#xff0c;如何生成可参考右边的帮助文档 文章目录前言一、在网页结束标记后插入空格或Tab键隐藏信息原理特点实验步骤二、 修改标记名称字符的大小写原理特点实验步骤三、修改属性值字符串的大小写来隐藏信息。原理实…...

    2024/3/4 15:27:25
  4. 关于多副本和纠删码(二)

    文章目录一、Erasure Coding&#xff08;纠删码&#xff09;和Raid比较二、Erasure Coding&#xff08;纠删码&#xff09;介绍2.1正常场景时EC读写原理2.2故障场景时EC读写原理2.3EC冗余配比一、Erasure Coding&#xff08;纠删码&#xff09;和Raid比较 &#xff08;1&#…...

    2024/3/12 7:20:18
  5. 双向队列(Deque)在算法题中的应用

    本文由剑指offer第59题引出&#xff0c;不了解双向队列之前对这两道题很难有一个很好的解答。 首先讲讲Deque的使用&#xff1a; //定义 Deque<Integer>queuenew LinkedList<>(); //插入 queue.offerFirst(value); queue.offerLast(value); //删除 queue.pollFirs…...

    2024/3/28 20:00:21
  6. Vue requestFullscreen全屏导致Element下拉框无法展示

    问题如题。 解决方案&#xff1a;我们可以通过document.documentElement元素调用requestFullscreen&#xff0c;之后在需要全屏的元素使用fixed布局&#xff0c;调整层级可以全屏。...

    2024/3/4 15:27:22
  7. OpenCV PYTHON环境搭建及测试代码

    原文链接&#xff1a; Python环境搭建之OpenCV - lclblack - 博客园 环境安装&#xff1a; 需要先安装numpy Matplotlib pip install --upgrade setuptools pip install numpy Matplotlib pip install opencv-python 测试代码&#xff1a; #导入cv模块 import cv2 as cv …...

    2024/3/23 20:31:14
  8. numpy元素替换

    可以参考下面帖子&#xff08;没有测试代码&#xff0c;看着有点费劲&#xff09;&#xff1a; https://blog.csdn.net/weixin_39616090/article/details/110774051 如果想把numpy数据修建到某个值范围内&#xff0c;可以使用clip方法&#xff0c;参考我的这篇帖子 numpy 元素…...

    2024/3/4 15:27:22
  9. STM32F405驱动WS2812E灯珠灯带代码

    头文件&#xff1a; #ifndef __BSP_LAMP_BEADS_H__ #define __BSP_LAMP_BEADS_H__#include "tim.h" #include "main.h"#define LED_NUM 4 #define GRB_LEN (3*8) //800KHz的倒数即1250ns&#xff0c;84MHz的倒数对应11.905ns即一拍&#xff08;1 bit&…...

    2024/3/4 15:27:19
  10. 剑指offer II 001.整数除法

    剑指 Offer II 001. 整数除法整数除法 题目链接题目要求&#xff1a; 给定两个整数 a 和 b &#xff0c;求它们的除法的商 a/b &#xff0c;要求不得使用乘号 ‘*’、除号 ‘/’ 以及求余符号 ‘%’ 。 注意&#xff1a; 整数除法的结果应当截去&#xff08;truncate&#xff…...

    2024/3/6 9:07:27
  11. github使用personal access token提交代码

    setting->developer setting->personal access tokens->generate pat->use the pat as your password...

    2024/3/6 9:07:26
  12. NotImplementedError: Cannot convert a symbolic Tensor报错与解决

    问题 实验环境TensorFlow2.4.1(Macbook m1 with conda-forge) 报错信息 NotImplementedError: Cannot convert a symbolic Tensor (sequential/simple_rnn/strided_slice:0) to a numpy array. This error may indicate that you’re trying to pass a Tensor to a NumPy call,…...

    2024/3/6 9:07:26
  13. 后端对VO请求参数校验以及文件校验

    控制层请求入参 /*** 保存*/RequestMapping("/save")ResponseBodypublic ApiResponses<Void> save(RequestParam(value "appCompanyCheckVOJson")String appCompanyCheckVOJson,//主表附件RequestParam(value "busFiles") MultipartFil…...

    2024/3/6 9:07:24
  14. 一些常用正则

    常用正则 1. 数字价格千分位分割 123456789.replace(/(?!^)(?(\d{3})$)/g, ,) // 123,456,789小数千分位支持 const formatNum numStr > {const regex new RegExp((?!^)(?(\\d{3})${numStr.includes(.) ? \\. : $}),g)return numStr.replace(regex,,) } console.l…...

    2024/3/6 9:07:23
  15. webapi避免http重复请求

    route过滤 添加路由过滤&#xff0c;在过滤器中判断sessionid或者cookie session session服务端文件&#xff0c;存储guid或者用户账户&#xff08;操作简单&#xff0c;增加服务器压力&#xff09; session管理参考&#xff1a;https://www.cnblogs.com/wxdlut/p/9237577.ht…...

    2024/3/6 9:07:23
  16. 搜索推荐评价指标Precision@k、Recall@k、F1@k、NDCG@k

    假设对于一个查询&#xff0c;真实相关的结果是{A&#xff0c;C&#xff0c;E, Q}&#xff0c;搜索模型得到5个结果{A, B, C, D, E}&#xff0c;则其中只有A&#xff0c;C&#xff0c;E是相关的&#xff0c;标记为{1, 0, 1, 0, 1}&#xff0c;1表示相关&#xff0c;0表示不相关…...

    2024/3/6 9:07:21
  17. 二十四、访问者模式

    访问者模式0.码仙励志1.概述2.结构3.案例实现4.优缺点5.使用场景6.扩展0.码仙励志 任何的限制&#xff0c;都是从自己的内心开始的。 1.概述 定义&#xff1a; 封装一些作用于某种数据结构中的各元素的操作&#xff0c;它可以在不改变这个数据结构的前提下定义作用于这些元…...

    2024/3/28 16:29:11
  18. Linux虚拟机执行可执行文件时报错no such file or directory

    可能是文件的编码与系统编码不同 在终端输入 sudo apt-get install lib32z1...

    2024/3/6 9:07:19
  19. 3.可靠性设计 -高可靠系统中软件容错技术的应用

    摘要&#xff1a; 本文以分布式大容量终端平台为例&#xff0c;主要论述了软件容错技术和方法在该平台中的具体应用。通过采用以集群化的形式进行应用部署&#xff1b;通过主备形式的数据库部署进行软件容错&#xff1b;通过程序设计方面进行软件的容错与避错。事实证明&#…...

    2024/3/25 15:11:43
  20. 关于x>y?x:y的含义

    关于x>y?x:y的含义 解析 x>y是个逻辑表达式&#xff0c;如果表达式为真&#xff0c;取?后面的值x&#xff0c;否则取y cx>y?x:y c就是取x和y中大的值...

    2024/3/19 15:10:27

最新文章

  1. Gitlab 实现仓库完全迁移,包括所有提交记录、分支、标签

    1 方案一&#xff1a;命令 cd <项目目录> git fetch --all git fetch --tags git remote rename origin old-origin #可以不保留 git remote add origin http://***(项目的新仓库地址) #git remote set-url origin <项目的新仓库地址> git push origin --all git…...

    2024/3/29 2:47:03
  2. 梯度消失和梯度爆炸的一些处理方法

    在这里是记录一下梯度消失或梯度爆炸的一些处理技巧。全当学习总结了如有错误还请留言&#xff0c;在此感激不尽。 权重和梯度的更新公式如下&#xff1a; w w − η ⋅ ∇ w w w - \eta \cdot \nabla w ww−η⋅∇w 个人通俗的理解梯度消失就是网络模型在反向求导的时候出…...

    2024/3/20 10:50:27
  3. vue2高德地图选点

    <template><el-dialog :title"!dataForm.id ? 新建 : isDetail ? 详情 : 编辑" :close-on-click-modal"false" :visible.sync"show" class"rv-dialog rv-dialog_center" lock-scroll width"74%" :before-close&q…...

    2024/3/28 21:15:01
  4. CentOS7.9 安装SIPp3.6

    epel里面的SIPp版本比较旧&#xff0c;先不要epel yum remove -y epel-release okay有很多CentOS软件&#xff0c;可以这样安装&#xff1a; 编辑 /etc/yum.repos.d/okay.repo&#xff0c;内容为&#xff1a; [okay] nameExtra OKay Packages for Enterprise Linux - $basearc…...

    2024/3/26 20:32:27
  5. 【外汇早评】美通胀数据走低,美元调整

    原标题:【外汇早评】美通胀数据走低,美元调整昨日美国方面公布了新一期的核心PCE物价指数数据,同比增长1.6%,低于前值和预期值的1.7%,距离美联储的通胀目标2%继续走低,通胀压力较低,且此前美国一季度GDP初值中的消费部分下滑明显,因此市场对美联储后续更可能降息的政策…...

    2024/3/27 10:21:24
  6. 【原油贵金属周评】原油多头拥挤,价格调整

    原标题:【原油贵金属周评】原油多头拥挤,价格调整本周国际劳动节,我们喜迎四天假期,但是整个金融市场确实流动性充沛,大事频发,各个商品波动剧烈。美国方面,在本周四凌晨公布5月份的利率决议和新闻发布会,维持联邦基金利率在2.25%-2.50%不变,符合市场预期。同时美联储…...

    2024/3/24 20:11:25
  7. 【外汇周评】靓丽非农不及疲软通胀影响

    原标题:【外汇周评】靓丽非农不及疲软通胀影响在刚结束的周五,美国方面公布了新一期的非农就业数据,大幅好于前值和预期,新增就业重新回到20万以上。具体数据: 美国4月非农就业人口变动 26.3万人,预期 19万人,前值 19.6万人。 美国4月失业率 3.6%,预期 3.8%,前值 3…...

    2024/3/29 2:45:46
  8. 【原油贵金属早评】库存继续增加,油价收跌

    原标题:【原油贵金属早评】库存继续增加,油价收跌周三清晨公布美国当周API原油库存数据,上周原油库存增加281万桶至4.692亿桶,增幅超过预期的74.4万桶。且有消息人士称,沙特阿美据悉将于6月向亚洲炼油厂额外出售更多原油,印度炼油商预计将每日获得至多20万桶的额外原油供…...

    2024/3/24 20:11:23
  9. 【外汇早评】日本央行会议纪要不改日元强势

    原标题:【外汇早评】日本央行会议纪要不改日元强势近两日日元大幅走强与近期市场风险情绪上升,避险资金回流日元有关,也与前一段时间的美日贸易谈判给日本缓冲期,日本方面对汇率问题也避免继续贬值有关。虽然今日早间日本央行公布的利率会议纪要仍然是支持宽松政策,但这符…...

    2024/3/26 20:58:42
  10. 【原油贵金属早评】欧佩克稳定市场,填补伊朗问题的影响

    原标题:【原油贵金属早评】欧佩克稳定市场,填补伊朗问题的影响近日伊朗局势升温,导致市场担忧影响原油供给,油价试图反弹。此时OPEC表态稳定市场。据消息人士透露,沙特6月石油出口料将低于700万桶/日,沙特已经收到石油消费国提出的6月份扩大出口的“适度要求”,沙特将满…...

    2024/3/28 17:01:12
  11. 【外汇早评】美欲与伊朗重谈协议

    原标题:【外汇早评】美欲与伊朗重谈协议美国对伊朗的制裁遭到伊朗的抗议,昨日伊朗方面提出将部分退出伊核协议。而此行为又遭到欧洲方面对伊朗的谴责和警告,伊朗外长昨日回应称,欧洲国家履行它们的义务,伊核协议就能保证存续。据传闻伊朗的导弹已经对准了以色列和美国的航…...

    2024/3/24 5:55:47
  12. 【原油贵金属早评】波动率飙升,市场情绪动荡

    原标题:【原油贵金属早评】波动率飙升,市场情绪动荡因中美贸易谈判不安情绪影响,金融市场各资产品种出现明显的波动。随着美国与中方开启第十一轮谈判之际,美国按照既定计划向中国2000亿商品征收25%的关税,市场情绪有所平复,已经开始接受这一事实。虽然波动率-恐慌指数VI…...

    2024/3/29 1:13:26
  13. 【原油贵金属周评】伊朗局势升温,黄金多头跃跃欲试

    原标题:【原油贵金属周评】伊朗局势升温,黄金多头跃跃欲试美国和伊朗的局势继续升温,市场风险情绪上升,避险黄金有向上突破阻力的迹象。原油方面稍显平稳,近期美国和OPEC加大供给及市场需求回落的影响,伊朗局势并未推升油价走强。近期中美贸易谈判摩擦再度升级,美国对中…...

    2024/3/26 23:04:51
  14. 【原油贵金属早评】市场情绪继续恶化,黄金上破

    原标题:【原油贵金属早评】市场情绪继续恶化,黄金上破周初中国针对于美国加征关税的进行的反制措施引发市场情绪的大幅波动,人民币汇率出现大幅的贬值动能,金融市场受到非常明显的冲击。尤其是波动率起来之后,对于股市的表现尤其不安。隔夜美国股市出现明显的下行走势,这…...

    2024/3/26 11:20:25
  15. 【外汇早评】美伊僵持,风险情绪继续升温

    原标题:【外汇早评】美伊僵持,风险情绪继续升温昨日沙特两艘油轮再次发生爆炸事件,导致波斯湾局势进一步恶化,市场担忧美伊可能会出现摩擦生火,避险品种获得支撑,黄金和日元大幅走强。美指受中美贸易问题影响而在低位震荡。继5月12日,四艘商船在阿联酋领海附近的阿曼湾、…...

    2024/3/24 20:11:18
  16. 【原油贵金属早评】贸易冲突导致需求低迷,油价弱势

    原标题:【原油贵金属早评】贸易冲突导致需求低迷,油价弱势近日虽然伊朗局势升温,中东地区几起油船被袭击事件影响,但油价并未走高,而是出于调整结构中。由于市场预期局势失控的可能性较低,而中美贸易问题导致的全球经济衰退风险更大,需求会持续低迷,因此油价调整压力较…...

    2024/3/28 9:10:53
  17. 氧生福地 玩美北湖(上)——为时光守候两千年

    原标题:氧生福地 玩美北湖(上)——为时光守候两千年一次说走就走的旅行,只有一张高铁票的距离~ 所以,湖南郴州,我来了~ 从广州南站出发,一个半小时就到达郴州西站了。在动车上,同时改票的南风兄和我居然被分到了一个车厢,所以一路非常愉快地聊了过来。 挺好,最起…...

    2024/3/29 0:49:46
  18. 氧生福地 玩美北湖(中)——永春梯田里的美与鲜

    原标题:氧生福地 玩美北湖(中)——永春梯田里的美与鲜一觉醒来,因为大家太爱“美”照,在柳毅山庄去寻找龙女而错过了早餐时间。近十点,向导坏坏还是带着饥肠辘辘的我们去吃郴州最富有盛名的“鱼头粉”。说这是“十二分推荐”,到郴州必吃的美食之一。 哇塞!那个味美香甜…...

    2024/3/24 20:11:15
  19. 氧生福地 玩美北湖(下)——奔跑吧骚年!

    原标题:氧生福地 玩美北湖(下)——奔跑吧骚年!让我们红尘做伴 活得潇潇洒洒 策马奔腾共享人世繁华 对酒当歌唱出心中喜悦 轰轰烈烈把握青春年华 让我们红尘做伴 活得潇潇洒洒 策马奔腾共享人世繁华 对酒当歌唱出心中喜悦 轰轰烈烈把握青春年华 啊……啊……啊 两…...

    2024/3/27 7:12:50
  20. 扒开伪装医用面膜,翻六倍价格宰客,小姐姐注意了!

    原标题:扒开伪装医用面膜,翻六倍价格宰客,小姐姐注意了!扒开伪装医用面膜,翻六倍价格宰客!当行业里的某一品项火爆了,就会有很多商家蹭热度,装逼忽悠,最近火爆朋友圈的医用面膜,被沾上了污点,到底怎么回事呢? “比普通面膜安全、效果好!痘痘、痘印、敏感肌都能用…...

    2024/3/24 20:11:13
  21. 「发现」铁皮石斛仙草之神奇功效用于医用面膜

    原标题:「发现」铁皮石斛仙草之神奇功效用于医用面膜丽彦妆铁皮石斛医用面膜|石斛多糖无菌修护补水贴19大优势: 1、铁皮石斛:自唐宋以来,一直被列为皇室贡品,铁皮石斛生于海拔1600米的悬崖峭壁之上,繁殖力差,产量极低,所以古代仅供皇室、贵族享用 2、铁皮石斛自古民间…...

    2024/3/26 11:21:23
  22. 丽彦妆\医用面膜\冷敷贴轻奢医学护肤引导者

    原标题:丽彦妆\医用面膜\冷敷贴轻奢医学护肤引导者【公司简介】 广州华彬企业隶属香港华彬集团有限公司,专注美业21年,其旗下品牌: 「圣茵美」私密荷尔蒙抗衰,产后修复 「圣仪轩」私密荷尔蒙抗衰,产后修复 「花茵莳」私密荷尔蒙抗衰,产后修复 「丽彦妆」专注医学护…...

    2024/3/28 18:26:34
  23. 广州械字号面膜生产厂家OEM/ODM4项须知!

    原标题:广州械字号面膜生产厂家OEM/ODM4项须知!广州械字号面膜生产厂家OEM/ODM流程及注意事项解读: 械字号医用面膜,其实在我国并没有严格的定义,通常我们说的医美面膜指的应该是一种「医用敷料」,也就是说,医用面膜其实算作「医疗器械」的一种,又称「医用冷敷贴」。 …...

    2024/3/28 12:42:28
  24. 械字号医用眼膜缓解用眼过度到底有无作用?

    原标题:械字号医用眼膜缓解用眼过度到底有无作用?医用眼膜/械字号眼膜/医用冷敷眼贴 凝胶层为亲水高分子材料,含70%以上的水分。体表皮肤温度传导到本产品的凝胶层,热量被凝胶内水分子吸收,通过水分的蒸发带走大量的热量,可迅速地降低体表皮肤局部温度,减轻局部皮肤的灼…...

    2024/3/28 20:09:10
  25. 配置失败还原请勿关闭计算机,电脑开机屏幕上面显示,配置失败还原更改 请勿关闭计算机 开不了机 这个问题怎么办...

    解析如下&#xff1a;1、长按电脑电源键直至关机&#xff0c;然后再按一次电源健重启电脑&#xff0c;按F8健进入安全模式2、安全模式下进入Windows系统桌面后&#xff0c;按住“winR”打开运行窗口&#xff0c;输入“services.msc”打开服务设置3、在服务界面&#xff0c;选中…...

    2022/11/19 21:17:18
  26. 错误使用 reshape要执行 RESHAPE,请勿更改元素数目。

    %读入6幅图像&#xff08;每一幅图像的大小是564*564&#xff09; f1 imread(WashingtonDC_Band1_564.tif); subplot(3,2,1),imshow(f1); f2 imread(WashingtonDC_Band2_564.tif); subplot(3,2,2),imshow(f2); f3 imread(WashingtonDC_Band3_564.tif); subplot(3,2,3),imsho…...

    2022/11/19 21:17:16
  27. 配置 已完成 请勿关闭计算机,win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机...

    win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机”问题的解决方法在win7系统关机时如果有升级系统的或者其他需要会直接进入一个 等待界面&#xff0c;在等待界面中我们需要等待操作结束才能关机&#xff0c;虽然这比较麻烦&#xff0c;但是对系统进行配置和升级…...

    2022/11/19 21:17:15
  28. 台式电脑显示配置100%请勿关闭计算机,“准备配置windows 请勿关闭计算机”的解决方法...

    有不少用户在重装Win7系统或更新系统后会遇到“准备配置windows&#xff0c;请勿关闭计算机”的提示&#xff0c;要过很久才能进入系统&#xff0c;有的用户甚至几个小时也无法进入&#xff0c;下面就教大家这个问题的解决方法。第一种方法&#xff1a;我们首先在左下角的“开始…...

    2022/11/19 21:17:14
  29. win7 正在配置 请勿关闭计算机,怎么办Win7开机显示正在配置Windows Update请勿关机...

    置信有很多用户都跟小编一样遇到过这样的问题&#xff0c;电脑时发现开机屏幕显现“正在配置Windows Update&#xff0c;请勿关机”(如下图所示)&#xff0c;而且还需求等大约5分钟才干进入系统。这是怎样回事呢&#xff1f;一切都是正常操作的&#xff0c;为什么开时机呈现“正…...

    2022/11/19 21:17:13
  30. 准备配置windows 请勿关闭计算机 蓝屏,Win7开机总是出现提示“配置Windows请勿关机”...

    Win7系统开机启动时总是出现“配置Windows请勿关机”的提示&#xff0c;没过几秒后电脑自动重启&#xff0c;每次开机都这样无法进入系统&#xff0c;此时碰到这种现象的用户就可以使用以下5种方法解决问题。方法一&#xff1a;开机按下F8&#xff0c;在出现的Windows高级启动选…...

    2022/11/19 21:17:12
  31. 准备windows请勿关闭计算机要多久,windows10系统提示正在准备windows请勿关闭计算机怎么办...

    有不少windows10系统用户反映说碰到这样一个情况&#xff0c;就是电脑提示正在准备windows请勿关闭计算机&#xff0c;碰到这样的问题该怎么解决呢&#xff0c;现在小编就给大家分享一下windows10系统提示正在准备windows请勿关闭计算机的具体第一种方法&#xff1a;1、2、依次…...

    2022/11/19 21:17:11
  32. 配置 已完成 请勿关闭计算机,win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机”的解决方法...

    今天和大家分享一下win7系统重装了Win7旗舰版系统后&#xff0c;每次关机的时候桌面上都会显示一个“配置Windows Update的界面&#xff0c;提示请勿关闭计算机”&#xff0c;每次停留好几分钟才能正常关机&#xff0c;导致什么情况引起的呢&#xff1f;出现配置Windows Update…...

    2022/11/19 21:17:10
  33. 电脑桌面一直是清理请关闭计算机,windows7一直卡在清理 请勿关闭计算机-win7清理请勿关机,win7配置更新35%不动...

    只能是等着&#xff0c;别无他法。说是卡着如果你看硬盘灯应该在读写。如果从 Win 10 无法正常回滚&#xff0c;只能是考虑备份数据后重装系统了。解决来方案一&#xff1a;管理员运行cmd&#xff1a;net stop WuAuServcd %windir%ren SoftwareDistribution SDoldnet start WuA…...

    2022/11/19 21:17:09
  34. 计算机配置更新不起,电脑提示“配置Windows Update请勿关闭计算机”怎么办?

    原标题&#xff1a;电脑提示“配置Windows Update请勿关闭计算机”怎么办&#xff1f;win7系统中在开机与关闭的时候总是显示“配置windows update请勿关闭计算机”相信有不少朋友都曾遇到过一次两次还能忍但经常遇到就叫人感到心烦了遇到这种问题怎么办呢&#xff1f;一般的方…...

    2022/11/19 21:17:08
  35. 计算机正在配置无法关机,关机提示 windows7 正在配置windows 请勿关闭计算机 ,然后等了一晚上也没有关掉。现在电脑无法正常关机...

    关机提示 windows7 正在配置windows 请勿关闭计算机 &#xff0c;然后等了一晚上也没有关掉。现在电脑无法正常关机以下文字资料是由(历史新知网www.lishixinzhi.com)小编为大家搜集整理后发布的内容&#xff0c;让我们赶快一起来看一下吧&#xff01;关机提示 windows7 正在配…...

    2022/11/19 21:17:05
  36. 钉钉提示请勿通过开发者调试模式_钉钉请勿通过开发者调试模式是真的吗好不好用...

    钉钉请勿通过开发者调试模式是真的吗好不好用 更新时间:2020-04-20 22:24:19 浏览次数:729次 区域: 南阳 > 卧龙 列举网提醒您:为保障您的权益,请不要提前支付任何费用! 虚拟位置外设器!!轨迹模拟&虚拟位置外设神器 专业用于:钉钉,外勤365,红圈通,企业微信和…...

    2022/11/19 21:17:05
  37. 配置失败还原请勿关闭计算机怎么办,win7系统出现“配置windows update失败 还原更改 请勿关闭计算机”,长时间没反应,无法进入系统的解决方案...

    前几天班里有位学生电脑(windows 7系统)出问题了&#xff0c;具体表现是开机时一直停留在“配置windows update失败 还原更改 请勿关闭计算机”这个界面&#xff0c;长时间没反应&#xff0c;无法进入系统。这个问题原来帮其他同学也解决过&#xff0c;网上搜了不少资料&#x…...

    2022/11/19 21:17:04
  38. 一个电脑无法关闭计算机你应该怎么办,电脑显示“清理请勿关闭计算机”怎么办?...

    本文为你提供了3个有效解决电脑显示“清理请勿关闭计算机”问题的方法&#xff0c;并在最后教给你1种保护系统安全的好方法&#xff0c;一起来看看&#xff01;电脑出现“清理请勿关闭计算机”在Windows 7(SP1)和Windows Server 2008 R2 SP1中&#xff0c;添加了1个新功能在“磁…...

    2022/11/19 21:17:03
  39. 请勿关闭计算机还原更改要多久,电脑显示:配置windows更新失败,正在还原更改,请勿关闭计算机怎么办...

    许多用户在长期不使用电脑的时候&#xff0c;开启电脑发现电脑显示&#xff1a;配置windows更新失败&#xff0c;正在还原更改&#xff0c;请勿关闭计算机。。.这要怎么办呢&#xff1f;下面小编就带着大家一起看看吧&#xff01;如果能够正常进入系统&#xff0c;建议您暂时移…...

    2022/11/19 21:17:02
  40. 还原更改请勿关闭计算机 要多久,配置windows update失败 还原更改 请勿关闭计算机,电脑开机后一直显示以...

    配置windows update失败 还原更改 请勿关闭计算机&#xff0c;电脑开机后一直显示以以下文字资料是由(历史新知网www.lishixinzhi.com)小编为大家搜集整理后发布的内容&#xff0c;让我们赶快一起来看一下吧&#xff01;配置windows update失败 还原更改 请勿关闭计算机&#x…...

    2022/11/19 21:17:01
  41. 电脑配置中请勿关闭计算机怎么办,准备配置windows请勿关闭计算机一直显示怎么办【图解】...

    不知道大家有没有遇到过这样的一个问题&#xff0c;就是我们的win7系统在关机的时候&#xff0c;总是喜欢显示“准备配置windows&#xff0c;请勿关机”这样的一个页面&#xff0c;没有什么大碍&#xff0c;但是如果一直等着的话就要两个小时甚至更久都关不了机&#xff0c;非常…...

    2022/11/19 21:17:00
  42. 正在准备配置请勿关闭计算机,正在准备配置windows请勿关闭计算机时间长了解决教程...

    当电脑出现正在准备配置windows请勿关闭计算机时&#xff0c;一般是您正对windows进行升级&#xff0c;但是这个要是长时间没有反应&#xff0c;我们不能再傻等下去了。可能是电脑出了别的问题了&#xff0c;来看看教程的说法。正在准备配置windows请勿关闭计算机时间长了方法一…...

    2022/11/19 21:16:59
  43. 配置失败还原请勿关闭计算机,配置Windows Update失败,还原更改请勿关闭计算机...

    我们使用电脑的过程中有时会遇到这种情况&#xff0c;当我们打开电脑之后&#xff0c;发现一直停留在一个界面&#xff1a;“配置Windows Update失败&#xff0c;还原更改请勿关闭计算机”&#xff0c;等了许久还是无法进入系统。如果我们遇到此类问题应该如何解决呢&#xff0…...

    2022/11/19 21:16:58
  44. 如何在iPhone上关闭“请勿打扰”

    Apple’s “Do Not Disturb While Driving” is a potentially lifesaving iPhone feature, but it doesn’t always turn on automatically at the appropriate time. For example, you might be a passenger in a moving car, but your iPhone may think you’re the one dri…...

    2022/11/19 21:16:57