牛骨文教育服务平台(让学习变的简单)
博客笔记
04
2017-01
查找系统中的大文件(Windows) C++程序 2017-01-04
#include #include #include #include #include #include #include using namespace std; const int max_size = 102400000; //100M map fileInfoMap; void FindFile(char * pFilePath) { WIN32_FIND
03
2011-11
获得Windows系统中文件属性——GetFileAttributes详解 2011-11-03
在MSDN中,文件总共有15种属性,根据磁盘的分区格式不同,文件的属性也会不同。 现在针对 GetFileAttributes 函数的返回值做以下整理 返回字段
22
2014-10
C语言中数据类型的表示范围 2014-10-22
问题:sizeof(int) = 2,int的表示范围为什么是-2^15~2^15-1? 答:对于有符号数,最高位为符号位。二进制原码最大值为0111111111111111=2^15-1,最小值为 1
05
2017-03
C语言signed char数据类型范围为什么是-128-127 2017-03-05
提到这个问题,我们先来做一个-128的原码补码转换(前提假设看到这篇博客的看官会原码补码)          -128            原码     1000 0000      
13
2017-03
C语言的数据类型及范围 2017-03-13
数据类型 序号 类型与描述 1 基本类型:它们是算术类型,包括两种类型:整数类型和浮点类型。 2 枚举类型:它们也是算术类型,被用来定义
15
2018-01
C语言各种数据类型取值范围 2018-01-15
转自:http://blog.csdn.net/mafuli007/article/details/7325510 速查表: char -128 ~ +127 (1 Byte) short -32767 ~ + 32768 (2 Bytes) unsigned short 0 ~ 65536 (2 Bytes) int -2147483648 ~ +21
10
2016-11
C语言几种常见数据类型的范围 2016-11-10
转自:http://blog.csdn.NET/mafuli007/article/details/7325510 速查表: char -128 ~ +127 (1 Byte) short -32767 ~ + 32768 (2 Bytes) unsigned short 0 ~ 65536 (2 Bytes) int -2147483648 ~ +21
12
2013-03
C语言数据类型占字节数 2013-03-12
一、程序运行平台        不同的平台上对不同数据类型分配的字节数是不同的。        个人对平台的理解是CPU+OS+Compiler,是因为:      

			
				Vue.js+Layer表格数据绑定与实现更新
Vue.js+Layer表格数据绑定与实现更新 2017-06-24
一:先使用Vue.js绑定好数据与更新事件                    使用v-on绑定好事件,在事件里边直接把该行数据传递进去,在更新方法里边就可以
28
2015-03
Linux 的常用后台运行指令 2015-03-28
转载自,http://blog.chinaunix.net/uid-26495963-id-3062757.html 執行背景工作的指令 指令或符號 使用範例 說明 & % fasta & 在背景中執行程式 jobs % jobs 顯示