wsy #4

Closed
p5v78ok6z wants to merge 0 commits from wsy into main

18
.gitignore vendored

@ -0,0 +1,18 @@
# Build and Release Folders
bin-debug/
bin-release/
[Oo]bj/
[Bb]in/
# Other files and folders
.settings/
# Executables
*.swf
*.air
*.ipa
*.apk
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

@ -1,2 +0,0 @@
# cangku

@ -19,7 +19,7 @@ import java.io.IOException;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
//WSY
/**
* Handler
*/

@ -12,7 +12,7 @@ import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
//WSY
/**
*
Spring MVC

@ -19,7 +19,7 @@ import java.io.IOException;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
//WSY
/**
* Handler

@ -48,8 +48,7 @@ public class RepositoryAdminManageHandler {
*/
private Map<String, Object> query(String keyWord, String searchType, int offset, int limit) throws RepositoryAdminManageServiceException {
Map<String, Object> queryResult = null;
// query
//WSY
switch (searchType) {
case SEARCH_ALL:
queryResult = repositoryAdminManageService.selectAll(offset, limit);

@ -20,7 +20,7 @@ import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
//WSY
/**
* Handler
*/

@ -21,7 +21,7 @@ import java.text.ParseException;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
//WSY
/**
* Handler
*/

@ -23,7 +23,7 @@ import java.io.OutputStream;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
//WSY
/**
*
*

@ -18,7 +18,7 @@ import java.io.IOException;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
//WSY
/**
* Handler

@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
//WSY
/**
* Handler
*

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save