zoukankan      html  css  js  c++  java
  • 《umi+ts+antd Pro 珠峰课程【2】》

     

    开始写后端工程:

    cnpm i express body-parser jwt-simple cors express-session connect-mongo mongoose -S

     

     数据库先起起来:

     

    后台是 4000端口

    允许跨域(前台 8000端口)

     前端没有的字段要加上

     

    export 

    导给 api.js

     把后台服务启动起来:

     报错:

     

     这里写错了

     

     

     

     

     

     前端现在是走的假接口,切回来

     

     写一下获取验证码这个逻辑:

     

      

     

     先做校验

     login/getCaptcha 是真正获取验证码

     

     

     

     

     

     

    根据邮箱 md5 生成一个头像 。。。  真有才 

     

     

     

     

     

    发现路由是对的,是因为没有重启:

     

    解决方法:

     

     

     

     

     

      

     

     

     

     

     

     

     也可以在 utils/request.ts 里面写路由逻辑 

     

      

     

     

     

    缓存的原因,重新登录 刷新就有了

     

     云之讯

      

     

     

     

      

     

     

      

     对,异步代码都要放在 effects里

     

    泛型接口非常有用 

     

     

  • 相关阅读:
    flume sink两种类型 file_rool 自定义sing com.mycomm.MySink even if there is only one event, the event has to be sent in an array
    为什么引入进程20年后,又引入线程?
    As of Flume 1.4.0, Avro is the default RPC protocol.
    Google Protocol Buffer 的使用和原理
    Log4j 2
    统一日志 统一订单
    网站行为跟踪 Website Activity Tracking Log Aggregation 日志聚合 In comparison to log-centric systems like Scribe or Flume
    Percolator
    友盟吴磊:移动大数据平台的架构、实践与数据增值
    Twitter的RPC框架Finagle简介
  • 原文地址:https://www.cnblogs.com/cx2016/p/13166724.html
Copyright © 2011-2022 走看看