ICode9

精准搜索请尝试: 精确搜索
  • Checklist的补充规则2019-05-28 15:53:34

      常见问题:        1、什么时候该补充Checklist?        2、Checklist应该写哪些用例?       3、自己写的模块是否自己执行?       4、什么时候执行Checklist?       5、执行完Checklist大概需要花费多久的时间?       6、每次更新Checklist后的命名规则?   如上问

  • 用Vue的方式实现复选框2019-05-13 11:53:30

    var borrVm = new Vue({ el: "#WingApp", data: {        returnBookList:[], checked:"", checkList:[], }, 在vue中定义两个属性 methods: { checkAll: function () { if (this.checked) {

  • 缺陷检查表checklist2019-03-13 09:44:36

    1. 页面菜单显示错误---标题、错别字等2. sql语句报错---web、provider日志3. 空指针---返回值未空,并将返回值当做对象操作(取对象属性、调用对象方法)4. 一串业务状态码-20040011005. 数据问题---历史数据、业务进来的异常数据6. toast提示错误7. 业务逻辑错误---不符合原型要求8.

  • react实现全选、取消全选和个别选择2019-03-04 18:40:58

    react里面实现全选和取消全选,个别选择等操作,效果如下 代码: import React, {Component} from 'react'export default class Demo extends React.Component{ constructor(props,context){ super(props,context); this.state = { checklist:[

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有