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、网页的布局非常重要:

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

  • 相关阅读:
    XGBoost原理解析
    变分贝叶斯学习(variational bayesian learning)及重参数技巧(reparameterization trick)
    Tensorflow Probability Distributions 简介
    树形dp--hdu 1520 anniversary party
    线段树II--区间修改
    leetcode---different ways to add parentheses
    线段树
    实现最大堆
    编写支持对齐分配的malloc和free函数
    指针和引用的区别,指针和数组的区别
  • 原文地址:https://www.cnblogs.com/qianduanjingying/p/4996840.html
Copyright © 2011-2022 走看看