zoukankan      html  css  js  c++  java
  • jquery

    C/C++
    (1) 基础技能:常用数据结构、指针、常见算法实现
    (2) 产品常用技能:定时器、状态机、消息处理、资源管理、缓冲机制
    (3) 软件的需求分析以及逻辑思维能力
    (4) 软件设计、编辑、编译、调测能力;
    CHG:
    1、event、session消息的差异;
    2、索引;
    3、函数,主要是对函数功能了解,知道使用哪个函数;
    4、余额处理是否关心预留;
    5、周期性任务配置;
    6、组件变量,临时变量,数组等;
    7、缓存表使用;
    8、短消息文件配置;
    9、建表;
    10、条件分组(挂靠);
    11、资费条件树;

     http://www.cnblogs.com/foolin/archive/2012/09/24/ling_dber_dll.html

    http://www.cnblogs.com/lovecherry/archive/2007/10/28/940555.html

    .tested
    {
    border-top- 1px;
    border-right- 1px;
    border-bottom- 1px;
    border-left- 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    height: 25px;
    25px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    visibility: visible;
    background-image: url(http://www.cnblogs.com/App_Themes/Select/selectBtns.gif);
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
    background-color: Red;
    z-index: -50;
    }

    $("<button id='aaa'></button>").addClass("tested").css({ "position": "absolute", "top": $("#ctl00_ctpPage_ddlCompany_Button").offset().top, "left": $("#ctl00_ctpPage_ddlCompany_Button").offset().left }).appendTo($(".ajax__combobox_buttoncontainer").get(1));

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>无标题文档</title>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
    <script type="text/javascript">
    $(document).ready(function(){

        $("a").hide();
        //点击弹出遮罩层
        $("#show").click(function(){

           //这里可以修改遮罩层显示效果
            $("#mask").css("background-color","#666").css("opacity","0.5").css("width","100%").css("height","100%").show();
            $("a").show();
        });
        //点击改变遮罩层
        $("a").click(function(){
            $("#mask").slideUp();
        });
    });

    </script>
    <style type="text/css">
    body{
    margin:0;
    }
    #mask{
    position:absolute;
    }
    a{
    text-decoration:none;
    left:50%;
    top:200px;
    color:red;
    position:absolute;
    background-color:black;
    }
    </style>
    </head>

    <body>
    <div id="mask"><a href="#">关闭遮罩层</a></div>
    <button id="show">弹出遮罩层</button>
    </body>
    </html>

  • 相关阅读:
    吉特日化MES-电子批记录普通样本
    吉特日化配料系统-关于25针串口转接
    吉特仓储管理系统--元宵送开发者一份礼物-开源2018年源码
    吉特日化MES-日化生产称料基本步骤
    吉特日化MES-日化行业原料仓库所见问题汇总
    网易数据中台建设实践
    【杭研大咖说】温正湖:6年,从不会写SQL到数据库专家
    从自动化到智能化,网易杭研的AIOps探索与实践
    特征选择之经典三刀
    【杭研大咖说】王新勇:死磕云原生的“懒人”
  • 原文地址:https://www.cnblogs.com/standy225/p/2627861.html
Copyright © 2011-2022 走看看