当前位置:网站首页>How to save your code works quickly to better protect your labor achievements
How to save your code works quickly to better protect your labor achievements
2022-07-04 23:28:00 【YUJIANYUE】
<?php
/*
function :
Compress dozens of your source code files hash Values are listed , And the listed content will be deposited on the third-party deposit platform, such as where to deposit .
Pay attention to saving the compressed package file and the obtained characteristic content to the network private hard disk at the same time, such as alioss.
*/
$filez = "./chalide.zip";
$lisa = array();
$lisa["filepath"] = $filez;
$lisa["md5_file"] = md5_file($filez);
$lisa["sha_file"] = sha1_file($filez);
$lisa["filesize"] = filesize($filez);
$liha = hash_algos();
foreach($liha as $limi){
$lisa[$limi] = hash_file($limi,$filez);
}
$filet = "<h3>$filez<h3>";
foreach($lisa as $tp=>$zz){
$filet .= "<p>$tp => $zz</p>\r\n";
}
echo "$filet";
?>边栏推荐
- Actual combat simulation │ JWT login authentication
- uniapp 除了数字,其他输入无效
- Redis introduction complete tutorial: List explanation
- [Taichi] change pbf2d (position based fluid simulation) of Taiji to pbf3d with minimal modification
- go踩坑——no required module provides package : go.mod file not found in current directory or any parent
- How to reduce the stock account Commission and stock speculation commission? Is it safe to open an online account
- 【js】-【排序-相关】-笔记
- The difference between cout/cerr/clog
- Instructions for go defer
- MariaDB's Galera cluster application scenario -- multi master and multi active databases
猜你喜欢

The caching feature of docker image and dockerfile

Jar批量管理小工具

The difference between debug and release

如何报考PMP项目管理认证考试?

Stm32 Reverse Introduction to CTF Competition Interpretation

Redis:Redis消息的发布与订阅(了解)

Etcd database source code analysis - brief process of processing entry records

JS card style countdown days

Redis getting started complete tutorial: hash description

企业里Win10 开启BitLocker锁定磁盘,如何备份系统,当系统出现问题又如何恢复,快速恢复又兼顾系统安全(远程设备篇)
随机推荐
MIT-6.824-lab4B-2022(万字思路讲解-代码构建)
MP进阶操作: 时间操作, sql,querywapper,lambdaQueryWapper(条件构造器)快速筛选 枚举类
How to apply for PMP project management certification examination?
Network namespace
Redis introduction complete tutorial: detailed explanation of ordered collection
The initial trial is the cross device model upgrade version of Ruijie switch (taking rg-s2952g-e as an example)
ETCD数据库源码分析——处理Entry记录简要流程
初试为锐捷交换机跨设备型号升级版本(以RG-S2952G-E为例)
Instructions for go defer
ICML 2022 || 3DLinker: 用于分子链接设计的E(3)等变变分自编码器
为什么信息图会帮助你的SEO
Header file duplicate definition problem solving "c1014 error“
Using the uniapp rich text editor
ffmpeg快速剪辑
List related knowledge points to be sorted out
推荐收藏:跨云数据仓库(data warehouse)环境搭建,这货特别干!
字体设计符号组合多功能微信小程序源码
微软禁用IE浏览器后,打开IE浏览器闪退解决办法
C语言快速解决反转链表
[JS] - [dynamic planning] - Notes