温柔裙子

文章
3
资源
1
加入时间
2年10月17天

为scheme添加for循环语句

有三个辅助关键字in, from和to能够 break和continue语法有三种(for n in '(1 2 3 4 5 6 7 8 9 10) (if (> n 8) (break #f)) (if (even? n) (continue #f)) (display n) (display " "))=> 1 3 5 7 #f(for n from 1 to 100 (...

详解给Ocelot做一个Docker镜像

写在前面 在微服务架构中,ApiGateway起到了承前启后,不仅可以根据客户端进行分类,也可以根据功能业务进行分类