上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 57 下一页
摘要: 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 rgqancy 阅读(205) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/scY2sMrmcRxWOn441D-_cQ#%23 阅读全文
posted @ 2018-05-31 18:11 rgqancy 阅读(291) 评论(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 rgqancy 阅读(292) 评论(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 rgqancy 阅读(672) 评论(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 rgqancy 阅读(176) 评论(0) 推荐(0)
摘要: https://searchdatacenter.techtarget.com/tutorial/77-Linux-commands-and-utilities-youll-actually-use 阅读全文
posted @ 2018-05-31 18:09 rgqancy 阅读(167) 评论(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 rgqancy 阅读(1183) 评论(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 rgqancy 阅读(217) 评论(0) 推荐(0)
摘要: https://www.owasp.org/index.php/Category:Java 阅读全文
posted @ 2018-05-31 18:08 rgqancy 阅读(226) 评论(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 rgqancy 阅读(255) 评论(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 rgqancy 阅读(233) 评论(0) 推荐(0)
摘要: Zuul Client 放在移动App中,Zuul Server可以做集群。 Zuul Client放在jar包吗?ios怎么办? Zuul与Spring Security配合使用,与Shiro做集成? 阅读全文
posted @ 2018-05-31 18:06 rgqancy 阅读(272) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/baiwa/p/5318432.html http://www.iocoder.cn/Sharding-JDBC/distributed-id/ 阅读全文
posted @ 2018-05-31 18:06 rgqancy 阅读(235) 评论(0) 推荐(0)
摘要: https://jingyan.baidu.com/article/d621e8da0a5b192864913f79.html 阅读全文
posted @ 2018-05-31 18:05 rgqancy 阅读(174) 评论(0) 推荐(0)
摘要: https://spring.io/guides/gs/gradle/ Gradle学习系列教程 https://blog.csdn.net/column/details/gradle-translation.html 阅读全文
posted @ 2018-05-23 10:58 rgqancy 阅读(218) 评论(0) 推荐(0)
摘要: https://vertx.io/ https://vertx.io/download/ https://baike.baidu.com/item/Vert.x 近年来,移动网络、社交网络和电商的兴起,使各大服务提供商的客户端请求数量激增,传统服务器架构已不堪重负,致使基于事件和异步的解决方案备受追 阅读全文
posted @ 2018-05-23 10:52 rgqancy 阅读(684) 评论(0) 推荐(0)
摘要: http://www.javacoder.top/home.jsp# http://springboot.fun/ 一个常用的支付子项目 https://gitee.com/52itstyle/spring-boot-pay 阅读全文
posted @ 2018-05-17 17:12 rgqancy 阅读(1880) 评论(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 rgqancy 阅读(226) 评论(0) 推荐(0)
摘要: https://tools.stefankueng.com/StExBar.html https://github.com/cmderdev/cmder 阅读全文
posted @ 2018-04-23 13:12 rgqancy 阅读(240) 评论(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 rgqancy 阅读(1135) 评论(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 rgqancy 阅读(331) 评论(0) 推荐(0)
摘要: 在使用TDD开发时,经常会遇到需要被测对象需要依赖其他子系统的情况,但是你希望将测试代码跟依赖项隔离,以保证测试代码仅仅针对当前被测对象或方法展开,这时候你需要的是测试替身。测试替身可以分为四类:- 虚设替身:只传递但是不会使用到的对象,一般用于填充方法的参数列表- 存根替身:总是返回相同的预设响应 阅读全文
posted @ 2018-04-19 10:40 rgqancy 阅读(596) 评论(0) 推荐(0)
摘要: https://www.imooc.com/video/9331 声明式事务 @Transactiona() 编程式事务 非模板式(不使用TransactionTemplate) 非模板式(不使用TransactionTemplate) http://cailangwei.blog.163.com/ 阅读全文
posted @ 2018-04-09 09:17 rgqancy 阅读(1177) 评论(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 rgqancy 阅读(7867) 评论(0) 推荐(0)
摘要: Google Doc,在2008年前辈同事的引领下,知道了有这么好用的工具。 Google Doc的替代产品,大家看链接:https://jingyan.baidu.com/article/22a299b5c57cad9e19376ad3.html Microsoft Office Online, 阅读全文
posted @ 2018-04-04 12:09 rgqancy 阅读(441) 评论(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 rgqancy 阅读(305) 评论(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 rgqancy 阅读(978) 评论(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 rgqancy 阅读(424) 评论(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 rgqancy 阅读(1046) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/17601827/which-one-should-java-home-to-point-jdk-or-jre 临时变更JAVA_HOME的方案: https://stackoverflow.com/questions/2503 阅读全文
posted @ 2018-03-30 17:41 rgqancy 阅读(226) 评论(0) 推荐(0)
摘要: neo4j-desktop-win64 exe https://neo4j.com/download-thanks-desktop/?edition=desktop&flavour=winstall64&release=1.0.19&offline=true https://neo4j.com/ar 阅读全文
posted @ 2018-03-30 15:20 rgqancy 阅读(594) 评论(0) 推荐(0)
摘要: 这个方法可以确认当前java.exe的版本,但是并不能确定输出JRE的具体路径。 JAVA_HOME的路径,也不一定就是当前运行的java的路径。path列表中,全部路径中,哪个jre的路径在前,就先用那个jre执行。 这个方法,比较准确地输出了java的路径(输出了java运行依赖的jar包的全部 阅读全文
posted @ 2018-03-29 12:37 rgqancy 阅读(8543) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/shanyou/p/8503839.html 安装配置好之后启动,查看ip的方法: 查看仪表盘dashboard的命令 命令行启停minikube的方法: 遇到错误: waiting, endpoint for service is not ready 阅读全文
posted @ 2018-03-27 23:33 rgqancy 阅读(2089) 评论(0) 推荐(0)
摘要: 张善友15年底分享的博客:千万级规模高性能、高并发的网络架构经验分享 张开涛17年5月出版的书籍:《亿级流量网站架构核心技术》 提到Disruptor + Redis队列 关于Disruptor的介绍:http://ifeve.com/disruptor/ 阅读全文
posted @ 2018-03-25 18:29 rgqancy 阅读(524) 评论(0) 推荐(0)
摘要: spring-web-4.3.3 http(http协议的实现类)和web包(应用,上下文,会话,cookies,过滤器等等) spring-webmvc-4.3.3 主要是一些view层的核心封装,提供各前端技术及标签支持。 servlet包(各种view引擎:FreeMarker,Velocit 阅读全文
posted @ 2018-03-24 23:00 rgqancy 阅读(607) 评论(0) 推荐(0)
摘要: 官方的几篇很好的文章: https://redis.io/topics/data-types https://redis.io/topics/data-types-intro https://redis.io/topics/pubsub Bloom Filter: Encode a lot of d 阅读全文
posted @ 2018-03-24 19:54 rgqancy 阅读(245) 评论(0) 推荐(0)
摘要: Redis Desktop Manager https://redisdesktop.com/download Redis Clients Redis Clients https://redis.io/clients/ 阅读全文
posted @ 2018-03-24 18:44 rgqancy 阅读(629) 评论(0) 推荐(0)
摘要: Why Thrift, Why not HTTP RPC(JSON+gzip) https://stackoverflow.com/questions/9732381/why-thrift-why-not-http-rpcjsongzip 89down voteaccepted A few reas 阅读全文
posted @ 2018-03-20 22:15 rgqancy 阅读(1221) 评论(0) 推荐(0)
摘要: 知识产权代理系统 【CRM,为客户服务;OA,办公自动化{工作流引擎}】 彼速信息 微软的各个产品的整合,ERP :AD + Exchange + + CRM(知识产权代理系统,可能就是Dymamic CRM实施以及行业定制工作)。 Dymamic CRM 成功案例:实施某知识产权代理公司 http 阅读全文
posted @ 2018-03-16 10:47 rgqancy 阅读(1633) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-03-15 17:46 rgqancy 阅读(560) 评论(0) 推荐(0)
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 57 下一页