05 2016 档案

摘要:https://daveceddia.com/access-control-allow-origin-cors-errors-in-angular/ Getting this error in your Angular app? No ‘Access-Control-Allow-Origin’ he 阅读全文
posted @ 2016-05-28 07:15 功夫 熊猫 阅读(583) 评论(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) 编辑
摘要:I am using `&`: why isn't the process running in the background? No problem. We won't show you that ad again. Why didn't you like it? Uninteresting Mi 阅读全文
posted @ 2016-05-27 01:12 功夫 熊猫 阅读(687) 评论(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 功夫 熊猫 阅读(28152) 评论(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) 编辑
摘要:YEdit YEdit is a YAML editor for Eclipse. See the wiki for more details Installation Use the Eclipse Marketplace client. or Use the Eclipse update sit 阅读全文
posted @ 2016-05-24 07:37 功夫 熊猫 阅读(476) 评论(0) 推荐(0) 编辑
摘要:1down votefavorite http://stackoverflow.com/questions/36416679/error-generating-swagger-server-python-flask-from-swagger-editor I've used the Swagger 阅读全文
posted @ 2016-05-24 06:24 功夫 熊猫 阅读(1473) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/fnng/p/4115607.html http://www.crifan.com/python_install_module_mysql_mysqldb/comment-page-1/ 今天想在在win7 64位环境下使用python 操作mysql 阅读全文
posted @ 2016-05-24 03:30 功夫 熊猫 阅读(999) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/mizhon/p/4242073.html [Eclipse] - 解决导入flask模块出现的Unresolved Import flask问题 最近想学习一下flask,在安装了flask之后在Eclipse里import flask模块的时候发现会 阅读全文
posted @ 2016-05-24 02:22 功夫 熊猫 阅读(2457) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/chen_jint/article/details/50550636 因为笔者开发环境是win7pro,那么就以win7pro为例。 python安装 python解释器下载 (根据需求,下载python3.x,python2.x) easy_instal安 阅读全文
posted @ 2016-05-24 01:49 功夫 熊猫 阅读(246) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/whitewolf/p/4686154.html 按照现在的趋势,前后端分离几乎已经是业界对开发和部署方式所达成的一种共识。所谓的前后端分离,并不是传统行业中的按部门划分,一部分人只做前端(HTML/CSS/JavaScript等等),另一部分人只做后端 阅读全文
posted @ 2016-05-19 06:13 功夫 熊猫 阅读(356) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/chwkai/archive/2009/03/01/249924.html 1 概念YAML是一种人们可以轻松阅读的数据序列化格式,并且它非常适合对动态编程语言中使用的数据类型进行编码。YAML是YAML Ain't Markup Language简写, 阅读全文
posted @ 2016-05-19 02:41 功夫 熊猫 阅读(709) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/sirodeng/article/details/17095591 python 的import机制,以备忘: python中,每个py文件被称之为模块,每个具有__init__.py文件的目录被称为包。只要模块或者包所在的目录在sys.path中,就可以使 阅读全文
posted @ 2016-05-19 02:41 功夫 熊猫 阅读(638) 评论(0) 推荐(0) 编辑
摘要:http://www.geek-workshop.com/thread-1860-1-1.html 划分各种协议:开源许可证GPL、BSD、MIT、Mozilla、Apache和LGPL的区别<ignore_js_op> 以下是上述协议的简单介绍:BSD开源协议BSD开源协议是一个给于使用者很大自由 阅读全文
posted @ 2016-05-18 13:13 功夫 熊猫 阅读(369) 评论(0) 推荐(0) 编辑
摘要:1、连接Mysql 格式: mysql -h主机地址 -u用户名 -p用户密码1、连接到本机上的MYSQL。 首先打开DOS窗口,然后进入目录mysql\bin,再键入命令mysql -u root -p,回车后提示你输密码.注意用户名前可以有空格也可以没有空格,但是密码前必须没有空格,否则让你重新 阅读全文
posted @ 2016-05-18 06:35 功夫 熊猫 阅读(426) 评论(0) 推荐(1) 编辑
摘要:http://timmurphy.org/tag/mysql/ http://timmurphy.org/2009/11/17/use-schema_name-in-postgresql/ For those moving from MySQL to PostgreSQL, there are a 阅读全文
posted @ 2016-05-18 06:22 功夫 熊猫 阅读(1456) 评论(0) 推荐(0) 编辑
摘要:mysql防止重复插入记录方法总结 防止mysql重复插入记录的方法有很多种,常用的是ignore,Replace,ON DUPLICATE KEY UPDATE,当然我们也可以在php中加以判断了。 方案一:使用ignore关键字 如果是用主键primary或者唯一索引unique区分了记录的唯一 阅读全文
posted @ 2016-05-18 05:15 功夫 熊猫 阅读(2051) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/cbl709/article/details/43955687www.chenbiaolong.com 概要 Docker是近年来新兴的虚拟化工具,它可以和虚拟机一样实现资源和系统环境的隔离。本文将主要根据IBM发表的研究报告,论述docker与传统虚拟化方 阅读全文
posted @ 2016-05-04 15:08 功夫 熊猫 阅读(1839) 评论(0) 推荐(0) 编辑

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