随笔分类 -  Restful API

摘要:https://help.mulesoft.com/s/article/How-to-export-Postman-request-as-a-cURL-command-to-help-MuleSoft-Support How to export Postman request as a cURL c 阅读全文
posted @ 2023-12-02 17:12 功夫 熊猫 阅读(23) 评论(0) 推荐(0) 编辑
摘要:https://www.postman.com/postman/workspace/postman-answers/documentation/13455110-00378d5c-5b08-4813-98da-bc47a2e6021d Upload a file via POST request A 阅读全文
posted @ 2023-05-13 03:50 功夫 熊猫 阅读(75) 评论(0) 推荐(0) 编辑
摘要:https://www.restapitutorial.com/lessons/httpmethods.html Using HTTP Methods for RESTful Services Quick-Tips Resource Naming The HTTP verbs comprise a 阅读全文
posted @ 2021-02-07 04:47 功夫 熊猫 阅读(61) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/bjbs_270/article/details/14005271 1. CURL 发送磁盘上面的JSON文件 [html] view plain copy 如 curl -X POST -H 'content-type: application/json' 阅读全文
posted @ 2016-08-04 03:27 功夫 熊猫 阅读(4747) 评论(0) 推荐(0) 编辑
摘要:17down votefavorite 4 In my Dockerfile I've got : ADD ../../myapp.war /opt/tomcat7/webapps/ That file exists as ls ../../myapp.war returns me the corr 阅读全文
posted @ 2016-07-06 05:58 功夫 熊猫 阅读(1179) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/jesseyoung/article/details/40398321 go语言连接mysql简介 go官方仅提供了database package,database package下有两个包sql,sql/driver。这两个包用来定义操作数据库的接口,这 阅读全文
posted @ 2016-06-10 03:05 功夫 熊猫 阅读(2530) 评论(0) 推荐(0) 编辑
摘要:http://www.tutorialsavvy.com/2013/04/google-go-programming-in-eclipse.html/ Google Go Programming In Eclipse The new “Go” programming language is from 阅读全文
posted @ 2016-06-09 09:30 功夫 熊猫 阅读(420) 评论(0) 推荐(0) 编辑
摘要:http://feilong.me/2011/03/monitor-processes-with-supervisord Supervisord是用Python实现的一款非常实用的进程管理工具,类似于monit(关于monit见我的博客:用monit监控系统关键进程),monit和superviso 阅读全文
posted @ 2016-06-09 08:08 功夫 熊猫 阅读(445) 评论(0) 推荐(0) 编辑
摘要:http://tengine.taobao.org/book/chapter_02.html 初探nginx架构(100%)¶ 众所周知,nginx性能高,而nginx的高性能与其架构是分不开的。那么nginx究竟是怎么样的呢?这一节我们先来初识一下nginx框架吧。 nginx在启动后,在unix 阅读全文
posted @ 2016-06-09 07:04 功夫 熊猫 阅读(991) 评论(0) 推荐(0) 编辑
摘要:windows下用eclipse+goclipse插件+gdb搭建go语言开发调试环境 http://rongmayisheng.com/post/windows%E4%B8%8B%E7%94%A8eclipsegoclipse%E6%8F%92%E4%BB%B6gdb%E6%90%AD%E5%BB 阅读全文
posted @ 2016-06-08 15:50 功夫 熊猫 阅读(10586) 评论(1) 推荐(0) 编辑
摘要:python flask detect browser language No problem. We won't show you that ad again. Why didn't you like it? Uninteresting Misleading Offensive Repetitiv 阅读全文
posted @ 2016-06-08 13:28 功夫 熊猫 阅读(669) 评论(0) 推荐(0) 编辑
摘要:https://github.com/corydolphin/flask-cors/blob/master/examples/app_based_example.py 阅读全文
posted @ 2016-06-07 06:15 功夫 熊猫 阅读(2771) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/xiaogangqq123/archive/2011/03/02/1969006.html 在此记录下Nginx服务器nginx.conf的配置文件说明, 部分注释收集与网络. #运行用户user www-data; #启动进程,通常设置成和cpu的数量 阅读全文
posted @ 2016-06-07 05:48 功夫 熊猫 阅读(256) 评论(0) 推荐(0) 编辑
摘要:Here is my directory structure: -/path/to/folder/run.py -|app -|__init__.py -|views.py -|templates -|static Contents of /path/to/folder/run.py if __na 阅读全文
posted @ 2016-06-07 05:29 功夫 熊猫 阅读(3827) 评论(0) 推荐(0) 编辑
摘要:http://lingxiankong.github.io/blog/2014/08/19/curl-httpie/ 前两天在网上看到一个号称比cURL更牛逼的命令行工具HTTPie,提供命令行交互方式来访问HTTP服务。其实我本人平常用cURL就比较少(因为喜欢GUI界面),但还是经受不住好奇心的 阅读全文
posted @ 2016-06-01 09:24 功夫 熊猫 阅读(1347) 评论(0) 推荐(0) 编辑
摘要:26down votefavorite 7 My problem: Running windows 7 and using the executable command line tool to curl my localhost server api for POST data was retur 阅读全文
posted @ 2016-06-01 09:12 功夫 熊猫 阅读(995) 评论(0) 推荐(0) 编辑
摘要:http://blog.mashape.com/postman-httpie-test-apis/ We love working with APIs at Mashape, and we love sharing with our community new tools that make you 阅读全文
posted @ 2016-05-27 02:26 功夫 熊猫 阅读(674) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/jacman/article/details/49098819 目录(?)[+] Python语言近些年越来越火,其特点是开发迅速,语法简单,可移植等。本人就Python3基础语法写了Demo:https://github.com/tangthis/pyth 阅读全文
posted @ 2016-05-25 08:03 功夫 熊猫 阅读(3651) 评论(0) 推荐(0) 编辑
摘要:http://www.oschina.net/translate/put-or-post http://my.oschina.net/u/1263964/blog/268932 这两个方法咋一看都可以更新资源,但是有本质区别的 具体定义可以百度,我这里就不贴了,光说我自己的理解 首先解释幂等,幂等是 阅读全文
posted @ 2016-05-25 06:30 功夫 熊猫 阅读(28153) 评论(0) 推荐(1) 编辑
摘要:RESTful的理解 http://www.cnblogs.com/rollenholt/p/3693229.html REST(Representational State Transfer ),有中文翻译为"具象状态传输"(也有:"代表性状态传输")。是由 Roy Thomas Fielding 阅读全文
posted @ 2016-05-25 06:25 功夫 熊猫 阅读(694) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示