Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfLink-DevTeam/Sharine
/ functions
Functions
274 in github.com/WolfLink-DevTeam/Sharine
⨍
Functions
274
◇
Types & classes
111
Method
hasFavorite
(@PathVariable Long videoId)
server/interact-service/src/main/java/org/wolflink/sharine/controller/FavoriteController.java:24
Method
hasFavorite
(videoId: number)
web/src/services/UserService.ts:72
Method
hasFollow
(@PathVariable Long anotherUserId)
server/interact-service/src/main/java/org/wolflink/sharine/controller/UserRelationController.java:25
Method
hasFollow
userId1 是否关注了 userId2 @param userId1 粉丝 @param userId2 被关注者 @return 粉丝是否关注被关注者
server/interact-service/src/main/java/org/wolflink/sharine/service/UserRelationService.java:56
Method
hasViewed
(video: Video)
web/src/services/CategoryService.ts:31
Function
homeContentToCategoryChange
()
web/src/store/system.ts:11
Method
hyperAdd
(String key, Object... value)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:239
Method
hyperDel
(String key)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:247
Method
hyperGet
(String... key)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:243
Method
imageSensor
图片审核 @param imgUrl 图片URL @return 图片审核结果,通过返回true,不通过返回false
server/common/src/main/java/org/wolflink/sharine/action/QiniuAction.java:176
Method
incr
(String key, long delta)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:71
Method
isPresent
判断字符串是否为空 @param str @return 不是空字符串
server/common/src/main/java/org/wolflink/sharine/action/StringAction.java:31
Method
isSpecifiedLength
检查字符串是否符合长度 @param str 字符串 @param l 最小长度 @param r 最大长度 @return 是否符合
server/common/src/main/java/org/wolflink/sharine/action/StringAction.java:75
Method
lIndex
(String key, long index)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:184
Method
lPushAll
(String key, Object... values)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:198
Method
lRemove
(String key, long count, Object value)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:213
Function
login
()
web/src/store/system.ts:14
Method
login
用户登录接口
server/user-service/src/main/java/org/wolflink/sharine/controller/ActionController.java:26
Method
login
尝试登录 @param account 用户账号 @param password 用户密码
server/user-service/src/main/java/org/wolflink/sharine/service/UserService.java:40
Method
login
()
web/src/services/AccountService.ts:16
Method
login
()
web/src/services/UserService.ts:46
Function
logout
()
web/src/store/system.ts:17
Method
logout
()
web/src/services/AccountService.ts:7
Method
main
(String[] args)
server/content-service/src/main/java/org/wolflink/sharine/Application.java:14
Method
main
(String[] args)
server/aggregated-service/src/main/java/org/wolflink/sharine/Application.java:14
Method
main
(String[] args)
server/interact-service/src/main/java/org/wolflink/sharine/Application.java:16
Method
main
(String[] args)
server/user-service/src/main/java/org/wolflink/sharine/Application.java:12
Method
main
(String[] args)
server/video-service/src/main/java/org/wolflink/sharine/Application.java:14
Method
parseCommentVO
(commentVO: any)
web/src/services/VideoService.ts:53
Method
parseVideoVO
(videoVO: any)
web/src/services/VideoService.ts:71
Method
post
(Comment comment)
server/interact-service/src/main/java/org/wolflink/sharine/controller/CommentController.java:27
Method
postBookmark
收藏视频 @param videoId 视频ID
server/interact-service/src/main/java/org/wolflink/sharine/controller/BookmarkController.java:26
Method
postHandle
(HttpServletRequest request, HttpServletResponse response, Object handler, ModelAndView modelAndView)
server/common/src/main/java/org/wolflink/sharine/RequestLimitInterceptor.java:46
Method
preHandle
(HttpServletRequest request, HttpServletResponse response, Object handler)
server/common/src/main/java/org/wolflink/sharine/RequestLimitInterceptor.java:35
Method
redisTemplate
(RedisConnectionFactory factory)
server/common/src/main/java/org/wolflink/sharine/config/CacheConfig.java:30
Method
register
用户注册接口
server/user-service/src/main/java/org/wolflink/sharine/controller/ActionController.java:36
Method
register
(String ipAddress,String account,String password,String verificationCode)
server/user-service/src/main/java/org/wolflink/sharine/service/UserService.java:50
Method
register
(verificationCode: number)
web/src/services/UserService.ts:52
Method
requestForCode
用户请求验证码接口 @return 请求结果
server/user-service/src/main/java/org/wolflink/sharine/controller/ActionController.java:56
Method
requestForCode
(String ipAddress,String account)
server/user-service/src/main/java/org/wolflink/sharine/service/UserService.java:91
Method
sAdd
(String key, Object... values)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:153
Method
sAddExpire
(String key, long time, Object... values)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:157
Method
sIsMember
(String key, Object value)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:163
Method
sMembers
(String key)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:149
Method
sRemove
(String key, Object... values)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:171
Method
sSize
(String key)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:167
Method
save
(@NotNull S entity)
server/common/src/main/java/org/wolflink/sharine/repository/BookmarkRepository.java:19
Method
saveInfo
(account: string,password: string)
web/src/services/AccountService.ts:12
Method
setNavIndex
(value: number)
web/src/store/system.ts:26
Function
simpleDateFormat
(date: Date)
web/src/utilities/ResourceUtility.ts:23
Method
startRefreshTimer
()
server/common/src/main/java/org/wolflink/sharine/RequestLimitInterceptor.java:29
Method
todo
()
server/common/src/main/java/org/wolflink/sharine/controller/BaseController.java:45
Method
topFiveDailyCategories
()
web/src/services/CategoryService.ts:70
Method
topFiveHotCategories
(videos: Array<Video>)
web/src/services/CategoryService.ts:51
Method
undoBookmark
(videoId: number)
web/src/services/UserService.ts:84
Method
undoFavorite
(@PathVariable Long videoId)
server/interact-service/src/main/java/org/wolflink/sharine/controller/FavoriteController.java:28
Method
undoFavorite
(videoId: number)
web/src/services/UserService.ts:78
Method
undoFollow
(@PathVariable Long anotherUserId)
server/interact-service/src/main/java/org/wolflink/sharine/controller/UserRelationController.java:29
Method
undoFollow
(Long followerId,Long followedId)
server/interact-service/src/main/java/org/wolflink/sharine/service/UserRelationService.java:64
Method
upload
上传文件到七牛云存储 @param inputStream 输入流 @param fileName 文件名(不带有后缀) @return 结果
server/common/src/main/java/org/wolflink/sharine/action/QiniuAction.java:54
Method
uploadVideo
(fileKey: string,hash: string,categoryId: number,title: string,content: string,url: string,coverUrl: string,vi
web/src/services/VideoService.ts:20
Method
verifyFile
校验文件是否存在于数据库中,并且由正确的用户上传 @param uploader 上传者(测试可传null) @param fileKey 文件存储Key @return 校验结果
server/common/src/main/java/org/wolflink/sharine/action/QiniuAction.java:105
Method
verifyVideo
( @RequestBody Video video, @RequestParam String fileKey, @RequestParam St
server/video-service/src/main/java/org/wolflink/sharine/controller/VideoController.java:24
Method
verifyVideo
( @RequestBody Video video, @RequestParam("fileKey") String fileKey, @Requ
server/common/src/main/java/org/wolflink/sharine/rpc/VideoServiceClient.java:13
Method
videoSensor
视频审核接口支持的视频大小不超过1G,需要分片处理,暂时不接
server/common/src/main/java/org/wolflink/sharine/action/QiniuAction.java:197
Method
viewVideo
(videoId: number)
web/src/services/VideoService.ts:17
Method
warn
(String msg)
server/common/src/main/java/org/wolflink/sharine/controller/BaseController.java:29
Method
zAllScore
(String key)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:143
Method
zDecr
(String key, Object value, Double score)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:125
Method
zIncr
(String key, Object value, Double score)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:121
Method
zRem
(String key, Object value)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:282
Method
zReverseRangeWithScore
(String key, long start, long end)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:129
Method
zScore
(String key, Object value)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:139
Method
zSize
(String key)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:135
← previous
201–274 of 274, ranked by callers