MCPcopy Create free account

hub / github.com/WolfLink-DevTeam/Sharine / functions

Functions274 in github.com/WolfLink-DevTeam/Sharine

MethodhasFavorite
(@PathVariable Long videoId)
server/interact-service/src/main/java/org/wolflink/sharine/controller/FavoriteController.java:24
MethodhasFavorite
(videoId: number)
web/src/services/UserService.ts:72
MethodhasFollow
(@PathVariable Long anotherUserId)
server/interact-service/src/main/java/org/wolflink/sharine/controller/UserRelationController.java:25
MethodhasFollow
userId1 是否关注了 userId2 @param userId1 粉丝 @param userId2 被关注者 @return 粉丝是否关注被关注者
server/interact-service/src/main/java/org/wolflink/sharine/service/UserRelationService.java:56
MethodhasViewed
(video: Video)
web/src/services/CategoryService.ts:31
FunctionhomeContentToCategoryChange
()
web/src/store/system.ts:11
MethodhyperAdd
(String key, Object... value)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:239
MethodhyperDel
(String key)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:247
MethodhyperGet
(String... key)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:243
MethodimageSensor
图片审核 @param imgUrl 图片URL @return 图片审核结果,通过返回true,不通过返回false
server/common/src/main/java/org/wolflink/sharine/action/QiniuAction.java:176
Methodincr
(String key, long delta)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:71
MethodisPresent
判断字符串是否为空 @param str @return 不是空字符串
server/common/src/main/java/org/wolflink/sharine/action/StringAction.java:31
MethodisSpecifiedLength
检查字符串是否符合长度 @param str 字符串 @param l 最小长度 @param r 最大长度 @return 是否符合
server/common/src/main/java/org/wolflink/sharine/action/StringAction.java:75
MethodlIndex
(String key, long index)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:184
MethodlPushAll
(String key, Object... values)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:198
MethodlRemove
(String key, long count, Object value)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:213
Functionlogin
()
web/src/store/system.ts:14
Methodlogin
用户登录接口
server/user-service/src/main/java/org/wolflink/sharine/controller/ActionController.java:26
Methodlogin
尝试登录 @param account 用户账号 @param password 用户密码
server/user-service/src/main/java/org/wolflink/sharine/service/UserService.java:40
Methodlogin
()
web/src/services/AccountService.ts:16
Methodlogin
()
web/src/services/UserService.ts:46
Functionlogout
()
web/src/store/system.ts:17
Methodlogout
()
web/src/services/AccountService.ts:7
Methodmain
(String[] args)
server/content-service/src/main/java/org/wolflink/sharine/Application.java:14
Methodmain
(String[] args)
server/aggregated-service/src/main/java/org/wolflink/sharine/Application.java:14
Methodmain
(String[] args)
server/interact-service/src/main/java/org/wolflink/sharine/Application.java:16
Methodmain
(String[] args)
server/user-service/src/main/java/org/wolflink/sharine/Application.java:12
Methodmain
(String[] args)
server/video-service/src/main/java/org/wolflink/sharine/Application.java:14
MethodparseCommentVO
(commentVO: any)
web/src/services/VideoService.ts:53
MethodparseVideoVO
(videoVO: any)
web/src/services/VideoService.ts:71
Methodpost
(Comment comment)
server/interact-service/src/main/java/org/wolflink/sharine/controller/CommentController.java:27
MethodpostBookmark
收藏视频 @param videoId 视频ID
server/interact-service/src/main/java/org/wolflink/sharine/controller/BookmarkController.java:26
MethodpostHandle
(HttpServletRequest request, HttpServletResponse response, Object handler, ModelAndView modelAndView)
server/common/src/main/java/org/wolflink/sharine/RequestLimitInterceptor.java:46
MethodpreHandle
(HttpServletRequest request, HttpServletResponse response, Object handler)
server/common/src/main/java/org/wolflink/sharine/RequestLimitInterceptor.java:35
MethodredisTemplate
(RedisConnectionFactory factory)
server/common/src/main/java/org/wolflink/sharine/config/CacheConfig.java:30
Methodregister
用户注册接口
server/user-service/src/main/java/org/wolflink/sharine/controller/ActionController.java:36
Methodregister
(String ipAddress,String account,String password,String verificationCode)
server/user-service/src/main/java/org/wolflink/sharine/service/UserService.java:50
Methodregister
(verificationCode: number)
web/src/services/UserService.ts:52
MethodrequestForCode
用户请求验证码接口 @return 请求结果
server/user-service/src/main/java/org/wolflink/sharine/controller/ActionController.java:56
MethodrequestForCode
(String ipAddress,String account)
server/user-service/src/main/java/org/wolflink/sharine/service/UserService.java:91
MethodsAdd
(String key, Object... values)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:153
MethodsAddExpire
(String key, long time, Object... values)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:157
MethodsIsMember
(String key, Object value)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:163
MethodsMembers
(String key)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:149
MethodsRemove
(String key, Object... values)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:171
MethodsSize
(String key)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:167
Methodsave
(@NotNull S entity)
server/common/src/main/java/org/wolflink/sharine/repository/BookmarkRepository.java:19
MethodsaveInfo
(account: string,password: string)
web/src/services/AccountService.ts:12
MethodsetNavIndex
(value: number)
web/src/store/system.ts:26
FunctionsimpleDateFormat
(date: Date)
web/src/utilities/ResourceUtility.ts:23
MethodstartRefreshTimer
()
server/common/src/main/java/org/wolflink/sharine/RequestLimitInterceptor.java:29
Methodtodo
()
server/common/src/main/java/org/wolflink/sharine/controller/BaseController.java:45
MethodtopFiveDailyCategories
()
web/src/services/CategoryService.ts:70
MethodtopFiveHotCategories
(videos: Array<Video>)
web/src/services/CategoryService.ts:51
MethodundoBookmark
(videoId: number)
web/src/services/UserService.ts:84
MethodundoFavorite
(@PathVariable Long videoId)
server/interact-service/src/main/java/org/wolflink/sharine/controller/FavoriteController.java:28
MethodundoFavorite
(videoId: number)
web/src/services/UserService.ts:78
MethodundoFollow
(@PathVariable Long anotherUserId)
server/interact-service/src/main/java/org/wolflink/sharine/controller/UserRelationController.java:29
MethodundoFollow
(Long followerId,Long followedId)
server/interact-service/src/main/java/org/wolflink/sharine/service/UserRelationService.java:64
Methodupload
上传文件到七牛云存储 @param inputStream 输入流 @param fileName 文件名(不带有后缀) @return 结果
server/common/src/main/java/org/wolflink/sharine/action/QiniuAction.java:54
MethoduploadVideo
(fileKey: string,hash: string,categoryId: number,title: string,content: string,url: string,coverUrl: string,vi
web/src/services/VideoService.ts:20
MethodverifyFile
校验文件是否存在于数据库中,并且由正确的用户上传 @param uploader 上传者(测试可传null) @param fileKey 文件存储Key @return 校验结果
server/common/src/main/java/org/wolflink/sharine/action/QiniuAction.java:105
MethodverifyVideo
( @RequestBody Video video, @RequestParam String fileKey, @RequestParam St
server/video-service/src/main/java/org/wolflink/sharine/controller/VideoController.java:24
MethodverifyVideo
( @RequestBody Video video, @RequestParam("fileKey") String fileKey, @Requ
server/common/src/main/java/org/wolflink/sharine/rpc/VideoServiceClient.java:13
MethodvideoSensor
视频审核接口支持的视频大小不超过1G,需要分片处理,暂时不接
server/common/src/main/java/org/wolflink/sharine/action/QiniuAction.java:197
MethodviewVideo
(videoId: number)
web/src/services/VideoService.ts:17
Methodwarn
(String msg)
server/common/src/main/java/org/wolflink/sharine/controller/BaseController.java:29
MethodzAllScore
(String key)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:143
MethodzDecr
(String key, Object value, Double score)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:125
MethodzIncr
(String key, Object value, Double score)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:121
MethodzRem
(String key, Object value)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:282
MethodzReverseRangeWithScore
(String key, long start, long end)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:129
MethodzScore
(String key, Object value)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:139
MethodzSize
(String key)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:135
← previous201–274 of 274, ranked by callers