上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 38 下一页
摘要: 开源项目:halo 博客 hutools 工具集 1、in:name spring boot stars:>1500 2、in:readme spring boot language:java 3、in:description:spring cloud pushed:>2019-10-11 阅读全文
posted @ 2021-10-13 14:46 howhy 阅读(31) 评论(0) 推荐(0)
摘要: function say(){ console.log("say hello11") } function hi(){ console.log("say hi11") } //commonjs exports //module.exports.say=say //const sayhi=requir 阅读全文
posted @ 2021-09-28 16:39 howhy 阅读(89) 评论(0) 推荐(0)
摘要: https://github.com/alibaba/spring-cloud-alibaba/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E 阅读全文
posted @ 2021-09-16 10:51 howhy 阅读(33) 评论(0) 推荐(0)
摘要: ##https://hub.docker.com/ yum install -y docker-ce systemctl start|stop docker docker ps docker inspect namesrv ##mysql docker run --name mysql -p 330 阅读全文
posted @ 2021-09-14 19:24 howhy 阅读(53) 评论(0) 推荐(0)
摘要: @RunWith(SpringRunner.class) @SpringBootTest(classes = DemoApplication.class) public class MybatisTest { @Autowired UserDao userDao; @Test public void 阅读全文
posted @ 2021-09-08 16:35 howhy 阅读(223) 评论(0) 推荐(0)
摘要: @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) public @interface MyAnno { String className(); String methodName(); } @MyAnno(className 阅读全文
posted @ 2021-08-31 17:47 howhy 阅读(23) 评论(0) 推荐(0)
摘要: package com.howhy.demo; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; impo 阅读全文
posted @ 2021-08-31 17:02 howhy 阅读(28) 评论(0) 推荐(0)
摘要: package com.test; import lombok.SneakyThrows; import lombok.Synchronized; public class Ticket implements Runnable { private volatile int ticketNums=10 阅读全文
posted @ 2021-08-30 11:46 howhy 阅读(38) 评论(0) 推荐(0)
摘要: package com.test; public class MyThread implements Runnable {//extends Thread 实现Runnable 或继承Thread @Override public void run() { System.out.println("r 阅读全文
posted @ 2021-08-30 11:05 howhy 阅读(28) 评论(0) 推荐(0)
摘要: package com.test; import com.czbsit.web.result.CodeMsg; import java.util.ArrayList; import java.util.List; public class Response<T> { private int code 阅读全文
posted @ 2021-08-25 12:04 howhy 阅读(47) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 38 下一页