04 2019 档案

nginx break-circus orange api-gateway
摘要:Nginx mainly works at layer 7 (application), what you need is something at layer 4 (transport) for this HAProxy could better help to achieve what you 阅读全文

posted @ 2019-04-28 15:14 szllq2000 阅读(256) 评论(0) 推荐(0)

csv impor export with mysql
摘要:server-side:SELECT id,tutorialId,tutorialName,ucreatelink,structureVersion FROM base_courseINTO OUTFILE '/tmp/orders.csv'FIELDS TERMINATED BY ','ENCLO 阅读全文

posted @ 2019-04-28 09:43 szllq2000 阅读(194) 评论(0) 推荐(0)

treesoft,couchDB,
摘要:下载 docker 镜像:docker pull docker.io/lu566/treesoft:1.0启动容器:docker run -d -p 127.0.0.1:18080:8080 docker.io/lu566/treesoft:1.0项目访问:http://127.0.0.1:1808 阅读全文

posted @ 2019-04-28 09:41 szllq2000 阅读(328) 评论(0) 推荐(0)

oracleDB python chines_miscode
摘要:oracle account lock: solutionhttp://www.cnblogs.com/jianqiang2010/archive/2011/09/01/2162574.html like: show tables;返回所有表select table_name from all_ta 阅读全文

posted @ 2019-04-28 09:40 szllq2000 阅读(125) 评论(0) 推荐(0)

ldap/sldap
摘要:给新建的账户赋权限也是通过修改配置文件/etc/openldap/slapd.conf来实现,具体的增加的内容如下: 如上面示例中就定义了两个用户,一个是只读用户cn=bbs,dc=361way,dc=com和一个可写用户cn=bbsadmin,dc=361way,dc=com 以及这两个用户对所列 阅读全文

posted @ 2019-04-25 09:02 szllq2000 阅读(403) 评论(0) 推荐(0)

hue,kylin,ambari
摘要:apache-kylin https://ambari.apache.org/ https://www.jianshu.com/p/c49c61b654da docker pull sequenceiq/kylin:0.7.2wget https://raw.githubusercontent.co 阅读全文

posted @ 2019-04-16 11:20 szllq2000 阅读(442) 评论(0) 推荐(0)

flink with rabbitmq,sink source mysql redis es
摘要:flink-dockerhttps://github.com/melentye/flink-docker https://hub.docker.com/_/flink/?tab=description https://shekharsingh.com/blog/2016/11/12/apache-f 阅读全文

posted @ 2019-04-16 10:27 szllq2000 阅读(569) 评论(0) 推荐(0)

keras,tensorflow,numpy,jupyter
摘要:docker-tensorflow:https://segmentfault.com/a/1190000015053704 docker pull tensorflow/tensorflowdocker run -it tensorflow/tensorflow bash pip install s 阅读全文

posted @ 2019-04-16 10:25 szllq2000 阅读(207) 评论(0) 推荐(0)

socks-proxy---with ssh
摘要:socks-proxy with sshhttps://blog.csdn.net/scien2011/article/details/54562501 阅读全文

posted @ 2019-04-16 10:21 szllq2000 阅读(117) 评论(0) 推荐(0)

jpython basic
摘要:https://blog.csdn.net/zhongweijian/article/details/4742549https://www.jython.org/downloads.htmlhttps://github.com/PortSwigger 阅读全文

posted @ 2019-04-16 10:16 szllq2000 阅读(77) 评论(0) 推荐(0)

CORS jsonp
摘要:现在碰到了请求跨域的问题,结合前面讲的一些概念,我们大致可以猜到解决跨域请求的两种方式: 在服务端启用CORS。让无服务端拥有处理JSONP的能力。这两种跨域解决方案的区别是什么呢? JSONP只支持GET请求;CORS则支持GET、POST、PUT、DELETE等标准的HTTP方法使用JSONP时 阅读全文

posted @ 2019-04-16 10:09 szllq2000 阅读(128) 评论(0) 推荐(0)

实时分析(在线查询),firehose---clickhouse
摘要:firehose clickhouse 在Hive中适不适合像传统数据仓库一样利用维度建模hive新功能 Cube, Rollup介绍https://blog.csdn.net/moon_yang_bj/article/details/17200367 大数据领域里面,实时分析(在线查询)系统是最常 阅读全文

posted @ 2019-04-16 10:09 szllq2000 阅读(557) 评论(0) 推荐(0)

orange---openresty.---authorization,-129.0.1.227,jwt
摘要:需要有一个类似于API网关的中间件来做API的管理工作,也就是API的实现方面更多的考虑业务逻辑,安全、性能、监控可以交由网关来做(如下图所示,下图根据Kong官方文档修改) 通过MySQL存储来简单支持集群部署 支持多种条件匹配和变量提取 支持通过自定义插件方式扩展功能 默认内置六个插件 全局状态 阅读全文

posted @ 2019-04-16 10:06 szllq2000 阅读(361) 评论(0) 推荐(0)

vue
摘要:https://www.w3cplus.com/vue/vue-two-way-binding-object-defineproperty.html var a = {}; Object.defineProperty(a, 'b', { set: function(newValue) { conso 阅读全文

posted @ 2019-04-15 11:42 szllq2000 阅读(96) 评论(0) 推荐(0)

hive sqoop,sqoop-hive import data
摘要:https://segmentfault.com/a/1190000002532293 https://www.zybuluo.com/aitanjupt/note/209968 create table dep(id int,name string) row format delimited fi 阅读全文

posted @ 2019-04-15 11:41 szllq2000 阅读(563) 评论(0) 推荐(0)

https://stackoverflow.com/questions/10423781/sql-data-range-min-max-category
摘要:select phone,count(order_id) as c from table_recordgroup by phoneorder by c desc SELECT CASEWHEN (age >= 10 AND age <= 20) THEN '10-20'WHEN (age >= 21 阅读全文

posted @ 2019-04-09 14:47 szllq2000 阅读(206) 评论(0) 推荐(0)