上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 54 下一页
摘要: 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)
摘要: 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)
摘要: 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)
摘要: https://blog.csdn.net/CallMeV6/article/details/80804376 阅读全文
posted @ 2019-07-20 18:53 java渣渣 阅读(844) 评论(0) 推荐(0)
摘要: https://www.baeldung.com/spring-shutdown-callbacks 阅读全文
posted @ 2019-07-18 19:33 java渣渣 阅读(139) 评论(0) 推荐(0)
摘要: 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)
摘要: 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)
摘要: 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)
摘要: https://blog.csdn.net/vking_wang/article/details/14166593 阅读全文
posted @ 2019-06-11 16:53 java渣渣 阅读(95) 评论(0) 推荐(0)
摘要: 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 下一页