会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
java渣渣
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
35
36
37
38
39
40
41
42
43
···
54
下一页
2019年8月5日
deepfake安装python常用命令
摘要: pip install -r requirements.txt -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/ python -m pip install face-recognition -i https://mirrors.tun
阅读全文
posted @ 2019-08-05 14:53 java渣渣
阅读(624)
评论(0)
推荐(0)
2019年7月26日
win10 安装face_recongnition
摘要: 1、安装dlib https://stackoverflow.com/questions/41912372/dlib-installation-on-windows-10 2、安装face_recongnition pip install face_recognition https://githu
阅读全文
posted @ 2019-07-26 16:10 java渣渣
阅读(472)
评论(0)
推荐(0)
2019年7月24日
python3安装opencv
摘要: https://medium.com/@akshaychandra21/how-to-install-opencv-and-keras-in-python-3-6-f5f721f0d0b3 https://stackoverflow.com/questions/51721695/dlib-insta
阅读全文
posted @ 2019-07-24 18:09 java渣渣
阅读(305)
评论(0)
推荐(0)
2019年7月20日
java更换java_home不生效问题
摘要: https://blog.csdn.net/CallMeV6/article/details/80804376
阅读全文
posted @ 2019-07-20 18:53 java渣渣
阅读(844)
评论(0)
推荐(0)
2019年7月18日
spring shutdown callback
摘要: https://www.baeldung.com/spring-shutdown-callbacks
阅读全文
posted @ 2019-07-18 19:33 java渣渣
阅读(139)
评论(0)
推荐(0)
2019年7月17日
spring profile 使用
摘要: https://www.baeldung.com/spring-profiles https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-profiles.html
阅读全文
posted @ 2019-07-17 14:51 java渣渣
阅读(352)
评论(0)
推荐(0)
2019年7月9日
What is the size of column of int(11) in mysql in bytes?
摘要: https://stackoverflow.com/questions/5634104/what-is-the-size-of-column-of-int11-in-mysql-in-bytes
阅读全文
posted @ 2019-07-09 11:00 java渣渣
阅读(149)
评论(0)
推荐(0)
2019年7月1日
spotbus gradle-qulity-plugiin 多项目bug检查
摘要: https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html https://xvik.github.io/gradle-quality-plugin/3.0.0/guide/config/ https://github.com/dag
阅读全文
posted @ 2019-07-01 14:50 java渣渣
阅读(342)
评论(0)
推荐(0)
2019年6月11日
数据结构之hashmap
摘要: https://blog.csdn.net/vking_wang/article/details/14166593
阅读全文
posted @ 2019-06-11 16:53 java渣渣
阅读(95)
评论(0)
推荐(0)
2019年6月5日
daily algorithm 判断链表是否有环
摘要: public static boolean isLoopLink(ListNode head) { if (head == null) { return false; } ListNode fast = head.next; ListNode slow = head; while (fas...
阅读全文
posted @ 2019-06-05 16:02 java渣渣
阅读(88)
评论(0)
推荐(0)
上一页
1
···
35
36
37
38
39
40
41
42
43
···
54
下一页
公告