上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 38 下一页
摘要: node.js没有二进制数据类型,却提供了类似字节数组的“流“数据类型,着一种数据类型在文件系统模块中频频出现 node.js打开文件 把文件内容读入缓冲区,并把缓冲区内容解读为utf8模式,(16进制也可以哦) 输出结果: 异步读取(data仍为缓冲区) 输出结果: 阅读全文
posted @ 2019-08-25 17:15 saintdingtheGreat 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 输出结果: 精确打击:现在我要取出 '35尖角重量' 对应的colname, tblbelongs值,这样写 输出结果: 利用Series组装出一个行列数据,其实就是二维数组,并写入excel文件 输出结果: 阅读全文
posted @ 2019-08-21 18:21 saintdingtheGreat 阅读(529) 评论(0) 推荐(0) 编辑
摘要: 需求:有不规则列表 singlelist3 = [ '总计', '每吨人工:', '总人工', 1748.07, '金额'],如果当前元素为字符串且该元素的下一个相邻位置仍为字符串,那么请在该元素后面插入数字0,如同 singlelist3 = [ '总计',0.00, '每吨人工:',0.00, 阅读全文
posted @ 2019-08-18 14:47 saintdingtheGreat 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 输出结果: 输出结果: 输出结果: 阅读全文
posted @ 2019-08-17 12:33 saintdingtheGreat 阅读(2065) 评论(0) 推荐(0) 编辑
摘要: php操作kafka 可以参照网上的安装步骤,先安装ldkafka rdkafka,然乎启动zookeeper和kafka服务器 输出结果 general! welcome to distributed world!好好学编程,泡昌仔和劲儿弟弟! 阅读全文
posted @ 2019-08-16 02:24 saintdingtheGreat 阅读(2433) 评论(0) 推荐(0) 编辑
摘要: 新建项目 项目结构 cpc.cpp mycoach.h mycoach.cpp 输出结果: 阅读全文
posted @ 2019-08-12 12:01 saintdingtheGreat 阅读(728) 评论(0) 推荐(0) 编辑
摘要: 本文引自:https://www.cnblogs.com/toov5/p/10340395.html,特此鸣谢 最近想测试消息中间件等各类web集群相关技术,这就需要解决linux主机之间互联互通的若干问题,特此折腾 友情提示:在ubuntu19上用vmware15 搭建centos7 操作系统(g 阅读全文
posted @ 2019-08-07 15:51 saintdingtheGreat 阅读(16936) 评论(0) 推荐(0) 编辑
摘要: vnc无法连到linux server,但ssh可以的解决方法 原文引自:https://blog.csdn.net/h00ahaha/article/details/84440449 vnc无法连到linux server,但ssh可以的解决方法 原文引自:https://blog.csdn.ne 阅读全文
posted @ 2019-08-07 03:34 saintdingtheGreat 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-08-04 14:58 saintdingtheGreat 阅读(192) 评论(0) 推荐(0) 编辑
摘要: channel和数组差不多,可以被用作队列,属性capacity是设置容量,isEmpty() isFull() 用来判断队列是空还是满,push()加入队列 pop()弹出队列 测试结果: 实现一个redis连接池 阅读全文
posted @ 2019-07-31 15:05 saintdingtheGreat 阅读(458) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 38 下一页