1.text-shadow:5px 5px 5px red, 9px 13px 10px blue, 8px 12px 10px #ccc; 字体阴影面积显示(同box-shadow) 2.自己设置字体 @font-face{ /* 可以设置字体 */ font-family:WebFont; /* ...
分类:
Web程序 时间:
2017-06-20 21:15:51
阅读次数:
225
Card Trick 时间限制:1000 ms | 内存限制:65535 KB 难度:3 描述 The magician shuffles a small pack of cards, holds it face down and performs the following procedure: ...
分类:
其他好文 时间:
2017-06-20 10:51:31
阅读次数:
198
OCR (Optical Character Recognition,光学字符识别)是指电子设备(例如扫描仪或数码相机)检查纸上打印的字符,通过检测暗、亮的模式确定其形状,然后用字符识别方法将形状翻译成计算机文字的过程;即,针对印刷体字符,采用光学的方式将纸质文档中的文字转换成为黑白点阵的图像文件, ...
分类:
其他好文 时间:
2017-06-19 11:01:33
阅读次数:
132
学习 CS231n Convolutional Neural Networks for Visual Recognition http://cs231n.github.io/ Michael Nielsen Neural Networks and Deep Learning http://neura ...
分类:
其他好文 时间:
2017-06-17 22:30:16
阅读次数:
145
1 Introduction A common threat that webdevelopers face is a password-guessing attack known as a brute force attack. Abrute-force attack is an attempt ...
分类:
其他好文 时间:
2017-06-16 14:23:52
阅读次数:
318
@font-face { font-family: 'Glyphicons Halflings'; src: url('/Scripts/bootstrap/fonts/glyphicons-halflings-regular.eot'); src: url('/Scripts/bootstrap/ ...
分类:
其他好文 时间:
2017-06-15 20:25:42
阅读次数:
131
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks codes: https://github.com/kpzhang93/MTCNN_face_detection_al ...
分类:
其他好文 时间:
2017-06-11 17:22:30
阅读次数:
160
Problems are not stop signs, they are guidelines. 问题不是休止符,而是引向标。 It is ture during our explorations we often have to face problems, difficulities and ...
分类:
其他好文 时间:
2017-06-10 17:10:47
阅读次数:
150
可参考链接 UICoordinateSpace 接口,从当前视图的坐标转化到在screen的坐标体 <font color=#0099ff size=7 face="黑体">iOS的屏幕的变化的时候,界面和屏幕变化之间的关系。以iOS8为分隔点。</font> UIView 最为基础的属性 其他的属 ...
分类:
其他好文 时间:
2017-06-08 00:19:28
阅读次数:
346
感谢知乎老狼https://zhuanlan.zhihu.com/p/27275307,点击链接 Anaconda的安装 face_recognition库安装 1.代码 ...
分类:
其他好文 时间:
2017-06-08 00:17:07
阅读次数:
169