zoukankan      html  css  js  c++  java
  • webplus知识点小结

    1.返回首页,要在首页栏目里面加链接,直接预览站点的时候地址栏那个地址就行

    2.上传图片变色问题,要传jpg格式,不要png

    3.留言板制作:后台组件管理-》留言板->获取链接

    然后在留言板栏目里面新建一篇文章,文章中用iframe把获取的链接地址填写进去,前台就出现留言板,留言板需要校园信息门户账号密码登录,需要学校管理员授权。

    4.首页banner图模糊问题,这个需要在banner图的窗口中配置,在配置窗口中,高级配置,把里面的缩略图改成图片即可。

    5.还有前台栏目名称动态获取

    <div frag="面板72">
                                <div frag="窗口72">
                                    <div class="tit">
                                    <div class="fl">
                                        <div frag="标题" class="title">
                                            <span frag="标题内容">{栏目名称}</span>
                                        </div>
                                    </div>
                                    <div class="more_btn fr" frag="按钮" type="更多" link="@V_URL[L:S220:C9790]">  
                                        <span frag="按钮内容">&gt;&gt;更多</span>
                                    </div>
                                </div>
                                <div frag="窗口内容"></div>
                                </div>
    </div>
  • 相关阅读:
    bzoj 4012: [HNOI2015]开店
    POJ 1054 The Troublesome Frog
    POJ 3171 Cleaning Shifts
    POJ 3411 Paid Roads
    POJ 3045 Cow Acrobats
    POJ 1742 Coins
    POJ 3181 Dollar Dayz
    POJ 3040 Allowance
    POJ 3666 Making the Grade
    洛谷 P3657 [USACO17FEB]Why Did the Cow Cross the Road II P
  • 原文地址:https://www.cnblogs.com/baipeng/p/6628850.html
Copyright © 2011-2022 走看看