exe文件加密器,最好的一机一码加壳软件
2023-12-21 13:45:20 4.27MB exe文件加密 一机一码
1
文件内容包含:deploy.prototxt、deploy_lowres.prototxt、opencv_face_detector.pbtxt、solver.prototxt、test.prototxt、train.prototxt、weights.meta4、download_weights
2023-12-20 16:45:40 41KB opencv 人脸识别
1
PHP播放器用于网站中的加载 将播放器加载入纯PHP代码网站中
2023-12-20 09:05:42 7KB
1
PHP在线文件管理系统 欢迎大家加入QQ群一起交流:223494678 功能简介: 可以管理服务器上的所有问题 符合权限要求的文件可以在线编辑,删除,移动,改名. 可以上传文件 功能太强了,请不要用它来做坏事! 已知问题: 使用在线编辑的时候最好是编辑utf-8格式的文件,如果编辑其他格式的文件容易出状况. http://www.7di.net 管理员用户名:7di.net 管理员密码:www.7di.net
2023-12-20 09:02:14 5KB 在线文件
1
该小程序可以实现VB对excel文档的调用,并且可以实现多次读取excel文档,而不会出现"对象变量或with块变量未设置"的实时错误。
2023-12-20 08:50:00 2KB VB;excel
1
最近在做一个基于RTMP推流的项目,将实现的代码整理了供大家参考,推流环境使用ffmpeg进行推流,nginx做流媒体服务器,VLC进行拉流。
2023-12-19 16:43:49 10KB rtmp rtmp推流
1
看代码非常适合的配置文件,用了怎么多年强烈推荐,在source insight的option 选择load configure加载这个文件即可
2023-12-19 10:19:54 130KB 【配置文件】
1
package hustspy.encrypt; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; public class FileOperation { public static void main(String[] args) { String src = "111.txt"; String dec = "222.txt"; try { FileInputStream in = new FileInputStream(src); // File file = new File(dec); // if(!file.exists()) // file.createNewFile(); FileOutputStream out = new FileOutputStream(dec); byte buffer[] = new byte[1024]; int count,i; while((count=in.read(buffer))!=-1){ // for循环保证只写入count个byte, 否则会写入1024个byte for(i=0; i
2023-12-19 07:03:03 33KB java
1
http://blog.csdn.net/much0726/archive/2008/12/17/3541278.aspx 实现代码
2023-12-19 05:04:32 413KB 显示进度条
1
济南新旧动能转换起步区(济南先行区)geojson 可在地图上绘制属于先行区的轮廓,其中包含街道 方便在echarts等中使用的json文件
2023-12-18 16:37:06 100KB geojson
1