repo
stringclasses
1k values
file_url
stringlengths
96
373
file_path
stringlengths
11
294
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
6 values
commit_sha
stringclasses
1k values
retrieved_at
stringdate
2026-01-04 14:45:56
2026-01-04 18:30:23
truncated
bool
2 classes
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/test/java/org/apache/flink/graph/streaming/example/test/DegreeDistributionITCase.java
src/test/java/org/apache/flink/graph/streaming/example/test/DegreeDistributionITCase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/test/java/org/apache/flink/graph/streaming/example/test/ConnectedComponentsTest.java
src/test/java/org/apache/flink/graph/streaming/example/test/ConnectedComponentsTest.java
package org.apache.flink.graph.streaming.example.test; import org.apache.flink.graph.Edge; import org.apache.flink.graph.streaming.GraphStream; import org.apache.flink.graph.streaming.SimpleEdgeStream; import org.apache.flink.graph.streaming.library.ConnectedComponents; import org.apache.flink.graph.streaming.summarie...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/test/java/org/apache/flink/graph/streaming/example/test/WindowTrianglesITCase.java
src/test/java/org/apache/flink/graph/streaming/example/test/WindowTrianglesITCase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/test/java/org/apache/flink/graph/streaming/example/test/TriangleCountTest.java
src/test/java/org/apache/flink/graph/streaming/example/test/TriangleCountTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/test/java/org/apache/flink/graph/streaming/example/test/BipartitenessCheckTest.java
src/test/java/org/apache/flink/graph/streaming/example/test/BipartitenessCheckTest.java
package org.apache.flink.graph.streaming.example.test; import com.google.common.collect.Lists; import org.apache.flink.graph.Edge; import org.apache.flink.graph.streaming.GraphStream; import org.apache.flink.graph.streaming.SimpleEdgeStream; import org.apache.flink.graph.streaming.library.BipartitenessCheck; import or...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/EdgesReduce.java
src/main/java/org/apache/flink/graph/streaming/EdgesReduce.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/SummaryBulkAggregation.java
src/main/java/org/apache/flink/graph/streaming/SummaryBulkAggregation.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/SimpleEdgeStream.java
src/main/java/org/apache/flink/graph/streaming/SimpleEdgeStream.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/SnapshotStream.java
src/main/java/org/apache/flink/graph/streaming/SnapshotStream.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/EdgesFold.java
src/main/java/org/apache/flink/graph/streaming/EdgesFold.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/EventType.java
src/main/java/org/apache/flink/graph/streaming/EventType.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/GraphStream.java
src/main/java/org/apache/flink/graph/streaming/GraphStream.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/SummaryTreeReduce.java
src/main/java/org/apache/flink/graph/streaming/SummaryTreeReduce.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/EdgesApply.java
src/main/java/org/apache/flink/graph/streaming/EdgesApply.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/SummaryAggregation.java
src/main/java/org/apache/flink/graph/streaming/SummaryAggregation.java
package org.apache.flink.graph.streaming; import org.apache.flink.api.common.functions.FlatMapFunction; import org.apache.flink.api.common.functions.MapFunction; import org.apache.flink.api.common.functions.ReduceFunction; import org.apache.flink.api.java.operators.translation.WrappingFunction; import org.apache.flink...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/util/SampledEdge.java
src/main/java/org/apache/flink/graph/streaming/util/SampledEdge.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/util/MatchingEvent.java
src/main/java/org/apache/flink/graph/streaming/util/MatchingEvent.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/util/SignedVertex.java
src/main/java/org/apache/flink/graph/streaming/util/SignedVertex.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/util/TriangleEstimate.java
src/main/java/org/apache/flink/graph/streaming/util/TriangleEstimate.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/summaries/DisjointSet.java
src/main/java/org/apache/flink/graph/streaming/summaries/DisjointSet.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/summaries/Candidates.java
src/main/java/org/apache/flink/graph/streaming/summaries/Candidates.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/summaries/AdjacencyListGraph.java
src/main/java/org/apache/flink/graph/streaming/summaries/AdjacencyListGraph.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/library/BipartitenessCheck.java
src/main/java/org/apache/flink/graph/streaming/library/BipartitenessCheck.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/library/ConnectedComponents.java
src/main/java/org/apache/flink/graph/streaming/library/ConnectedComponents.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/library/Spanner.java
src/main/java/org/apache/flink/graph/streaming/library/Spanner.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/library/ConnectedComponentsTree.java
src/main/java/org/apache/flink/graph/streaming/library/ConnectedComponentsTree.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/example/SpannerExample.java
src/main/java/org/apache/flink/graph/streaming/example/SpannerExample.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/example/CentralizedWeightedMatching.java
src/main/java/org/apache/flink/graph/streaming/example/CentralizedWeightedMatching.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/example/BipartitenessCheckExample.java
src/main/java/org/apache/flink/graph/streaming/example/BipartitenessCheckExample.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/example/ExactTriangleCount.java
src/main/java/org/apache/flink/graph/streaming/example/ExactTriangleCount.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/example/IterativeConnectedComponents.java
src/main/java/org/apache/flink/graph/streaming/example/IterativeConnectedComponents.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/example/IncidenceSamplingTriangleCount.java
src/main/java/org/apache/flink/graph/streaming/example/IncidenceSamplingTriangleCount.java
package org.apache.flink.graph.streaming.example; import org.apache.flink.api.common.ProgramDescription; import org.apache.flink.api.common.functions.FlatMapFunction; import org.apache.flink.api.common.functions.MapFunction; import org.apache.flink.api.common.functions.RichFlatMapFunction; import org.apache.flink.api....
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/example/DegreeDistribution.java
src/main/java/org/apache/flink/graph/streaming/example/DegreeDistribution.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/example/BroadcastTriangleCount.java
src/main/java/org/apache/flink/graph/streaming/example/BroadcastTriangleCount.java
package org.apache.flink.graph.streaming.example; import org.apache.flink.api.common.ProgramDescription; import org.apache.flink.api.common.functions.FlatMapFunction; import org.apache.flink.api.common.functions.MapFunction; import org.apache.flink.api.common.functions.RichFlatMapFunction; import org.apache.flink.api....
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/example/ConnectedComponentsExample.java
src/main/java/org/apache/flink/graph/streaming/example/ConnectedComponentsExample.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
vasia/gelly-streaming
https://github.com/vasia/gelly-streaming/blob/76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9/src/main/java/org/apache/flink/graph/streaming/example/WindowTriangles.java
src/main/java/org/apache/flink/graph/streaming/example/WindowTriangles.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
76fb3f7d8bac7ff1bc96dd6110dac93f72692cf9
2026-01-05T02:40:57.674434Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/RoncooJuiSpringbootWebApplication.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/RoncooJuiSpringbootWebApplication.java
package com.roncoo.jui; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.web.servlet.ServletComponentScan; import org.springframework.scheduling.annotation.EnableAsync; import org.springframework.scheduling.annotatio...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/LoginController.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/LoginController.java
/** * Copyright 2015-2016 广州市领课网络科技有限公司 */ package com.roncoo.jui.web.controller; import java.io.IOException; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; import java.net.URLEncoder; import java.util.HashMap; import java.util.Map; import javax.servlet.http.HttpServletRequest; import java...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/IndexController.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/IndexController.java
/** * Copyright 2015-2016 广州市领课网络科技有限公司 */ package com.roncoo.jui.web.controller; import java.util.ArrayList; import java.util.List; import javax.servlet.http.HttpSession; import org.apache.shiro.SecurityUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Con...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/WebSiteController.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/WebSiteController.java
package com.roncoo.jui.web.controller.admin; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.RequestMapp...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/RcReportController.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/RcReportController.java
package com.roncoo.jui.web.controller.admin; import java.io.IOException; import javax.servlet.http.HttpServletResponse; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotati...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/SysRoleUserController.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/SysRoleUserController.java
package com.roncoo.jui.web.controller.admin; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bin...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/RcDataDictionaryListController.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/RcDataDictionaryListController.java
package com.roncoo.jui.web.controller.admin; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.RequestMapp...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/RcDataDictionaryController.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/RcDataDictionaryController.java
package com.roncoo.jui.web.controller.admin; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.RequestMapp...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/SysRoleController.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/SysRoleController.java
package com.roncoo.jui.web.controller.admin; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.RequestMapp...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/SysMenuRoleController.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/SysMenuRoleController.java
package com.roncoo.jui.web.controller.admin; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bin...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/SysUserController.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/SysUserController.java
package com.roncoo.jui.web.controller.admin; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.RequestMapp...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/SysMenuController.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/SysMenuController.java
package com.roncoo.jui.web.controller.admin; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.RequestMapp...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/WebSiteUrlController.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/controller/admin/WebSiteUrlController.java
package com.roncoo.jui.web.controller.admin; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.RequestMapp...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/custom/ShiroConfiguration.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/custom/ShiroConfiguration.java
package com.roncoo.jui.web.custom; import java.util.HashSet; import java.util.List; import java.util.Set; import org.apache.shiro.SecurityUtils; import org.apache.shiro.authc.AuthenticationException; import org.apache.shiro.authc.AuthenticationInfo; import org.apache.shiro.authc.AuthenticationToken; import org.apache...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/custom/WebMvcConfigurer.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/custom/WebMvcConfigurer.java
package com.roncoo.jui.web.custom; import java.io.PrintWriter; import java.util.HashSet; import java.util.List; import java.util.Set; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.shiro.SecurityUtils; import org.springframework.context.annotation.Bean;...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/custom/RoncooExceptionHandler.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/custom/RoncooExceptionHandler.java
package com.roncoo.jui.web.custom; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springframework.web.bind.annotation.ResponseStatus; import org.springframework.web.bind.annotation.RestControllerAdvice; import com.roncoo.jui.common.util.base.Bas...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/custom/ShiroFreeMarkerWebConfiguration.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/custom/ShiroFreeMarkerWebConfiguration.java
package com.roncoo.jui.web.custom; import javax.annotation.PostConstruct; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerWebConfiguration; import org.springframework.context.annotation.Configuration; import...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/custom/WebXssFilter.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/custom/WebXssFilter.java
package com.roncoo.jui.web.custom; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.annotation.WebFilter; ...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/WebSiteService.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/WebSiteService.java
package com.roncoo.jui.web.service; import java.io.File; import java.io.IOException; import java.util.List; import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.springframework.util.StringUtils; import or...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/SysMenuRoleService.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/SysMenuRoleService.java
package com.roncoo.jui.web.service; import java.util.List; import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.springframework.util.StringUtils; import com.roncoo.jui.common.dao.SysMenuRoleDao; import c...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/SysUserService.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/SysUserService.java
package com.roncoo.jui.web.service; import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.springframework.util.StringUtils; import com.roncoo.jui.common.dao.SysUserDao; import com.roncoo.jui.common.entity....
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/RcDataDictionaryListService.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/RcDataDictionaryListService.java
package com.roncoo.jui.web.service; import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import com.roncoo.jui.common.dao.RcDataDictionaryListDao; import com.roncoo.jui.common.entity.RcDataDictionaryList; import com...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/SysRoleService.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/SysRoleService.java
package com.roncoo.jui.web.service; import java.util.List; import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.springframework.util.StringUtils; import com.roncoo.jui.common.dao.SysRoleDao; import com.r...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/RcDataDictionaryService.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/RcDataDictionaryService.java
package com.roncoo.jui.web.service; import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.springframework.util.StringUtils; import com.roncoo.jui.common.dao.RcDataDictionaryDao; import com.roncoo.jui.commo...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/SysMenuService.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/SysMenuService.java
package com.roncoo.jui.web.service; import java.util.ArrayList; import java.util.List; import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.springframework.util.StringUtils; import com.roncoo.jui.common....
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/WebSiteUrlService.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/WebSiteUrlService.java
package com.roncoo.jui.web.service; import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.springframework.util.StringUtils; import com.roncoo.jui.common.dao.WebSiteUrlDao; import com.roncoo.jui.common.enti...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/SysRoleUserService.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/SysRoleUserService.java
package com.roncoo.jui.web.service; import java.util.List; import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.springframework.util.StringUtils; import com.roncoo.jui.common.dao.SysRoleUserDao; import c...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/RcReportService.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/service/RcReportService.java
package com.roncoo.jui.web.service; import java.io.IOException; import java.net.URLEncoder; import javax.servlet.http.HttpServletResponse; import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import com.roncoo.jui...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/RcDataDictionaryQO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/RcDataDictionaryQO.java
package com.roncoo.jui.web.bean.qo; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 数据字典 * </p> * * @author wujing * @since 2017-11-11 */ @Data @Accessors(chain = true) public class RcDataDictionaryQO impleme...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/SysMenuQO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/SysMenuQO.java
package com.roncoo.jui.web.bean.qo; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 菜单信息 * </p> * * @author wujing * @since 2017-11-11 */ @Data @Accessors(chain = true) public class SysMenuQO implements Seria...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/WebSiteUrlQO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/WebSiteUrlQO.java
package com.roncoo.jui.web.bean.qo; import java.io.Serializable; import java.util.Date; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 网址汇总地址 * </p> * * @author wujing * @since 2017-11-22 */ @Data @Accessors(chain = true) public class WebSiteUrlQO implements Serializable { private ...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/SysMenuRoleQO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/SysMenuRoleQO.java
package com.roncoo.jui.web.bean.qo; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 菜单角色关联表 * </p> * * @author wujing * @since 2017-11-11 */ @Data @Accessors(chain = true) public class SysMenuRoleQO implement...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/SysRoleUserQO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/SysRoleUserQO.java
package com.roncoo.jui.web.bean.qo; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 角色用户关联表 * </p> * * @author wujing * @since 2017-11-11 */ @Data @Accessors(chain = true) public class SysRoleUserQO implement...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/WebSiteQO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/WebSiteQO.java
package com.roncoo.jui.web.bean.qo; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 网址汇总 * </p> * * @author wujing * @since 2017-11-22 */ @Data @Accessors(chain = true) public class WebSiteQO implements Seria...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/SysUserQO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/SysUserQO.java
package com.roncoo.jui.web.bean.qo; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 后台用户信息 * </p> * * @author wujing * @since 2017-11-11 */ @Data @Accessors(chain = true) public class SysUserQO implements Ser...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/RcReportQO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/RcReportQO.java
package com.roncoo.jui.web.bean.qo; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 报表 * </p> * * @author wujing * @since 2017-11-11 */ @Data @Accessors(chain = true) public class RcReportQO implements Serial...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/SysRoleQO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/SysRoleQO.java
package com.roncoo.jui.web.bean.qo; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 角色信息 * </p> * * @author wujing * @since 2017-11-11 */ @Data @Accessors(chain = true) public class SysRoleQO implements Seria...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/RcDataDictionaryListQO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/qo/RcDataDictionaryListQO.java
package com.roncoo.jui.web.bean.qo; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 数据字典明细表 * </p> * * @author wujing * @since 2017-11-11 */ @Data @Accessors(chain = true) public class RcDataDictionaryListQO ...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/WebSiteUrlVO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/WebSiteUrlVO.java
package com.roncoo.jui.web.bean.vo; import java.io.Serializable; import java.util.Date; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 网址汇总地址 * </p> * * @author wujing * @since 2017-11-22 */ @Data @Accessors(chain = true) public class WebSiteUrlVO implements Serializable { private ...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/SysRoleUserVO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/SysRoleUserVO.java
package com.roncoo.jui.web.bean.vo; import java.io.Serializable; import java.util.Date; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 角色用户关联表 * </p> * * @author wujing * @since 2017-10-21 */ @Data @Accessors(chain = true) public class SysRoleUserVO implements Serializable { privat...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/SysMenuRoleVO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/SysMenuRoleVO.java
package com.roncoo.jui.web.bean.vo; import java.io.Serializable; import java.util.Date; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 菜单角色关联表 * </p> * * @author wujing * @since 2017-10-21 */ @Data @Accessors(chain = true) public class SysMenuRoleVO implements Serializable { privat...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/SysUserVO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/SysUserVO.java
package com.roncoo.jui.web.bean.vo; import java.io.Serializable; import java.util.Date; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 后台用户信息 * </p> * * @author wujing * @since 2017-10-21 */ @Data @Accessors(chain = true) public class SysUserVO implements Serializable { private sta...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/RcReportVO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/RcReportVO.java
package com.roncoo.jui.web.bean.vo; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 报表 * </p> * * @author wujing * @since 2017-11-11 */ @Data @Accessors(chain = true) public class RcReportVO implements Serial...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/RcDataDictionaryListVO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/RcDataDictionaryListVO.java
package com.roncoo.jui.web.bean.vo; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 数据字典明细表 * </p> * * @author wujing * @since 2017-11-11 */ @Data @Accessors(chain = true) public class RcDataDictionaryListVO ...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/RcDataDictionaryVO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/RcDataDictionaryVO.java
package com.roncoo.jui.web.bean.vo; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 数据字典 * </p> * * @author wujing * @since 2017-11-11 */ @Data @Accessors(chain = true) public class RcDataDictionaryVO impleme...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/WebSiteVO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/WebSiteVO.java
package com.roncoo.jui.web.bean.vo; import java.io.Serializable; import java.util.Date; import java.util.List; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 网址汇总 * </p> * * @author wujing * @since 2017-11-22 */ @Data @Accessors(chain = true) public class WebSiteVO implements Serializab...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/SysMenuVO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/SysMenuVO.java
package com.roncoo.jui.web.bean.vo; import java.io.Serializable; import java.util.Date; import java.util.List; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 菜单信息 * </p> * * @author wujing * @since 2017-10-26 */ @Data @Accessors(chain = true) public class SysMenuVO implements Serializab...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/SysRoleVO.java
roncoo-jui-springboot-web/src/main/java/com/roncoo/jui/web/bean/vo/SysRoleVO.java
package com.roncoo.jui.web.bean.vo; import java.io.Serializable; import java.util.Date; import lombok.Data; import lombok.experimental.Accessors; /** * <p> * 角色信息 * </p> * * @author wujing * @since 2017-10-21 */ @Data @Accessors(chain = true) public class SysRoleVO implements Serializable { private static f...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/RcReportDao.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/RcReportDao.java
package com.roncoo.jui.common.dao; import com.roncoo.jui.common.entity.RcReport; import com.roncoo.jui.common.entity.RcReportExample; import com.roncoo.jui.common.util.jui.Page; public interface RcReportDao { int save(RcReport record); int deleteById(Long id); int updateById(RcReport record); RcRep...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/DataDictionaryDao.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/DataDictionaryDao.java
/* * Copyright 2015-2016 RonCoo(http://www.roncoo.com) Group. * * 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 req...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/RcDataDictionaryDao.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/RcDataDictionaryDao.java
package com.roncoo.jui.common.dao; import com.roncoo.jui.common.entity.RcDataDictionary; import com.roncoo.jui.common.entity.RcDataDictionaryExample; import com.roncoo.jui.common.util.jui.Page; public interface RcDataDictionaryDao { int save(RcDataDictionary record); int deleteById(Long id); int updateB...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/WebSiteDao.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/WebSiteDao.java
package com.roncoo.jui.common.dao; import com.roncoo.jui.common.entity.WebSite; import com.roncoo.jui.common.entity.WebSiteExample; import com.roncoo.jui.common.util.jui.Page; import java.util.List; public interface WebSiteDao { int save(WebSite record); int deleteById(Long id); int updateById(WebSite r...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/DataDictionaryListDao.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/DataDictionaryListDao.java
/* * Copyright 2015-2016 RonCoo(http://www.roncoo.com) Group. * * 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 req...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/SysMenuDao.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/SysMenuDao.java
package com.roncoo.jui.common.dao; import java.util.List; import com.roncoo.jui.common.entity.SysMenu; import com.roncoo.jui.common.entity.SysMenuExample; import com.roncoo.jui.common.util.jui.Page; public interface SysMenuDao { int save(SysMenu record); int deleteById(Long id); int updateById(SysMenu record); ...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/SysRoleDao.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/SysRoleDao.java
package com.roncoo.jui.common.dao; import com.roncoo.jui.common.entity.SysRole; import com.roncoo.jui.common.entity.SysRoleExample; import com.roncoo.jui.common.util.jui.Page; public interface SysRoleDao { int save(SysRole record); int deleteById(Long id); int updateById(SysRole record); SysRole getById(Long i...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/RcDataDictionaryListDao.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/RcDataDictionaryListDao.java
package com.roncoo.jui.common.dao; import com.roncoo.jui.common.entity.RcDataDictionaryList; import com.roncoo.jui.common.entity.RcDataDictionaryListExample; import com.roncoo.jui.common.util.jui.Page; public interface RcDataDictionaryListDao { int save(RcDataDictionaryList record); int deleteById(Long id); ...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/SysMenuRoleDao.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/SysMenuRoleDao.java
package com.roncoo.jui.common.dao; import java.util.List; import com.roncoo.jui.common.entity.SysMenuRole; import com.roncoo.jui.common.entity.SysMenuRoleExample; import com.roncoo.jui.common.util.jui.Page; public interface SysMenuRoleDao { int save(SysMenuRole record); int deleteById(Long id); int updateById(S...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/SysRoleUserDao.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/SysRoleUserDao.java
package com.roncoo.jui.common.dao; import java.util.List; import com.roncoo.jui.common.entity.SysRoleUser; import com.roncoo.jui.common.entity.SysRoleUserExample; import com.roncoo.jui.common.util.jui.Page; public interface SysRoleUserDao { int save(SysRoleUser record); int deleteById(Long id); int updateById(...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/SysUserDao.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/SysUserDao.java
package com.roncoo.jui.common.dao; import com.roncoo.jui.common.entity.SysUser; import com.roncoo.jui.common.entity.SysUserExample; import com.roncoo.jui.common.util.jui.Page; public interface SysUserDao { int save(SysUser record); int deleteById(Long id); int updateById(SysUser record); SysUser ge...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/ReportDao.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/ReportDao.java
/* * Copyright 2015-2016 RonCoo(http://www.roncoo.com) Group. * * 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 req...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/WebSiteUrlDao.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/WebSiteUrlDao.java
package com.roncoo.jui.common.dao; import com.roncoo.jui.common.entity.WebSiteUrl; import com.roncoo.jui.common.entity.WebSiteUrlExample; import com.roncoo.jui.common.util.jui.Page; import java.util.List; public interface WebSiteUrlDao { int save(WebSiteUrl record); int deleteById(Long id); int updateBy...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/RcDataDictionaryListDaoImpl.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/RcDataDictionaryListDaoImpl.java
package com.roncoo.jui.common.dao.impl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import com.roncoo.jui.common.dao.RcDataDictionaryListDao; import com.roncoo.jui.common.entity.RcDataDictionaryList; import com.roncoo.jui.common.entity.RcDataDiction...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/SysMenuRoleDaoImpl.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/SysMenuRoleDaoImpl.java
package com.roncoo.jui.common.dao.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import com.roncoo.jui.common.dao.SysMenuRoleDao; import com.roncoo.jui.common.entity.SysMenuRole; import com.roncoo.jui.common.entity.SysMenu...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/RcReportDaoImpl.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/RcReportDaoImpl.java
package com.roncoo.jui.common.dao.impl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import com.roncoo.jui.common.dao.RcReportDao; import com.roncoo.jui.common.entity.RcReport; import com.roncoo.jui.common.entity.RcReportExample; import com.roncoo.ju...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false