zoukankan      html  css  js  c++  java
  • 电信项目总结

    1. 所有的职位链接跳转代码都要加上target="_blank"。
    2. 使用Internal刷职位代码时:

    ①   添加公司号:

    <body>

    <button.automatical>

      <button.company coid="3763473">   //每个公司的公司号不同,可以添加多个

    内容

    </button.company>

    </button.automatical>

    </body>

    ②   添加职位代码:

                                                           <h2>◆中国电信安徽公司</h2>

                            <h3>安庆分公司</h3>

                            <div class="jobs_list">

                                <ul>

                                                                               <button.jobs only="72178298,72179911">

                                                                               <li><span class="jobname"> <%jobs.cjobname_nourl%></span>

                                    <a href="http://xyz.51job.com//external/apply.aspx?jobid=<%jobs.jobid%>&ctmid=2651815"></a></li>

                                         </button.jobs>

                                </ul>

                            </div>

                            <h3>蚌埠分公司</h3>

                            <div class="jobs_list">

                                <ul>

                                                                               <button.jobs only="72177997,72175859,72179809,72185059">

                                                                               <li><span class="jobname"> <%jobs.cjobname_nourl%></span>

                                    <a href="http://xyz.51job.com//external/apply.aspx?jobid=<%jobs.jobid%>&ctmid=2651815"></a></li>

                                         </button.jobs>

                                </ul>

                            </div>

    3、网页的布局非常重要:

    有背景图片的伸缩布局,绝对定位,浮动。等等、

  • 相关阅读:
    使用Code First Migrations依据代码更新数据库结构
    Engine Yard增加对Node.js的支持
    CSS3无前缀脚本prefixfree.js及Animatable介绍
    html5客户端本地存储之sessionStorage及storage事件
    cctype,string,vector
    管理朋友信息程序
    三位数的排列组合
    结构体字节对齐
    习题3.13
    OPENCV用户手册之图像处理部分(之一):梯度、边缘与角点(中文翻译)
  • 原文地址:https://www.cnblogs.com/qianduanjingying/p/4996840.html
Copyright © 2011-2022 走看看