Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
Y
yzg-util
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YZG
yzg-util
Commits
213a64bd
Commit
213a64bd
authored
May 11, 2019
by
yanzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加对Android的支持
parent
94c96b76
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
TableHeadHelper.java
...main/java/com/yanzuoguang/util/table/TableHeadHelper.java
+1
-1
RunnableListAuto.java
...in/java/com/yanzuoguang/util/thread/RunnableListAuto.java
+1
-1
No files found.
yzg-util-base/src/main/java/com/yanzuoguang/util/table/TableHeadHelper.java
View file @
213a64bd
...
@@ -119,7 +119,7 @@ public class TableHeadHelper {
...
@@ -119,7 +119,7 @@ public class TableHeadHelper {
// 添加到父元素的子节点
// 添加到父元素的子节点
if
(!
headSubs
.
containsKey
(
parentPath
))
{
if
(!
headSubs
.
containsKey
(
parentPath
))
{
headSubs
.
put
(
parentPath
,
new
ArrayList
<>());
headSubs
.
put
(
parentPath
,
new
ArrayList
<
TableHeadItem
>());
}
}
// 添加到当前元素对应缓存
// 添加到当前元素对应缓存
...
...
yzg-util-base/src/main/java/com/yanzuoguang/util/thread/RunnableListAuto.java
View file @
213a64bd
...
@@ -68,7 +68,7 @@ public final class RunnableListAuto {
...
@@ -68,7 +68,7 @@ public final class RunnableListAuto {
Map
<
String
,
List
<
RunnableListAutoItem
>>
executeMap
=
new
HashMap
<>(
20
);
Map
<
String
,
List
<
RunnableListAutoItem
>>
executeMap
=
new
HashMap
<>(
20
);
// 已执行过的列表
// 已执行过的列表
List
<
RunnableListAutoItem
>
executedToList
=
new
ArrayList
<
RunnableListAutoItem
>();
List
<
RunnableListAutoItem
>
executedToList
=
new
ArrayList
<
RunnableListAutoItem
>();
int
threadCount
=
initPlan
(
methods
,
initList
,
executeMap
,
executedToList
);
final
int
threadCount
=
initPlan
(
methods
,
initList
,
executeMap
,
executedToList
);
// 打印线程顺序
// 打印线程顺序
if
(
IsLog
)
{
if
(
IsLog
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment