https://www.cnblogs.com/mr-wid/archive/2013/02/18/2916309.html 1类定义示例: class 类名 { public: //公共的行为或属性 private: //公共的行为或属性 }; 2在类定义时定义成员函数 #include <ios ...
分类:
其他好文 时间:
2020-06-11 09:14:37
阅读次数:
49
https://www.cnblogs.com/agostop/archive/2012/03/09/2387775.html https://blog.csdn.net/weixin_30825581/article/details/98601867 https://www.ibm.com/dev ...
分类:
其他好文 时间:
2020-06-10 13:17:36
阅读次数:
47
原文:VS2012中使用SOS调试CLR 之前看了《用WinDbg探索CLR世界》的一些列文章,发现SOS真的是一个非常好的调试.net的工具, 然后又惊喜的在http://blogs.msdn.com/b/mariohewardt/archive/2012/06/05/visual-studio-... ...
分类:
其他好文 时间:
2020-06-10 13:09:30
阅读次数:
69
In this application, we will create a simple adder that computes the sum of two integers. During this process, we will: Generate a Maven project using ...
分类:
移动开发 时间:
2020-06-09 18:18:18
阅读次数:
59
一下载方式:在Windows上下载好,上传到linux上 https://www.oracle.com/java/technologies/java-archive-javase10-downloads.html 二. 解压 tar -zxvf jdk-10.0.2_linux-x64_bin.ta ...
分类:
系统相关 时间:
2020-06-09 14:23:36
阅读次数:
85
Oracle12C开启归档模式 安装Oracle12C后,默认是没有开启归档模式的,可按以下方式开启。1、查看归档相关信息: archive log list 可以看到数据库未开启归档。2、关闭数据库:shutdown immediate 3、启动数据库至mount状态:startup mount ...
分类:
数据库 时间:
2020-06-08 12:48:29
阅读次数:
114
php -i同php -r的区别 函数 php_ini_loaded_file(); 2.执行,(需要修改php为你自己的路径) [code]/usr/local/php/bin/php --ini 会显示php.ini所在路径,哪个路径下没有php.ini文件 3.phpinfo() php -c ...
分类:
Web程序 时间:
2020-06-08 12:39:33
阅读次数:
62
# coding:utf-8 from shutil import make_archive import os import time # 指定需要监测的文件夹 image_path = './image' # 指定压缩包存放的文件夹 output_path = './output' # 记录生成 ...
分类:
编程语言 时间:
2020-06-07 19:17:02
阅读次数:
78
下载apache-apollo-1.7.1-windows-distro.zip(下载地址http://archive.apache.org/dist/activemq/activemq-apollo/1.7.1/),并解压。 进入bin目录 cmd进入到该目录中 使用cmd创建一个文件夹creat ...
分类:
其他好文 时间:
2020-06-06 20:10:05
阅读次数:
261
单文件 4G 限制 FAT32 4G 限制 百度网盘超出 4G 限制 单文件分割与合并 单文件,如:archive.tar.gz 分割 split -b 3000M -d -a 1 archive.tar.gz archive.tar.gz. split 常用选项: -b, --bytes=SIZE ...
分类:
系统相关 时间:
2020-06-05 20:50:06
阅读次数:
87