update README.md
Signed-off-by: Y7000p <xcl@xuegao-tzx.top>
This commit is contained in:
parent
f1c53cd018
commit
a2a5f98808
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,6 @@
|
|||||||
/upload.gradle
|
/upload.gradle
|
||||||
/gradle.properties
|
/gradle.properties
|
||||||
|
/.idea
|
||||||
|
/.gradle
|
||||||
/build
|
/build
|
||||||
/cer
|
/cer
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,2 +0,0 @@
|
|||||||
#Sun May 15 20:49:35 CST 2022
|
|
||||||
gradle.version=7.4
|
|
Binary file not shown.
Binary file not shown.
8
.idea/.gitignore
generated
vendored
8
.idea/.gitignore
generated
vendored
@ -1,8 +0,0 @@
|
|||||||
# 默认忽略的文件
|
|
||||||
/shelf/
|
|
||||||
/workspace.xml
|
|
||||||
# 基于编辑器的 HTTP 客户端请求
|
|
||||||
/httpRequests/
|
|
||||||
# Datasource local storage ignored files
|
|
||||||
/dataSources/
|
|
||||||
/dataSources.local.xml
|
|
1
.idea/.name
generated
1
.idea/.name
generated
@ -1 +0,0 @@
|
|||||||
ImageTracer
|
|
9
.idea/ImageTracerJava.iml
generated
9
.idea/ImageTracerJava.iml
generated
@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<module type="JAVA_MODULE" version="4">
|
|
||||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
||||||
<exclude-output />
|
|
||||||
<content url="file://$MODULE_DIR$" />
|
|
||||||
<orderEntry type="inheritedJdk" />
|
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
</component>
|
|
||||||
</module>
|
|
6
.idea/compiler.xml
generated
6
.idea/compiler.xml
generated
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="CompilerConfiguration">
|
|
||||||
<bytecodeTargetLevel target="1.8" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
6
.idea/copyright/2_0.xml
generated
6
.idea/copyright/2_0.xml
generated
@ -1,6 +0,0 @@
|
|||||||
<component name="CopyrightManager">
|
|
||||||
<copyright>
|
|
||||||
<option name="notice" value="/* * Copyright 2022 田梓萱, xcl@xuegao-tzx.top * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */" />
|
|
||||||
<option name="myName" value="开源2.0" />
|
|
||||||
</copyright>
|
|
||||||
</component>
|
|
19
.idea/gradle.xml
generated
19
.idea/gradle.xml
generated
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="GradleMigrationSettings" migrationVersion="1" />
|
|
||||||
<component name="GradleSettings">
|
|
||||||
<option name="linkedExternalProjectsSettings">
|
|
||||||
<GradleProjectSettings>
|
|
||||||
<option name="delegatedBuild" value="true" />
|
|
||||||
<option name="testRunner" value="PLATFORM" />
|
|
||||||
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
|
||||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
||||||
<option name="modules">
|
|
||||||
<set>
|
|
||||||
<option value="$PROJECT_DIR$" />
|
|
||||||
</set>
|
|
||||||
</option>
|
|
||||||
</GradleProjectSettings>
|
|
||||||
</option>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
141
.idea/intellij-javadocs-4.0.1.xml
generated
141
.idea/intellij-javadocs-4.0.1.xml
generated
@ -1,141 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="JavaDocConfiguration">
|
|
||||||
<GENERAL>
|
|
||||||
<MODE>UPDATE</MODE>
|
|
||||||
<OVERRIDDEN_METHODS>false</OVERRIDDEN_METHODS>
|
|
||||||
<SPLITTED_CLASS_NAME>true</SPLITTED_CLASS_NAME>
|
|
||||||
<LEVELS>
|
|
||||||
<LEVEL>METHOD</LEVEL>
|
|
||||||
<LEVEL>FIELD</LEVEL>
|
|
||||||
<LEVEL>TYPE</LEVEL>
|
|
||||||
</LEVELS>
|
|
||||||
<VISIBILITIES>
|
|
||||||
<VISIBILITY>PROTECTED</VISIBILITY>
|
|
||||||
<VISIBILITY>PUBLIC</VISIBILITY>
|
|
||||||
<VISIBILITY>DEFAULT</VISIBILITY>
|
|
||||||
</VISIBILITIES>
|
|
||||||
</GENERAL>
|
|
||||||
<TEMPLATES>
|
|
||||||
<CLASSES>
|
|
||||||
<CLASS>
|
|
||||||
<KEY>^.*(public|protected|private)*.+interface\s+\w+.*</KEY>
|
|
||||||
<VALUE>/**\n
|
|
||||||
* The interface ${name}.\n
|
|
||||||
<#if element.typeParameters?has_content> * \n
|
|
||||||
</#if><#list element.typeParameters as typeParameter> * @param <${typeParameter.name}> the type parameter\n
|
|
||||||
</#list> */</VALUE>
|
|
||||||
</CLASS>
|
|
||||||
<CLASS>
|
|
||||||
<KEY>^.*(public|protected|private)*.+enum\s+\w+.*</KEY>
|
|
||||||
<VALUE>/**\n
|
|
||||||
* The enum ${name}.\n
|
|
||||||
*/</VALUE>
|
|
||||||
</CLASS>
|
|
||||||
<CLASS>
|
|
||||||
<KEY>^.*(public|protected|private)*.+class\s+\w+.*</KEY>
|
|
||||||
<VALUE>/**\n
|
|
||||||
* The type ${name}.\n
|
|
||||||
<#if element.typeParameters?has_content> * \n
|
|
||||||
</#if><#list element.typeParameters as typeParameter> * @param <${typeParameter.name}> the type parameter\n
|
|
||||||
</#list> */</VALUE>
|
|
||||||
</CLASS>
|
|
||||||
<CLASS>
|
|
||||||
<KEY>.+</KEY>
|
|
||||||
<VALUE>/**\n
|
|
||||||
* The type ${name}.\n
|
|
||||||
*/</VALUE>
|
|
||||||
</CLASS>
|
|
||||||
</CLASSES>
|
|
||||||
<CONSTRUCTORS>
|
|
||||||
<CONSTRUCTOR>
|
|
||||||
<KEY>.+</KEY>
|
|
||||||
<VALUE>/**\n
|
|
||||||
* Instantiates a new ${name}.\n
|
|
||||||
<#if element.parameterList.parameters?has_content> *\n
|
|
||||||
</#if><#list element.parameterList.parameters as parameter> * @param ${parameter.name} the ${paramNames[parameter.name]}\n
|
|
||||||
</#list><#if element.throwsList.referenceElements?has_content> *\n
|
|
||||||
</#if><#list element.throwsList.referenceElements as exception> * @throws ${exception.referenceName} the ${exceptionNames[exception.referenceName]}\n
|
|
||||||
</#list> */</VALUE>
|
|
||||||
</CONSTRUCTOR>
|
|
||||||
</CONSTRUCTORS>
|
|
||||||
<METHODS>
|
|
||||||
<METHOD>
|
|
||||||
<KEY>^.*(public|protected|private)*\s*.*(\w(\s*<.+>)*)+\s+get\w+\s*\(.*\).+</KEY>
|
|
||||||
<VALUE>/**\n
|
|
||||||
* Gets ${partName}.\n
|
|
||||||
<#if element.typeParameters?has_content> * \n
|
|
||||||
</#if><#list element.typeParameters as typeParameter> * @param <${typeParameter.name}> the type parameter\n
|
|
||||||
</#list><#if element.parameterList.parameters?has_content> *\n
|
|
||||||
</#if><#list element.parameterList.parameters as parameter> * @param ${parameter.name} the ${paramNames[parameter.name]}\n
|
|
||||||
</#list><#if isNotVoid> *\n
|
|
||||||
* @return the ${partName}\n
|
|
||||||
</#if><#if element.throwsList.referenceElements?has_content> *\n
|
|
||||||
</#if><#list element.throwsList.referenceElements as exception> * @throws ${exception.referenceName} the ${exceptionNames[exception.referenceName]}\n
|
|
||||||
</#list> */</VALUE>
|
|
||||||
</METHOD>
|
|
||||||
<METHOD>
|
|
||||||
<KEY>^.*(public|protected|private)*\s*.*(void|\w(\s*<.+>)*)+\s+set\w+\s*\(.*\).+</KEY>
|
|
||||||
<VALUE>/**\n
|
|
||||||
* Sets ${partName}.\n
|
|
||||||
<#if element.typeParameters?has_content> * \n
|
|
||||||
</#if><#list element.typeParameters as typeParameter> * @param <${typeParameter.name}> the type parameter\n
|
|
||||||
</#list><#if element.parameterList.parameters?has_content> *\n
|
|
||||||
</#if><#list element.parameterList.parameters as parameter> * @param ${parameter.name} the ${paramNames[parameter.name]}\n
|
|
||||||
</#list><#if isNotVoid> *\n
|
|
||||||
* @return the ${partName}\n
|
|
||||||
</#if><#if element.throwsList.referenceElements?has_content> *\n
|
|
||||||
</#if><#list element.throwsList.referenceElements as exception> * @throws ${exception.referenceName} the ${exceptionNames[exception.referenceName]}\n
|
|
||||||
</#list> */</VALUE>
|
|
||||||
</METHOD>
|
|
||||||
<METHOD>
|
|
||||||
<KEY>^.*((public\s+static)|(static\s+public))\s+void\s+main\s*\(\s*String\s*(\[\s*\]|\.\.\.)\s+\w+\s*\).+</KEY>
|
|
||||||
<VALUE>/**\n
|
|
||||||
* The entry point of application.\n
|
|
||||||
|
|
||||||
<#if element.parameterList.parameters?has_content> *\n
|
|
||||||
</#if> * @param ${element.parameterList.parameters[0].name} the input arguments\n
|
|
||||||
<#if element.throwsList.referenceElements?has_content> *\n
|
|
||||||
</#if><#list element.throwsList.referenceElements as exception> * @throws ${exception.referenceName} the ${exceptionNames[exception.referenceName]}\n
|
|
||||||
</#list> */</VALUE>
|
|
||||||
</METHOD>
|
|
||||||
<METHOD>
|
|
||||||
<KEY>.+</KEY>
|
|
||||||
<VALUE>/**\n
|
|
||||||
* ${name}<#if isNotVoid> ${return}</#if>.\n
|
|
||||||
<#if element.typeParameters?has_content> * \n
|
|
||||||
</#if><#list element.typeParameters as typeParameter> * @param <${typeParameter.name}> the type parameter\n
|
|
||||||
</#list><#if element.parameterList.parameters?has_content> *\n
|
|
||||||
</#if><#list element.parameterList.parameters as parameter> * @param ${parameter.name} the ${paramNames[parameter.name]}\n
|
|
||||||
</#list><#if isNotVoid> *\n
|
|
||||||
* @return the ${return}\n
|
|
||||||
</#if><#if element.throwsList.referenceElements?has_content> *\n
|
|
||||||
</#if><#list element.throwsList.referenceElements as exception> * @throws ${exception.referenceName} the ${exceptionNames[exception.referenceName]}\n
|
|
||||||
</#list> */</VALUE>
|
|
||||||
</METHOD>
|
|
||||||
</METHODS>
|
|
||||||
<FIELDS>
|
|
||||||
<FIELD>
|
|
||||||
<KEY>^.*(public|protected|private)*.+static.*(\w\s\w)+.+</KEY>
|
|
||||||
<VALUE>/**\n
|
|
||||||
* The constant ${element.getName()}.\n
|
|
||||||
*/</VALUE>
|
|
||||||
</FIELD>
|
|
||||||
<FIELD>
|
|
||||||
<KEY>^.*(public|protected|private)*.*(\w\s\w)+.+</KEY>
|
|
||||||
<VALUE>/**\n
|
|
||||||
<#if element.parent.isInterface()> * The constant ${element.getName()}.\n
|
|
||||||
<#else> * The ${name}.\n
|
|
||||||
</#if> */</VALUE>
|
|
||||||
</FIELD>
|
|
||||||
<FIELD>
|
|
||||||
<KEY>.+</KEY>
|
|
||||||
<VALUE>/**\n
|
|
||||||
<#if element.parent.isEnum()> *${name} ${typeName}.\n
|
|
||||||
<#else> * The ${name}.\n
|
|
||||||
</#if>*/</VALUE>
|
|
||||||
</FIELD>
|
|
||||||
</FIELDS>
|
|
||||||
</TEMPLATES>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
35
.idea/jarRepositories.xml
generated
35
.idea/jarRepositories.xml
generated
@ -1,35 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="RemoteRepositoriesConfiguration">
|
|
||||||
<remote-repository>
|
|
||||||
<option name="id" value="central" />
|
|
||||||
<option name="name" value="Maven Central repository" />
|
|
||||||
<option name="url" value="https://repo1.maven.org/maven2" />
|
|
||||||
</remote-repository>
|
|
||||||
<remote-repository>
|
|
||||||
<option name="id" value="jboss.community" />
|
|
||||||
<option name="name" value="JBoss Community repository" />
|
|
||||||
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
|
|
||||||
</remote-repository>
|
|
||||||
<remote-repository>
|
|
||||||
<option name="id" value="MavenRepo" />
|
|
||||||
<option name="name" value="MavenRepo" />
|
|
||||||
<option name="url" value="https://repo.maven.apache.org/maven2/" />
|
|
||||||
</remote-repository>
|
|
||||||
<remote-repository>
|
|
||||||
<option name="id" value="maven" />
|
|
||||||
<option name="name" value="maven" />
|
|
||||||
<option name="url" value="https://mirrors.huaweicloud.com/repository/maven/" />
|
|
||||||
</remote-repository>
|
|
||||||
<remote-repository>
|
|
||||||
<option name="id" value="maven2" />
|
|
||||||
<option name="name" value="maven2" />
|
|
||||||
<option name="url" value="https://developer.huawei.com/repo/" />
|
|
||||||
</remote-repository>
|
|
||||||
<remote-repository>
|
|
||||||
<option name="id" value="maven3" />
|
|
||||||
<option name="name" value="maven3" />
|
|
||||||
<option name="url" value="https://repo.huaweicloud.com/repository/maven/" />
|
|
||||||
</remote-repository>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
15
.idea/misc.xml
generated
15
.idea/misc.xml
generated
@ -1,15 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
|
||||||
<component name="FrameworkDetectionExcludesConfiguration">
|
|
||||||
<file type="web" url="file://$PROJECT_DIR$" />
|
|
||||||
</component>
|
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
|
||||||
<output url="file://$PROJECT_DIR$/out" />
|
|
||||||
</component>
|
|
||||||
<component name="SwUserDefinedSpecifications">
|
|
||||||
<option name="specTypeByUrl">
|
|
||||||
<map />
|
|
||||||
</option>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
@ -1,34 +0,0 @@
|
|||||||
|
|
||||||
g java:S112:"FDefine and throw a dedicated exception instead of using a generic one.(»Œ<C2BB>ßûÿÿÿÿ8ð‹µÖŒ0
|
|
||||||
b java:S112K"FDefine and throw a dedicated exception instead of using a generic one.(Ýäâú8ò‹µÖŒ0
|
|
||||||
†
|
|
||||||
java:S1319q"dThe type of "options" should be an interface such as "Map" rather than the implementation "HashMap".(«Š¾úùÿÿÿÿ8•ŒµÖŒ0
|
|
||||||
t
|
|
||||||
java:S1104”"QMake width a static final constant or non-public and provide accessors if needed.(åáÛ‹ûÿÿÿÿ8žŒµÖŒ0
|
|
||||||
p
|
|
||||||
java:S1104—"RMake height a static final constant or non-public and provide accessors if needed.(Á“Çú8ŸŒµÖŒ0
|
|
||||||
t
|
|
||||||
java:S1104»"QMake width a static final constant or non-public and provide accessors if needed.(åáÛ‹ûÿÿÿÿ8ŸŒµÖŒ0
|
|
||||||
p
|
|
||||||
java:S1104¾"RMake height a static final constant or non-public and provide accessors if needed.(Á“Çú8 ŒµÖŒ0
|
|
||||||
s
|
|
||||||
java:S1104Â"PMake data a static final constant or non-public and provide accessors if needed.(µ÷§Çøÿÿÿÿ8¡ŒµÖŒ0
|
|
||||||
n
|
|
||||||
java:S2095?"LUse try-with-resources or close this "BufferedWriter" in a "finally" clause.(îÞÀ‘ûÿÿÿÿ8¿ŽµÖŒ0
|
|
||||||
£
|
|
||||||
java:S1186/"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(æ—¶¾üÿÿÿÿ8ÍŽµÖŒ0
|
|
||||||
x
|
|
||||||
java:S1450*"VRemove the "rawdata" field and declare it as a local variable in the relevant methods.(ú é”úÿÿÿÿ8ÝŽµÖŒ0
|
|
||||||
?
|
|
||||||
java:S1118/"Hide this public constructor.(æ—¶¾üÿÿÿÿ8쎵֌0
|
|
||||||
^ java:S899="BDo something with the "boolean" value returned by "createNewFile".(úܲ¥8³<38>µÖŒ0
|
|
||||||
P
|
|
||||||
java:S1172E".Remove this unused method parameter "options".(ÖÚ‚Ùüÿÿÿÿ8¼<38>µÖŒ0
|
|
||||||
‰
|
|
||||||
java:S1130K"lRemove the declaration of thrown exception 'java.lang.Exception', as it cannot be thrown from method's body.(Ýäâú8Ä<38>µÖŒ0
|
|
||||||
] java:S125Z"<This block of commented-out lines of code should be removed.(ô¹ù·ýÿÿÿÿ8Ò<38>µÖŒ0
|
|
||||||
Z java:S106r"9Replace this use of System.out or System.err by a logger.(ܳš·üÿÿÿÿ8ï<38>µÖŒ0
|
|
||||||
B
|
|
||||||
java:S1659—"$Declare "height" on a separate line.(Á“Çú8þ<38>µÖŒ0
|
|
||||||
B
|
|
||||||
java:S1659¾"$Declare "height" on a separate line.(Á“Çú8€<38>µÖŒ0
|
|
@ -1,46 +0,0 @@
|
|||||||
|
|
||||||
k java:S117]"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(•Ž…<C5BD>øÿÿÿÿ
|
|
||||||
\
|
|
||||||
java:S2184È"ECast one of the operands of this subtraction operation to a "double".(Äž¯í
|
|
||||||
c
|
|
||||||
java:S3973q"HUse indentation to denote the code conditionally executed by this "for".(Êóšâýÿÿÿÿ
|
|
||||||
U
|
|
||||||
java:S1118":Add a private constructor to hide the implicit public one.(çž<C3A7>ªûÿÿÿÿ
|
|
||||||
Q java:S125'"<This block of commented-out lines of code should be removed.(¥ùÀ
|
|
||||||
m
|
|
||||||
java:S3776H"RRefactor this method to reduce its Cognitive Complexity from 29 to the 15 allowed.(ïÓ„æøÿÿÿÿ
|
|
||||||
U
|
|
||||||
java:S1659Z"?Declare "cd" and all following declarations on a separate line.(‘Ÿ<E28098><C5B8>
|
|
||||||
P java:S125e"<This block of commented-out lines of code should be removed.(ó<>É}
|
|
||||||
n
|
|
||||||
java:S3776¹"RRefactor this method to reduce its Cognitive Complexity from 36 to the 15 allowed.(µú—äýÿÿÿÿ
|
|
||||||
i
|
|
||||||
java:S3776í"RRefactor this method to reduce its Cognitive Complexity from 24 to the 15 allowed.(‹Žúª
|
|
||||||
=
|
|
||||||
java:S1659õ"&Declare "holepath" on a separate line.(É´ÓÖ
|
|
||||||
i
|
|
||||||
java:S3776¸"RRefactor this method to reduce its Cognitive Complexity from 22 to the 15 allowed.(<28>žÆë
|
|
||||||
V
|
|
||||||
java:S1659½"@Declare "pp2" and all following declarations on a separate line.(Æд
|
|
||||||
[
|
|
||||||
java:S1659¾"DDeclare "nextidx" and all following declarations on a separate line.(×£âÀ
|
|
||||||
H
|
|
||||||
java:S5261Ø"1Add explicit curly braces to avoid dangling else.(ôØÿ½
|
|
||||||
M
|
|
||||||
java:S5261ß"1Add explicit curly braces to avoid dangling else.(««ÒÀøÿÿÿÿ
|
|
||||||
I
|
|
||||||
java:S1135…"2Complete the task associated to this TODO comment.(Œ¢Â¨
|
|
||||||
@
|
|
||||||
java:S1659<18>"$Declare "seqend" on a separate line.(™›‘žüÿÿÿÿ
|
|
||||||
<
|
|
||||||
java:S1659‘"&Declare "segtype2" on a separate line.(¿Ðìn
|
|
||||||
R java:S125“"<This block of commented-out lines of code should be removed.(Ê¿…ë
|
|
||||||
W java:S125§"<This block of commented-out lines of code should be removed.(š™Ó’þÿÿÿÿ
|
|
||||||
I
|
|
||||||
java:S1135¥"2Complete the task associated to this TODO comment.(Œ¢Â¨
|
|
||||||
n
|
|
||||||
java:S3776´"RRefactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed.(òƒ¨‚úÿÿÿÿ
|
|
||||||
V
|
|
||||||
java:S1659¾"?Declare "py" and all following declarations on a separate line.(™ïØ·
|
|
||||||
V
|
|
||||||
java:S1659ê"?Declare "t1" and all following declarations on a separate line.(Ü¢þ•
|
|
@ -1,5 +0,0 @@
|
|||||||
|
|
||||||
J
|
|
||||||
java:S2699"-Add at least one assertion to this test case.(þ–’ê8®œàÁŒ0
|
|
||||||
¡
|
|
||||||
java:S3577"ƒRename class "Test" to match the regular expression: '^((Test|IT)[a-zA-Z0-9_]+|[A-Z][a-zA-Z0-9_]*(Test|Tests|TestCase|IT|ITCase))$'(Óµ¨œ8Þ ®¾Œ0
|
|
22
.idea/sonarlint/issuestore/index.pb
generated
22
.idea/sonarlint/issuestore/index.pb
generated
@ -1,22 +0,0 @@
|
|||||||
|
|
||||||
k
|
|
||||||
;src/main/java/com/xcl/imagetracer_mod/VectorizingUtils.java,7\6\7694485864010b12895922b15f2a2725fba0800a
|
|
||||||
_
|
|
||||||
/src/test/java/com/xcl/imagetracer_mod/Test.java,e\1\e10c18fde270132583fe384e4bd43a528f6d5e3d
|
|
||||||
c
|
|
||||||
3src/main/java/com/xcl/imagetracer_mod/SVGUtils.java,1\5\1586d759e116a7db0964977c1b73b0ffb0d15141
|
|
||||||
h
|
|
||||||
8src/main/java/com/xcl/imagetracer_mod/SelectiveBlur.java,c\0\c0e3efd21e2289b1fc9bd254fb2d359b2be6d8aa
|
|
||||||
f
|
|
||||||
6src/main/java/com/xcl/imagetracer_mod/ImageTracer.java,0\a\0ab6f53a3ca221a03ba699f735c59475a23a261b
|
|
||||||
?
|
|
||||||
settings.gradle,0\5\05efc8b1657769a27696d478ded1e95f38737233
|
|
||||||
<
|
|
||||||
build.gradle,f\0\f07866736216be0ee2aba49e392191aeae700a35
|
|
||||||
:
|
|
||||||
|
|
||||||
.gitignore,a\5\a5cc2925ca8258af241be7e5b0381edf30266302
|
|
||||||
A
|
|
||||||
gradle.properties,2\a\2afbb999f001938c88fa43fc2ef52abf0f8213e4
|
|
||||||
9
|
|
||||||
README.md,8\e\8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d
|
|
6
.idea/vcs.xml
generated
6
.idea/vcs.xml
generated
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="VcsDirectoryMappings">
|
|
||||||
<mapping directory="" vcs="Git" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
@ -1,4 +1,5 @@
|
|||||||
# ImageTracerJava
|
# ImageTracerJava
|
||||||
|
|
||||||
ImageTracerJava(A library that can transfer pictures such as PNG to SVG)<br>
|
ImageTracerJava(A library that can transfer pictures such as PNG to SVG)<br>
|
||||||
ImageTracerJava(一个可以把png等图片转svg的开源Java库)
|
ImageTracerJava(一个可以把png等图片转svg的开源Java库)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user