码迷,mamicode.com
首页 >  
搜索关键字:kong    ( 328个结果
理解Object.defineProperty()
理解Object.defineProperty() Object.defineProperty() 方法直接在一个对象上定义一个新属性,或者修改一个已经存在的属性, 并返回这个对象。 基本语法:Object.defineProperty(obj, prop, descriptor)@param ob ...
分类:其他好文   时间:2017-09-02 01:06:21    阅读次数:190
kong个人分享(api网关)
# kong简介## 背景 我们在提供api或微服务时,通常借助openresty nginx进行流量转发或者添加一些规则或功能,但是随着服务数量和引用增多,复杂的网络环境, 使维护变得困难,不容易扩展,一些功能也会在多个服务中重复,我们期望有一个工具来集中管理。 ![](images/kong_a ...
分类:Windows程序   时间:2017-09-01 22:13:44    阅读次数:1462
kong CentOS7网关安装
1、先安装postgres数据库,yum安装。yum install postgresql96yum install postgresql96-server配置环境变量export PGDATA=/var/lib/pgsql/9.6/dataexport PATH=/usr/pgsql-9.6/bi ...
分类:其他好文   时间:2017-08-09 22:17:06    阅读次数:2318
if no 和 if not
x = None if x is not None: print("kong") if not x is not None: print("kong") # if not XXX就是 = if XXX ==0# if XXX 就是= if XXX !=0暂且只能这么理解 if x is not No ...
分类:其他好文   时间:2017-08-05 20:28:43    阅读次数:138
让HTML5游戏来的更猛烈些吧!--青岛思途
作为著名的网页游戏门户,Kongregate在业界也算是鼎鼎大名了。小编与它的初识应是在几年前,只记得当时其平台上的游戏基本都是需要Flash的支持,可前几天,Adobe宣布计划停止Flash的更新和支持的消息,则让小编真真的为Kongregate捏了一把汗,没有Flash它还能活吗? 一份十年数据 ...
分类:Web程序   时间:2017-08-02 17:00:35    阅读次数:208
net
ubuntu给手机建wifi http://ubuntuhandbook.org/index.php/2014/06/share-internet-with-android-ubuntu-1404/ ...
分类:Web程序   时间:2017-07-29 20:20:46    阅读次数:185
kong 搭建安装
一、下载安装kong和postgresqlwgethttps://dl.bintray.com/mashape/kong-rpm-el6-0.10.x/0.10.3/kong-0.10.3.el6.noarch.rpmrpm-ivhkong-0.10.3.el6.noarch.rpmyuminstallhttps://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-6-x86_64/pgdg-centos96-9.6-3.noarch...
分类:其他好文   时间:2017-07-25 19:57:45    阅读次数:398
777
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using Kong.SyntaxHighlighter.Winform... ...
分类:其他好文   时间:2017-07-20 12:54:40    阅读次数:144
777
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using Kong.SyntaxHighlighter.Winform... ...
分类:其他好文   时间:2017-07-20 12:53:27    阅读次数:152
328条   上一页 1 ... 18 19 20 21 22 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!