上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 53 下一页
摘要: http://mesos.apache.org/ https://mesosphere.com/why-mesos/ http://www.cnblogs.com/ee900222/p/docker_2.html mesos就是操作系统地资源池,适用于数据中心的操纵系统。 阅读全文
posted @ 2018-06-21 17:52 任国强 阅读(332) 评论(0) 推荐(0) 编辑
摘要: http://spark.apache.org/ 阅读全文
posted @ 2018-06-21 17:52 任国强 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2018-06-21 17:52 任国强 阅读(151) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/90895e0f97187b64ed6b0b7f.html 在console下输入navigator.appCodeName,回车即可。 此方法,可查看nodeJS打的二进制包安装后的chrome内核的版本。 阅读全文
posted @ 2018-06-21 17:51 任国强 阅读(639) 评论(0) 推荐(0) 编辑
摘要: https://technologyconversations.com/2015/11/04/docker-clustering-tools-compared-kubernetes-vs-docker-swarm/ kubenetes依赖于etcd,不依赖于docker api,更自由。 docke 阅读全文
posted @ 2018-06-21 17:51 任国强 阅读(138) 评论(0) 推荐(0) 编辑
摘要: http://phantomjs.org/ PhantomJS is an optimal solution for: Page automation Access webpages and extract information using the standard DOM API, or wit 阅读全文
posted @ 2018-06-21 17:51 任国强 阅读(232) 评论(0) 推荐(0) 编辑
摘要: https://www.ibm.com/developerworks/cn/opensource/os-cn-cas/index.html ISC是基于CAS定制的,使用的高级的代理模式。 https://www.apereo.org/projects/cas https://apereo.gith 阅读全文
posted @ 2018-06-21 17:49 任国强 阅读(1007) 评论(0) 推荐(0) 编辑
摘要: https://github.com/undertow-io/undertow/blob/master/core/src/main/java/io/undertow/server/session/InMemorySessionManager.java private String sessionId 阅读全文
posted @ 2018-06-21 17:49 任国强 阅读(1302) 评论(0) 推荐(0) 编辑
摘要: https://developer.mozilla.org/zh-CN/docs/Web/API/Window/setTimeout 阅读全文
posted @ 2018-06-21 17:49 任国强 阅读(152) 评论(0) 推荐(0) 编辑
摘要: WIN 10 Home版无法开启Hyper-V特性。 Docker for windows有Hyper-V和VirtualBox两个版本: https://forums.docker.com/t/installing-docker-on-windows-10-home/11722/6 https:/ 阅读全文
posted @ 2018-06-14 14:19 任国强 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 这个方法,未重启貌似无效。 https://blog.csdn.net/x_i_y_u_e/article/details/44704289 参考错误: https://github.com/Microsoft/WSL/issues/2291 https://forums.docker.com/t/ 阅读全文
posted @ 2018-06-14 10:10 任国强 阅读(3430) 评论(0) 推荐(0) 编辑
摘要: ll 命令是 ls -l的缩写 ls -a是列举所有(all)文件,包含隐藏文件,以.开头的文件。 ls -l是以列表(list)方式列举文件。 http://bbs.chinaunix.net/thread-2031412-1-1.html https://zhidao.baidu.com/que 阅读全文
posted @ 2018-06-06 14:23 任国强 阅读(2038) 评论(0) 推荐(0) 编辑
摘要: 1.https://tiebaobei.com/ 403 Forbidden You don't have permission to access the URL on this server. Sorry for the inconvenience.Please report this mess 阅读全文
posted @ 2018-06-05 09:06 任国强 阅读(290) 评论(0) 推荐(0) 编辑
摘要: https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-profiles.html https://www.jianshu.com/p/948c303b2253 https://www.mkyong.c 阅读全文
posted @ 2018-06-04 11:29 任国强 阅读(232) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/luotaoyeah/p/3819001.html http://www.cnblogs.com/huangbin/p/3219740.html 阅读全文
posted @ 2018-06-04 11:23 任国强 阅读(124) 评论(0) 推荐(0) 编辑
摘要: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/bind/annotation/RestController.html https://www.genuitec.com/ 阅读全文
posted @ 2018-06-04 11:07 任国强 阅读(275) 评论(0) 推荐(0) 编辑
摘要: https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage http://www.cnblogs.com/yuzhongwusan/archive/2011/12/19/2293347.html 阅读全文
posted @ 2018-06-04 10:38 任国强 阅读(157) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/xiaoxing598/article/details/68958383 备选:https://www.cnblogs.com/yoyotl/p/6291703.html https://blog.csdn.net/ucxiii/article/detai 阅读全文
posted @ 2018-06-04 10:37 任国强 阅读(2150) 评论(0) 推荐(0) 编辑
摘要: Spring Boot 启用应用: error: No mapping found for HTTP request with URI [/…] in DispatcherServlet with name 'dispatcherServlet' solution: @SpringBootAppli 阅读全文
posted @ 2018-06-01 17:54 任国强 阅读(1260) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-05-31 23:06 任国强 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 神奇的NodeJS,啥命令都是带个点开始。 Chrome's V8 JavaScript engine:https://developers.google.com/v8/ NodeJS,基于Google V8:https://nodejs.org/en/ npm, npm is the packag 阅读全文
posted @ 2018-05-31 23:00 任国强 阅读(236) 评论(0) 推荐(0) 编辑
摘要: https://www.binarytides.com/linux-cpu-information/ 阅读全文
posted @ 2018-05-31 22:59 任国强 阅读(282) 评论(0) 推荐(0) 编辑
摘要: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/withCredentials 阅读全文
posted @ 2018-05-31 18:13 任国强 阅读(524) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/5905054/how-can-i-recursively-find-all-files-in-current-and-subfolders-based-on-wildcard 阅读全文
posted @ 2018-05-31 18:12 任国强 阅读(238) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/dadonggg/p/8778318.html http://www.firefoxbug.com/index.php/archives/2795/ http://www.cnblogs.com/li-hao/archive/2011/12/08/228 阅读全文
posted @ 2018-05-31 18:11 任国强 阅读(190) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/scY2sMrmcRxWOn441D-_cQ#%23 阅读全文
posted @ 2018-05-31 18:11 任国强 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 修改application.properties配置文件:服务端口号、本机名称; 启动注册中心:java -jar uap-register-server-1.0.jar --spring.config.location=D:\config\application.properties 修改appl 阅读全文
posted @ 2018-05-31 18:10 任国强 阅读(262) 评论(0) 推荐(0) 编辑
摘要: -XX:+HeapDumpOnOutOfMemoryError Batch Bash cd /mnt/d/workspace-sts-3.9.3.RELEASE/.metadata/.plugins/org.springframework.ide.eclipse.boot/installs/spri 阅读全文
posted @ 2018-05-31 18:10 任国强 阅读(653) 评论(0) 推荐(0) 编辑
摘要: 1.Insert键,决定是Insert模式还是Replace模式。 2.Esc键,退出编辑模式(Insert Or Replace)。 3.:wq (ZZ) 保存并退出Vim。 http://caibaojian.com/vim.html http://www.xker.com/page/e2012 阅读全文
posted @ 2018-05-31 18:10 任国强 阅读(160) 评论(0) 推荐(0) 编辑
摘要: https://searchdatacenter.techtarget.com/tutorial/77-Linux-commands-and-utilities-youll-actually-use 阅读全文
posted @ 2018-05-31 18:09 任国强 阅读(145) 评论(0) 推荐(0) 编辑
摘要: https://www.ibm.com/developerworks/cn/linux/l-cn-vimcolumn/ https://www.zhihu.com/question/19968224 http://www.cnblogs.com/xiaowant/articles/1992923.h 阅读全文
posted @ 2018-05-31 18:09 任国强 阅读(1156) 评论(0) 推荐(0) 编辑
摘要: https://www.tecmint.com/linux-network-configuration-and-troubleshooting-commands/ http://www.tldp.org/LDP/GNU-Linux-Tools-Summary/html/c8319.htm https 阅读全文
posted @ 2018-05-31 18:08 任国强 阅读(196) 评论(0) 推荐(0) 编辑
摘要: https://www.owasp.org/index.php/Category:Java 阅读全文
posted @ 2018-05-31 18:08 任国强 阅读(210) 评论(0) 推荐(0) 编辑
摘要: http://www.importnew.com/15820.html https://plumbr.io/blog/garbage-collection/minor-gc-vs-major-gc-vs-full-gc Minor GC 会清理年轻代的内存。 Major GC 是清理老年代的内存。 阅读全文
posted @ 2018-05-31 18:08 任国强 阅读(238) 评论(0) 推荐(0) 编辑
摘要: https://gradle.org/maven-vs-gradle/ Maven需要搭建本地仓库;Gradle直接集成了仓库。 ??? 从Maven转移到Gradle,对于如何使用类似于Maven的Local Repository不了解: https://cn.bing.com/search?FO 阅读全文
posted @ 2018-05-31 18:06 任国强 阅读(217) 评论(0) 推荐(0) 编辑
摘要: Zuul Client 放在移动App中,Zuul Server可以做集群。 Zuul Client放在jar包吗?ios怎么办? Zuul与Spring Security配合使用,与Shiro做集成? 阅读全文
posted @ 2018-05-31 18:06 任国强 阅读(252) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/baiwa/p/5318432.html http://www.iocoder.cn/Sharding-JDBC/distributed-id/ 阅读全文
posted @ 2018-05-31 18:06 任国强 阅读(217) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/d621e8da0a5b192864913f79.html 阅读全文
posted @ 2018-05-31 18:05 任国强 阅读(155) 评论(0) 推荐(0) 编辑
摘要: https://spring.io/guides/gs/gradle/ Gradle学习系列教程 https://blog.csdn.net/column/details/gradle-translation.html 阅读全文
posted @ 2018-05-23 10:58 任国强 阅读(208) 评论(0) 推荐(0) 编辑
摘要: https://vertx.io/ https://vertx.io/download/ https://baike.baidu.com/item/Vert.x 近年来,移动网络、社交网络和电商的兴起,使各大服务提供商的客户端请求数量激增,传统服务器架构已不堪重负,致使基于事件和异步的解决方案备受追 阅读全文
posted @ 2018-05-23 10:52 任国强 阅读(655) 评论(0) 推荐(0) 编辑
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 53 下一页