推荐
专栏
教程
课程
飞鹅
本次共找到85条
xx
相关的信息
cpp加油站
•
3年前
题解5道c++面试题第一期(含解题思路、答案解析和实现代码)
本篇文章送上5道c/c面试题目,并附上答案、解题思路以及扩展知识。1.求下面函数的返回值cinclude<stdio.hintfunc(intx)intiCnt0;while(x)iCnt;xx&(x1);returniCnt;intmain()printf("cnt%d\n",func(9999
Stella981
•
3年前
Spring Transaction + MyBatis SqlSession事务管理机制研究学习
原文地址:SpringTransactionMyBatisSqlSession事务管理机制研究学习(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.xx566.com%2Fdetail%2F191.html) 线上的系统中,使用的是SpringMyba
Stella981
•
3年前
Guava库学习:学习Guava EventBus(二)EventBus 事件订阅示例
原文地址:Guava库学习:学习GuavaEventBus(二)EventBus事件订阅示例(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.xx566.com%2Fdetail%2F215.html)上一篇Guava库学习:学习GuavaEventBus(一
Stella981
•
3年前
Spring Boot Tomcat配置
!(http://uploadimages.jianshu.io/upload_images/5954965cdda4d2ac0ce4c85.png?imageMogr2/autoorient/strip%7CimageView2/2/w/1240)参数配置容器server.xx开头的是所有servlet容器通用的配置,ser
Stella981
•
3年前
JVM参数表
JavaHotSpotVM中\XX:的可配置参数列表进行描述;这些参数可以被松散的聚合成三类:行为参数(BehavioralOptions):用于改变jvm的一些基础行为;性能调优(PerformanceTuning):用于jvm的性能调优;调试参数(DebuggingOptions):一般用
Easter79
•
3年前
Tomcat服务器 部署成功,但是访问有问题
访问本地项目http://localhost/XX(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Flocalhost%2FXX)提示:404服务器您要查找的资源可能已被删除,已更改名称或者暂时不可用。访问本地tomcathttp://localho
Stella981
•
3年前
IntelliJ IDEA 打包Maven 构建的 Java 项目
方法2,一键生成方便到哭1.打开maven项目路径2.一键生成3、生成jar目标文件在path/target/xx.jar下面方法11.选中Java项目工程名称,在菜单中选择Fil
Stella981
•
3年前
JVM垃圾回收器GC的常用参数
GC常用参数年轻代最小堆最大堆栈空间XmnXmsXmxXssSystem.gc()不管用,避免因System.gc()调用导致的FGC,生产环境建议XX:DisableExplicitGC年轻代存活对象升代年龄,最大值15(CMS默认是6,Par
Stella981
•
3年前
Android gradle plugin和 Gradle版本关系-Gradle version 1.10 is required. Current version is 2.0
转载请标明出处:http://blog.csdn.net/xx326664162/article/details/51087827(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.csdn.net%2Fxx326664162%2Farticle%2Fdetails%2F51087
Stella981
•
3年前
JVM调优系列:(五)JVM常用调试参数和工具
转自:http://blog.csdn.net/opensure/article/details/46715769JVM常用调试参数:–verbose:gc在虚拟机发生内存回收时在输出设备显示信息\Xloggc:filename把GC相关日志信息记录到文件以便分析\XX:HeapDumpOnOutOfMemoryE
1
•••
4
5
6
•••
9