上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 58 下一页
  2019年7月19日
摘要: httpclient-4.5.jar 定时发送http包,忽然有一天报错,http证书变更引起的。 之前的代码 之后的代码 阅读全文
posted @ 2019-07-19 17:36 你不知道的浪漫 阅读(1417) 评论(0) 推荐(0) 编辑
摘要: VuePress可以帮你快速建站,使用MarkDown语法生成静态html 参考来源: https://vuepress.vuejs.org/zh/ https://tecadmin.net/install-latest-nodejs-and-npm-on-centos/ 阅读全文
posted @ 2019-07-19 16:07 你不知道的浪漫 阅读(958) 评论(0) 推荐(0) 编辑
摘要: cd /etc/sysconfig/network-scripts/ cp ifcfg-ens33 ifcfg-ens33.bak vi ifcfg-ens33 #修改或者替换以下参数 BOOTPROTO=static DEFROUTE=yes IPADDR=192.168.139.132 NETMASK=255.255.255.0 GATEWAY=192.168.139.2 ONBOOT=ye... 阅读全文
posted @ 2019-07-19 09:31 你不知道的浪漫 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 以下方法适用于centos/Ubuntu 阅读全文
posted @ 2019-07-19 09:12 你不知道的浪漫 阅读(1931) 评论(0) 推荐(0) 编辑
  2019年7月18日
摘要: The basic purpose of developing a C programming tutorial for this website – CircuitsToday – is to make it useful for people who wish to work with embe 阅读全文
posted @ 2019-07-18 17:32 你不知道的浪漫 阅读(133) 评论(0) 推荐(0) 编辑
摘要: In this article we are learning about “void pointers” in C language. Before going further it will be good if you refresh about pointers by reading – I 阅读全文
posted @ 2019-07-18 17:17 你不知道的浪漫 阅读(231) 评论(0) 推荐(0) 编辑
摘要: An array (vector) is a common-place data type, used to hold and describe a collection of elements. These elements can be fetched at runtime by one or 阅读全文
posted @ 2019-07-18 17:11 你不知道的浪漫 阅读(291) 评论(0) 推荐(0) 编辑
摘要: short大小端转换 32大端转小端原理 内置函数(传入大端转小端,小端转大端,以下同理) 16位无符号,大小端转换 32位无符号,大小端转换 64位无符号,大小端转换 convert big endian to little endian in C [without using provided 阅读全文
posted @ 2019-07-18 17:04 你不知道的浪漫 阅读(9036) 评论(0) 推荐(1) 编辑
摘要: 比如取1.80版本 阅读全文
posted @ 2019-07-18 16:47 你不知道的浪漫 阅读(3373) 评论(0) 推荐(0) 编辑
摘要: 输出结果: 阅读全文
posted @ 2019-07-18 16:43 你不知道的浪漫 阅读(743) 评论(0) 推荐(0) 编辑
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 58 下一页