上一页 1 ··· 377 378 379 380 381 382 383 384 385 ··· 619 下一页

2020年12月8日

摘要: 1.所有浏览器互联网网站全部禁止使用。包括浏览器、网址、网站都通过软件 app展示 2.移动支付除小额 全部人脸识别面对面支付 阅读全文
posted @ 2020-12-08 11:52 lydstory 阅读(40) 评论(0) 推荐(0)
摘要: PS文件 转换成pdf文件 阅读全文
posted @ 2020-12-08 10:18 lydstory 阅读(200) 评论(0) 推荐(0)

2020年12月7日

摘要: #include <stdio.h> #include <stdlib.h> int main () { FILE * pFile; long lSize; char * buffer; size_t result; /* 若要一个byte不漏地读入整个文件,只能采用二进制方式打开 */ pFile 阅读全文
posted @ 2020-12-07 10:16 lydstory 阅读(175) 评论(0) 推荐(0)

2020年12月5日

摘要: https://blog.csdn.net/arunboy/article/details/78749212 仅供参考思路,程序字节有问题,传输pdf等文件,会破坏文件格式,因为字节传输计算错误 阅读全文
posted @ 2020-12-05 15:05 lydstory 阅读(184) 评论(0) 推荐(0)

2020年12月4日

摘要: 阅读全文
posted @ 2020-12-04 10:51 lydstory 阅读(256) 评论(0) 推荐(0)

2020年12月2日

摘要: 同步文件用rsync 同步文件用rsync 阅读全文
posted @ 2020-12-02 15:33 lydstory 阅读(47) 评论(0) 推荐(0)
摘要: 下载rsync 源码包wget http://www.samba.org/ftp/rsync/rsync-3.1.2.tar.gztar -zxvf rsync-3.1.2.tar.gzcd rsync-3.1.2配置+编译安装./configure --prefix=/usr/local/rsyn 阅读全文
posted @ 2020-12-02 15:17 lydstory 阅读(86) 评论(0) 推荐(0)
摘要: 那就要编写rsync 的接口,往数据插入记录 阅读全文
posted @ 2020-12-02 10:36 lydstory 阅读(60) 评论(0) 推荐(0)
摘要: MyBatis-Plus https://www.imooc.com/article/73275 pom.xml: <!-- MyBatis Plus --><dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-b 阅读全文
posted @ 2020-12-02 09:17 lydstory 阅读(193) 评论(0) 推荐(0)

2020年12月1日

摘要: OutputStream out = socket.getOutputStream(); out.write(toBytes(cmd)); InputStream in = socket.getInputStream(); while ((len = in.read(bytes)) != -1) { 阅读全文
posted @ 2020-12-01 23:10 lydstory 阅读(215) 评论(0) 推荐(0)
上一页 1 ··· 377 378 379 380 381 382 383 384 385 ··· 619 下一页

导航