1. PHP declare(ticks=N); 的作用

https://blog.csdn.net/udefined/article/details/24333333

2. pack && unpack

https://my.oschina.net/goal/blog/195749

3. 端口复用

https://www.cnblogs.com/shengulong/p/10206668.html

4. 网络字节序

网络字节顺序TCP/IP规定好的一种数据表示格式它与具体的CPU类型、操作系统等无关,从而可以保证数据在不专同主机之间传输时能够被正确解释。网络字节顺序采用big endian排序方式。

php写法: pack('N',$data);

5. 主机字节序

主机字节序就是我们平常说的大端和小端模式:不同的 CPU 有不同的字节序类型,这些字节序是指整数在属内存中保存的顺序 这个叫做主机序。

6. short、int、long、char、float、double

https://blog.csdn.net/u011068702/article/details/50551942

 

最新文章

  1. 定向爬虫 - Python模拟新浪微博登录
  2. 什么是WebPack,为什么要使用它?
  3. C++实现邮件群发的方法
  4. linux ssh publickey登录
  5. 【leetcode】Text Justification
  6. 从零开始学ios开发(十五):Navigation Controllers and Table Views(中)
  7. 用Quartus II 建立一个工程模板,以后新建工程时无需再配置参数
  8. android资源库
  9. XML错误信息Referenced file contains errors (http://www.springframework.org/schema/beans/spring-beans-4.0.xsd). For more information, right click on the message in the Problems View ...
  10. es6的对象新增的方法
  11. MFC图片操作
  12. laravel表单验证
  13. 【git】git add 添加错文件 撤销
  14. MT【31】傅里叶级数为背景的三角求和
  15. 2018/04/25 基于 编译安装的 PHP7 安装 swoole 扩展
  16. Spring-data-redis redis
  17. EOS开发基础之四:使用cleos命令行客户端操作EOS——智能合约之eosio.bios和eosio.token
  18. python过滤 Kubernetes api数据
  19. HTML5游戏引擎排行榜
  20. ubuntu 16.04 gtx1060 显卡安装【转】

热门文章

  1. win10开机启动文件夹
  2. Model实体类
  3. C# POst 接收或发送XML
  4. hdu1404,hdu1517 (博弈论入门)
  5. mysql复制一个表到其他数据库
  6. Window Mysql 解压安装
  7. forword与redirect
  8. vue封装tab切换
  9. MONGODB03 - 分组计数_分组去重计数(基于 spring-data-mongodb)
  10. Error: pg_config executable not found.