
获得徽章 0
开发了个小产品:33台词。
主要功能:通过台词反向搜索影片片断;在线轻松制作字幕图。
适合视频创作者和自媒体来找创作素材;英语学习者拿来找例句也挺好用的。
附几个码:KLLG,Q6iz,yk5w,9y1n,5Dv6
帮 vote 一个:
creatorsdaily.com
主要功能:通过台词反向搜索影片片断;在线轻松制作字幕图。
适合视频创作者和自媒体来找创作素材;英语学习者拿来找例句也挺好用的。
附几个码:KLLG,Q6iz,yk5w,9y1n,5Dv6
帮 vote 一个:
展开
评论
点赞
GitHub:
文档:
JApiDocs 是一个开源的 SpringBoot API 文档生成工具,无需额外注解,轻松集成。
860个小星星了,希望大家能继续支持!
展开
1
7
评论
7
赞了这篇文章
发现个有意思的事情,关于Java 的 System.currentTimeMillis()。
一直以为这个值在不同时区的机器上应该返回的结果都是一样的,结果发现在Android系统和Ubuntu服务器上的结果居然相差了10倍。
ubuntu: 1563340521712
android: 156334051401
查看了一下文档,注意最后的fox example:
Returns the current time in milliseconds. Note thatwhile the unit of time of the return value is a millisecond, the granularity of the value depends on the underlying operating system and may be larger. For example, many operating systems measure time in units of tens of milliseconds.
不知道以前的代码怎么样了,逃...
一直以为这个值在不同时区的机器上应该返回的结果都是一样的,结果发现在Android系统和Ubuntu服务器上的结果居然相差了10倍。
ubuntu: 1563340521712
android: 156334051401
查看了一下文档,注意最后的fox example:
Returns the current time in milliseconds. Note thatwhile the unit of time of the return value is a millisecond, the granularity of the value depends on the underlying operating system and may be larger. For example, many operating systems measure time in units of tens of milliseconds.
不知道以前的代码怎么样了,逃...
展开
评论
2
赞了这篇文章
赞了这篇文章