首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
您找到你想要的搜索结果了吗?
是的
没有找到

使用人脸识别的打卡程序

6月初北京的疫情响应已经降到了三级,没想到中旬时疫情又卷土重来,每天都有10~30个确诊病例的新增,按专家的说法秋冬季还会更严重。公司之前一直使用基于指纹的上下班签到机制,疫情期间为了减少人员接触开始改用人脸打卡。当时以为只是应急用一下,疫情有一两个月就结束了,使用的第三方的人脸打卡程序。但目前已经过去5个月了,疫情还没有结束的迹象。继续使用第三方的打卡程序:一是数据不安全人脸&位置数据全被第三方收集走了,另一方面第三方没有提供接口无法和公司现有的考勤程序进行数据对接。公司希望实现自己的基于人脸打卡程序,这个重任当然就落到了我们开发部上,虽然没经验但咱们做为一个涉身职场多年的老将不能说不行啊。

01

CentOS6.3 x86_64位安装xfce4桌面vncserver服务

CentOS6.3 x86_64位安装xfce4桌面vncserver服务 注意这里用的是最小化安装纯净系统212个包CentOS-6.3-x86_64-minimal.iso 1,wget http://mirrors.sohu.com/fedora-epel//6/x86_64/epel-release-6-7.noarch.rpm    rpm -ivh epel-release-6-7.noarch.rpm 其目的是生产epel的yum源文件 # ls CentOS-Base.repo  CentOS-Base.repo.bak  CentOS-Debuginfo.repo  CentOS-Media.repo  CentOS-Vault.repo  epel.repo  epel-testing.repo 2,# yum groupinfo xfce Loaded plugins: fastestmirror, presto Setting up Group Process Loading mirror speeds from cached hostfile  * epel: kartolo.sby.datautama.net.id epel/group_gz                                                                                                                         | 229 kB     00:05     Group: Xfce  Description: 一个能在低端机器上良好运行的轻便桌面环境。  Mandatory Packages:    Thunar    xfce-utils    xfce4-panel    xfce4-session    xfce4-settings    xfconf    xfdesktop    xfwm4  Default Packages:    NetworkManager-gnome    Terminal    gdm    leafpad    openssh-askpass    orage    polkit-gnome    thunar-archive-plugin    thunar-volman    tumbler    xfce4-appfinder    xfce4-icon-theme    xfce4-mixer    xfce4-power-manager    xfce4-session-engines    xfwm4-theme-nodoka  Optional Packages:    xfwm4-themes  Conditional Packages:    pinentry-gtk 3,# yum -y groupinstall xfce 又安装了226个包,比系统212个还多 Installed:   NetworkManager-gnome.x86_64 1:0.8.1-33.el6          Terminal.x86_64 0:0.4.7-1.el6                       Thunar.x86_64 0:1.3.0-4.el6                         gdm.x86_64 1:2.30.4-33.el6_2                        leafpad.x86_64 0:0.8.18.1-1.el6                     openssh-askpass.x86_64 0:5.3p1-81.el6               orage.x86_64 0:4.8.1-3.el6                          pinentry-gtk.x86_64 0:0.7.6-6.el6                   polkit-gnome.x86_64 0:0.96-3.el6                    thunar-archive-plugin.x86_64 0:0.3.0-2.el6          thunar-volman.x86_64 0:0.6.0-2.el6                  tumbler.x86_64 0:0.1.21-1.el6                       xfce-utils.x86_64 0:4.8.3-1.el6                     xfce4-appfinde

01
领券