int: identical with int 32, capacity,

 Type      Capacity

   Int16 -- (-32,768 to +32,767)

   Int32 (same with int) -- (-2,147,483,648 to +2,147,483,647)

   Int64  (identical with long, Signed 64-bit integer) -- (-9,223,372,036,854,775,808 to +9,223,372,036,854,775,807)

  

最新文章

  1. Entity Framework 6 Recipes 2nd Edition(13-6)译 -> 自动编译的LINQ查询
  2. MVC Request.IsAuthenticated一直false Request.Cookie获取不到cookie
  3. animate对颜色设置不起作用
  4. Java多线程编程——进阶篇二
  5. PHP 魔术变量
  6. Hadoop开发环境搭建
  7. ab安装和使用
  8. 台积电16nm工艺为什么好过三星14nm
  9. [RxJS] Reactive Programming - Sharing network requests with shareReplay()
  10. 自己动手写PHP MVC框架
  11. C#比较两个时间大小
  12. Reverse Words in a String | LeetCode OJ | C++
  13. day21.模块和包
  14. 不要使用Resource Owner Password Credentials
  15. Linux安装python2.7
  16. Hadoop生态组件的WebUI地址
  17. C++基础算法学习——汉洛塔问题
  18. android post 方式 访问网络 实例
  19. AMD、CMD、UMD 模块的写法
  20. php的数组变量

热门文章

  1. Linux系统kernel参数优化
  2. PHP静态文件缓存
  3. Ueditor百度编辑器插件的安装
  4. web项目中无法开启或404
  5. 水题:HDU1034-Candy Sharing Game
  6. Java的多态性Polymorphism
  7. vue-cli 中引入 jq
  8. loj2071 「JSOI2016」最佳团体
  9. luogu2120 [ZJOI2007]仓库建设
  10. leetcode 【 Best Time to Buy and Sell Stock II 】python 实现