码迷,mamicode.com
首页 >  
搜索关键字:simple example    ( 24106个结果
[AWS DA] API Gateway: Mapping Templates
What does it means? For example, if we have setup a API Gateway, REST API, GET method point to a Lambda function with no proxy intergration which retu ...
分类:移动开发   时间:2021-06-02 19:55:41    阅读次数:0
Python函数装饰器高级用法
在了解了Python函数装饰器基础知识和闭包之后,开始正式学习函数装饰器。 典型的函数装饰器 以下示例定义了一个装饰器,输出函数的运行时间: 函数装饰器和闭包紧密结合,入参func代表被装饰函数,通过自由变量绑定后,调用函数并返回结果。 使用clock装饰器: import time from cl ...
分类:编程语言   时间:2021-06-02 19:37:36    阅读次数:0
4的幂 算法
package whale.leetcode.simple; /** * @Author: WhaleFall541 * @Date: 2021/5/31 23:22 */ public class PowerOfFour { public static void main(String[] arg ...
分类:编程语言   时间:2021-06-02 19:35:24    阅读次数:0
QT开源库
https://github.com/victronenergy/QsLog https://github.com/mkroening/qslog QsLog - the simple Qt logger QsLog is an easy to use logger that is based on ...
分类:其他好文   时间:2021-06-02 19:08:35    阅读次数:0
camke(1)配置Opencv
首先装好opencv。 然后创建工程 CMakeLists.txt # cmake needs this line cmake_minimum_required(VERSION 3.1) # Define project name project(opencv_example_project) # ...
分类:其他好文   时间:2021-06-02 18:54:02    阅读次数:0
Api网关Kong集成Consul做服务发现及在Asp.Net Core中的使用
? 写在前面 Api网关我们之前是用 .netcore写的 Ocelot的,使用后并没有完全达到我们的预期,花了些时间了解后觉得kong可能是个更合适的选择。 简单说下kong对比ocelot打动我的: 1、kong可以直接代替Nginx/OpenRestry做前端服务器。 2、kong的功能强大, ...
分类:Windows程序   时间:2021-06-02 18:22:32    阅读次数:0
微服务部署
服务器规划: 修改3个微服务的配置文件: [root@localhost resources]# vi /opt/simple-microservice/order-service/order-service-biz/src/main/resources/application-fat.yml [r ...
分类:其他好文   时间:2021-06-02 18:16:48    阅读次数:0
leetcode 两个单链表两数相加
题目 package whale.leetcode.simple; /** * @Author: WhaleFall541 * @Date: 2021/5/29 20:30 */ public class AddTwoSumLinkedList { public static class ListN ...
分类:其他好文   时间:2021-06-02 16:21:23    阅读次数:0
'OPTS UTF8 ON': command not understood
背景 go 操作 ftp , 使用 github.com/jlaffaye/ftp这个库 问题复现 登录时报错,错误如题 解决方案 添加参数,禁用 utf8 ftp.Dial("ftp.example.com:21", ftp.DialWithTimeout(5*time.Second), ftp. ...
分类:其他好文   时间:2021-06-02 14:45:08    阅读次数:0
pipenv快速入门
pip绝大部分的第三方库都可以用pip来安装,用起来很方便。但是如果我们要把项目部署到服务器上面的话,就稍微有些麻烦了,因为还需要在服务器上用pip安装这些包,假如项目中用到很多包的话,一个个安装会很麻烦,而且没有通用性。 Java上的maven、gradle,NodeJS的npm这些工具就不存在这 ...
分类:其他好文   时间:2021-06-02 14:41:52    阅读次数:0
24106条   上一页 1 ... 4 5 6 7 8 ... 2411 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!