logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

java VisualVM工具连接远程服务和实践

性能瓶颈分析JVM监控VisualVMjvisualvmcpu使用率过高Jconsole连接Dcom.sun.management.jmxremote

文章图片
#jvm#java#测试工具 +1
JAVA项目中什么是DTO、DAO、PO、Controller、Common

2. **Controller**:在MVC(Model-View-Controller)设计模式中,Controller(控制器)负责处理用户的请求,并调用后端的业务逻辑,然后返回相应的视图。在这个示例中,`User`是领域模型,`UserPO`是持久化对象,`UserConverter`是用于在`User`和`UserPO`之间进行转换的转换器。例如,如果你有一个接收XML输入的方法,但你的数

文章图片
#java#开发语言
DFS搜索算法详解

深度优先搜索---一条道走到黑DFS其实叫深度...

【深度学习】创建tensor、form numpy to tensor、tf.zeros()、tf.zeros_like()、tf.ones()、tf.fill()、使用正态分布产生随机数、

一、form numpy to tensorC:\Users\hasee>ipythonPython 3.6.5 |Anaconda, Inc.| (default, Mar 29 2018, 13:32:41) [MSC v.1900 64 bit (AMD64)]Type 'copyright', 'credits' or 'license' for more informat...

#if/#endif的用法

话不多说请看代码`#include<stdio.h>#include<stdlib.h>int main(){#if 0int a = 0;int b = 0;int min = 0;int i = 0;int max = 0;printf("请输入两个数");scanf_s("%d%d", &a,&b);for...

【Git】git push -u origin master 的含义和 -u 的含义

help git push -u origin masterpushd: pushd [-n] [+N | -N | dir]Add directories to stack.Adds a directory to the top of the directory stack, or rotatesthe stack, making the new top...

到底了