- 博客(8)
- 收藏
- 关注
转载 根据创建日期和访问日期清理文件
Function FilesTree(sPath) Set oFso = CreateObject("Scripting.FileSystemObject") Set oFolder = oFso.getfolder(sPath) Set oSubFolders = o...
2019-08-08 09:40:00 206
转载 文件差异备份-快速异地保存
使用小巧强大的7z(不到1M),实现差异文件备份.::This script backup the data from srvdatacn01::It's an ancremental backups tools, One base file and diff files for eac...
2019-07-25 13:45:00 377
转载 DOS bat 学习资料
dos 编程教程 http://www.cnblogs.com/glaivelee/archive/2009/10/07/1578737.html 一个dos 函数网站 https://www.dostips.com/ ...
2019-05-21 13:46:00 102
转载 QVariant 自定义任意类型,如<QMap>, 数据库模型等
#include <QCoreApplication>#include <QDebug>#include <QVariantMap>Q_DECLARE_METATYPE(QVariantMap)int main(int argc, char *a...
2017-12-02 14:59:00 661
转载 随机数生成器
std中有个高效的伪随机数生成器std::mt19937, 头文件为random, 指定不同随机数种子后即可. 可以取时间作为种子. #include <QCoreApplication>#include <QDebug>#include <QDateTim...
2017-11-29 18:01:00 144
转载 C++ friend 使用心得
给一个类添加friend友元函数前, 在正常函数上添加对象类的指针或者引用. 这个函数可以是static, 可以是类函数或者独立的函数,也可以是template. 在需要的类中声明friend,并在声明的友元函数和函数定义参数中添加类对象引用或指针, 但是声明友元函数的时候不能加stati...
2017-11-29 15:39:00 84
转载 GitHub 使用
Git 常用命令 origin/master = remotes/origin/master = refs/remotes/origin/master 非常好的文章: http://www.ruanyifeng.com/blog/2014/06/git_remote.html...
2017-11-24 14:19:00 76
转载 Astyle格式说明
#### Option's Format:选项格式 ## ---------------- ## Long options (starting with '--') must be written one at a time. ## Short options (starting with '...
2017-11-24 14:10:00 600
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人