• Flutter

    Flutter 中万物皆为Widget。

    Flutter Widget采用现代响应式框架构建,这是从 React 中获得的灵感,中心思想是用widget构建你的UI。 Widget描述了他们的视图在给定其当前配置和状态时应该看起来像什么。当widget的状态发生变化时,widget会重新构建UI …

    Category: IOS

  • TypeScript

    interface VS type

    interface Name {
      name: string
    }
    
    type Name = {
      name: string
    }
    
    • 拓展(extends)

    `ts // interface extends interface interface User extends Name { age: number }

    // interface extends type interface User extends …


  • Angular应用

    组件 Components

    带有 @Component() 装饰器的 TypeScript 类

    @Component() 装饰器: * CSS 选择器 (‘app-‘+组件名称) * HTML 模板 * 一组 …


  • 理解Angular

    AngularJS

    Angular 1是Google发布的第一个MVVM框架,以JavaScript文件形式发布的。 (Angular Seed)

    特点:

    • 实现响应式网页、双向数据绑定的Web应用,模板功能强大 …

  • 递归

    斐波那契数列

    function fibonacci(n) {
      if (n <= 2) {
        return 1;
      } else {
        return fibonacci(n-1) + fibonacci(n-2)
      }
    }
    

    字符串全排列

    重新 …


  • Cascader Select

    层级搜索

    在 ant-design3.0 的 select component 基础上,用 dropdownRender 自定义搜索选项

    const ellipsePath: taxonomyType[] = useMemo(() => {
      let ePath = clone(path …

  • Technical Debt

    What is Technical Debt

    Technical Debt refers to the need to revisit previously written code. Often associated with the practice of relying on temporary easier-to-implement solutions to achieve short-term results …


  • CI/CD Pipeline Setup

    Frontend Structure

    • _scm_jenkins
      • install.groovy
      • jenkins.yaml
      • s3Upload.groovy
      • unitTest.groovy
      • version-calculation.groovy
    • public
    • src
    • node_modules
    • automation_pipelies.yaml
    • environment-mapping.yaml
    • Jenkinsfile
    • jest.config.js
    • manifest-sources.yaml
    • manifest.yaml
    • sonar-project.propertieis …

« Page 7 / 15 »

Article
Tagcloud
DVA Java Express Architecture Azure CI/CD database ML AWS ETL nest sql AntV Next Deep Learning Flutter TypeScript Angular DevTools Microsoft egg Tableau SAP Token Regexp Unit test Nginx nodeJS sails wechat Jmeter HTML2Canvas Swift Jenkins JS event GTM Algorithm Echarts React-Admin Rest React hook Flux Redux ES6 Route Component Ref AJAX Form JSX Virtual Dom Javascript CSS design pattern