摘要:
1.开发WindowsFeature(程序)里的Linux扩展接口(其实从Windows2008发布前试用时,就发现悄悄藏着一个Unix接口选项)。 2.在windows应用商店可以下载到Ubuntu For Win10。 3.sudo apt update | sudo apt upgrade,升 阅读全文
摘要:
http://nginx.org/en/docs/windows.html nginx/Windows uses the directory where it has been run as the prefix for relative paths in the configuration. In 阅读全文
摘要:
xhrFields:{ withCredentials:true}, https://stackoverflow.com/questions/2054316/sending-credentials-with-cross-domain-posts https://brockallen.com/2012 阅读全文
摘要:
https://baike.baidu.com/item/apt-get/2360755 https://www.debian.org/doc/manuals/debian-handbook/sect.apt-get.zh-cn.html 阅读全文
摘要:
Zipkin the idea is from the googlge paper:Dapper https://yq.aliyun.com/articles/60165 https://www.e4developer.com/2018/02/09/tracing-messages-in-chore 阅读全文
摘要:
https://www.consul.io/intro/vs/zookeeper.html 阿里不用zookeeper而是用consul,京东也在用consul。 阅读全文
摘要:
在Maven Project 执行 New Maven Modual时,提示错误:The parent project must have a packaging type of POM http://www.cnblogs.com/cbread/p/5771341.html 解决办法: 是将pom 阅读全文
摘要:
https://shiro.apache.org/session-management.html#session-management https://shiro.apache.org/session-management.html#SessionManagement-%7B%7BEnterpris 阅读全文
摘要:
http://www.pureexample.com/jquery/cross-domain-ajax.html http://www.pureexample.com/ExampleTesterII-14.html https://www.sitepoint.com/jsonp-examples/ 阅读全文
摘要:
http://www.sw-engineering-candies.com/blog-1/comparison-of-findbugs-pmd-and-checkstyle https://stackoverflow.com/questions/4297014/what-are-the-differ 阅读全文
摘要:
https://docs.oracle.com/cd/E19509-01/820-5892/ref_xatrans/index.html Weblogic支持基于JPA规范的强一致性的XA事务,应对传统应用,还可以支撑得住。 互联网企业采用柔性事务: https://www.atomikos.com 阅读全文
摘要:
https://help.aliyun.com/document_detail/72618.html?spm=5176.7946893.821398.spring-cloud.603123beXemWom 阅读全文
摘要:
http://mesos.apache.org/ https://mesosphere.com/why-mesos/ http://www.cnblogs.com/ee900222/p/docker_2.html mesos就是操作系统地资源池,适用于数据中心的操纵系统。 阅读全文
摘要:
http://spark.apache.org/ 阅读全文
摘要:
http://www.cnblogs.com/LeftNotEasy/archive/2012/02/18/why-yarn.html https://www.ibm.com/developerworks/cn/data/library/bd-yarn-intro/index.html 阅读全文
摘要:
https://jingyan.baidu.com/article/90895e0f97187b64ed6b0b7f.html 在console下输入navigator.appCodeName,回车即可。 此方法,可查看nodeJS打的二进制包安装后的chrome内核的版本。 阅读全文
摘要:
https://technologyconversations.com/2015/11/04/docker-clustering-tools-compared-kubernetes-vs-docker-swarm/ kubenetes依赖于etcd,不依赖于docker api,更自由。 docke 阅读全文
摘要:
http://phantomjs.org/ PhantomJS is an optimal solution for: Page automation Access webpages and extract information using the standard DOM API, or wit 阅读全文
摘要:
https://www.ibm.com/developerworks/cn/opensource/os-cn-cas/index.html ISC是基于CAS定制的,使用的高级的代理模式。 https://www.apereo.org/projects/cas https://apereo.gith 阅读全文
摘要:
https://github.com/undertow-io/undertow/blob/master/core/src/main/java/io/undertow/server/session/InMemorySessionManager.java private String sessionId 阅读全文