
java
文章平均质量分 51
拾薪
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JAVA并发编程3
并行执行任务,提高效率。双端队列,可以工作窃取。原创 2022-07-19 00:11:37 · 213 阅读 · 1 评论 -
AOP实践
AOP自动装配方式开启自动装配package cooper.config;import org.springframework.context.annotation.ComponentScan;import org.springframework.context.annotation.Configuration;import org.springframework.context.annotation.EnableAspectJAutoProxy;@Configuration@Enabl原创 2021-04-23 00:49:15 · 222 阅读 · 1 评论 -
setting 文件 阿里云
<?xml version="1.0" encoding="UTF-8"?><!--Licensed to the Apache Software Foundation (ASF) under oneor more contributor license agreements. See the NOTICE filedistributed with this work for additional informationregarding copyright ownershi原创 2021-03-07 18:08:06 · 826 阅读 · 0 评论 -
创建一个maven工程
使用阿里云的setting文件注意修改本地仓库为自己有权限的仓库<?xml version="1.0" encoding="UTF-8"?><settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.o.原创 2020-10-10 23:33:45 · 182 阅读 · 0 评论 -
AddBigDigital
package com.szl.gettime;import java.util.Scanner;import java.util.Stack;public class AddBigDigital { public static void main(String[] args) { String strNum1; S原创 2016-08-26 11:45:34 · 426 阅读 · 0 评论