上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 56 下一页
摘要: 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 任国强 阅读(245) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/luotaoyeah/p/3819001.html http://www.cnblogs.com/huangbin/p/3219740.html 阅读全文
posted @ 2018-06-04 11:23 任国强 阅读(133) 评论(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 任国强 阅读(285) 评论(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 任国强 阅读(175) 评论(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 任国强 阅读(2179) 评论(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 任国强 阅读(1278) 评论(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 任国强 阅读(244) 评论(0) 推荐(0)
摘要: https://www.binarytides.com/linux-cpu-information/ 阅读全文
posted @ 2018-05-31 22:59 任国强 阅读(292) 评论(0) 推荐(0)
摘要: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/withCredentials 阅读全文
posted @ 2018-05-31 18:13 任国强 阅读(531) 评论(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 任国强 阅读(252) 评论(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 任国强 阅读(197) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/scY2sMrmcRxWOn441D-_cQ#%23 阅读全文
posted @ 2018-05-31 18:11 任国强 阅读(285) 评论(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 任国强 阅读(273) 评论(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 任国强 阅读(662) 评论(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 任国强 阅读(165) 评论(0) 推荐(0)
摘要: https://searchdatacenter.techtarget.com/tutorial/77-Linux-commands-and-utilities-youll-actually-use 阅读全文
posted @ 2018-05-31 18:09 任国强 阅读(160) 评论(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 任国强 阅读(1172) 评论(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 任国强 阅读(210) 评论(0) 推荐(0)
摘要: https://www.owasp.org/index.php/Category:Java 阅读全文
posted @ 2018-05-31 18:08 任国强 阅读(217) 评论(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 任国强 阅读(247) 评论(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 任国强 阅读(223) 评论(0) 推荐(0)
摘要: Zuul Client 放在移动App中,Zuul Server可以做集群。 Zuul Client放在jar包吗?ios怎么办? Zuul与Spring Security配合使用,与Shiro做集成? 阅读全文
posted @ 2018-05-31 18:06 任国强 阅读(261) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/baiwa/p/5318432.html http://www.iocoder.cn/Sharding-JDBC/distributed-id/ 阅读全文
posted @ 2018-05-31 18:06 任国强 阅读(226) 评论(0) 推荐(0)
摘要: https://jingyan.baidu.com/article/d621e8da0a5b192864913f79.html 阅读全文
posted @ 2018-05-31 18:05 任国强 阅读(163) 评论(0) 推荐(0)
摘要: https://spring.io/guides/gs/gradle/ Gradle学习系列教程 https://blog.csdn.net/column/details/gradle-translation.html 阅读全文
posted @ 2018-05-23 10:58 任国强 阅读(214) 评论(0) 推荐(0)
摘要: https://vertx.io/ https://vertx.io/download/ https://baike.baidu.com/item/Vert.x 近年来,移动网络、社交网络和电商的兴起,使各大服务提供商的客户端请求数量激增,传统服务器架构已不堪重负,致使基于事件和异步的解决方案备受追 阅读全文
posted @ 2018-05-23 10:52 任国强 阅读(666) 评论(0) 推荐(0)
摘要: http://www.javacoder.top/home.jsp# http://springboot.fun/ 一个常用的支付子项目 https://gitee.com/52itstyle/spring-boot-pay 阅读全文
posted @ 2018-05-17 17:12 任国强 阅读(1867) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/6766056/dip-vs-di-vs-ioc https://docs.microsoft.com/en-us/aspnet/core/fundamentals/dependency-injection?view=aspne 阅读全文
posted @ 2018-05-15 23:09 任国强 阅读(218) 评论(0) 推荐(0)
摘要: https://tools.stefankueng.com/StExBar.html https://github.com/cmderdev/cmder 阅读全文
posted @ 2018-04-23 13:12 任国强 阅读(229) 评论(0) 推荐(0)
摘要: 定义: https://baike.baidu.com/item/SSO/3451380 原理: https://blog.csdn.net/cutesource/article/details/5838693 http://www.blogjava.net/Jack2007/archive/200 阅读全文
posted @ 2018-04-20 22:52 任国强 阅读(1118) 评论(0) 推荐(0)
摘要: http://www.modsecurity.org/ ModSecurity is an open source, cross-platform web application firewall (WAF) module. Known as the "Swiss Army Knife" of WA 阅读全文
posted @ 2018-04-20 22:00 任国强 阅读(304) 评论(0) 推荐(0)
摘要: 在使用TDD开发时,经常会遇到需要被测对象需要依赖其他子系统的情况,但是你希望将测试代码跟依赖项隔离,以保证测试代码仅仅针对当前被测对象或方法展开,这时候你需要的是测试替身。测试替身可以分为四类:- 虚设替身:只传递但是不会使用到的对象,一般用于填充方法的参数列表- 存根替身:总是返回相同的预设响应 阅读全文
posted @ 2018-04-19 10:40 任国强 阅读(573) 评论(0) 推荐(0)
摘要: https://www.imooc.com/video/9331 声明式事务 @Transactiona() 编程式事务 非模板式(不使用TransactionTemplate) 非模板式(不使用TransactionTemplate) http://cailangwei.blog.163.com/ 阅读全文
posted @ 2018-04-09 09:17 任国强 阅读(1160) 评论(0) 推荐(1)
摘要: 去年组装一台新台式机(华硕主板),把金河田机箱的前面板的Audio的线,插在了Speaker和Power标识的备用的10位口的8针位,其实应该插在AAFP(大概是AC97 Audio Front Panel)的8位接口上。 https://zhidao.baidu.com/question/2115 阅读全文
posted @ 2018-04-06 21:23 任国强 阅读(7812) 评论(0) 推荐(0)
摘要: Google Doc,在2008年前辈同事的引领下,知道了有这么好用的工具。 Google Doc的替代产品,大家看链接:https://jingyan.baidu.com/article/22a299b5c57cad9e19376ad3.html Microsoft Office Online, 阅读全文
posted @ 2018-04-04 12:09 任国强 阅读(429) 评论(0) 推荐(0)
摘要: https://dev.mysql.com/doc/refman/5.7/en/document-store.html https://dev.mysql.com/doc/refman/5.7/en/document-store-setting-up.html 在没有MongoDB之前,我们要存储各 阅读全文
posted @ 2018-04-02 16:53 任国强 阅读(293) 评论(0) 推荐(0)
摘要: https://dev.mysql.com/doc/refman/5.7/en/group-replication.html GroupReplication的原理 https://dev.mysql.com/doc/refman/5.7/en/mysql-innodb-cluster-introd 阅读全文
posted @ 2018-04-02 11:08 任国强 阅读(956) 评论(0) 推荐(0)
摘要: https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html https://www.w3cschool.cn/maven/tkhr1ht6.html 阅读全文
posted @ 2018-04-01 15:33 任国强 阅读(406) 评论(0) 推荐(0)
摘要: error:could not open xxxx.jvm.cfg 参考:https://blog.csdn.net/u010102493/article/details/18425267 1.搜索并删掉C:\Windows\System32下:java*.exe 仍然不行: 在WIN10的开始菜单 阅读全文
posted @ 2018-03-30 22:42 任国强 阅读(1003) 评论(0) 推荐(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 56 下一页