摘要: 有的时候需要用python处理二进制数据,比如,存取文件,socket操作时.这时候,可以使用python的struct模块来完成.可以用 struct来处理c语言中的结构体. struct模块中最重要的三个函数是pack(), unpack(), calcsize() pack(fmt, v1, 阅读全文
posted @ 2020-12-11 23:50 justforcoding 阅读(176) 评论(0) 推荐(0)
摘要: 小程序简介 问卷调查、投票、信息收集、信息统计、群统计、群报名、活动报名接龙统计等,支持加密问卷调查,支持一键导出Excel。 广告收入截图 小程序适合人群和受众 学校老师、班主任,培训机构负责人,驾校教练,或者其他有这方便的资源团体机构,可以方便可以给学生、学员等发送问卷调查。学生、学员完成问卷的 阅读全文
posted @ 2020-12-08 23:29 justforcoding 阅读(334) 评论(0) 推荐(0)
摘要: Installation To install Gin package, you need to install Go and set your Go workspace first. The first need Go installed (version 1.12+ is required), 阅读全文
posted @ 2020-12-06 22:18 justforcoding 阅读(616) 评论(0) 推荐(0)
摘要: 这么写是不行的吗?请问应该怎么写呢? ` readonly state = { fold: true, answer: null }; render () { return ( { this.state.answer && this.state.answer.content } ) } ` 最佳答案 阅读全文
posted @ 2020-12-05 13:05 justforcoding 阅读(2717) 评论(0) 推荐(1)
摘要: rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518) [generator=3.0.9] 服务端没有写权限,修改rsyncd.conf中uid和gid 因为 阅读全文
posted @ 2020-12-03 00:09 justforcoding 阅读(1924) 评论(0) 推荐(0)
摘要: 现在扫描的是com.ruoyi.project..domain这个路径,我想扫描多个路径,如:com.test.project..domain这个路径,该如何配置? 我试了加逗号及空格都不行typeAliasesPackage: com.ruoyi.project..domain,com.test. 阅读全文
posted @ 2020-12-02 23:18 justforcoding 阅读(3865) 评论(0) 推荐(0)
摘要: 问卷调查、投票、信息收集、信息统计、群统计、群报名、活动报名接龙统计等,支持加密问卷调查,支持一键导出Excel,完全免费使用。 可以微信扫码查看小程序效果: 效果如下图: 服务端源码:http://errornoerror.com/question/1586959663051114/ 如需所有源码 阅读全文
posted @ 2020-12-01 23:11 justforcoding 阅读(2968) 评论(0) 推荐(0)
摘要: 再次更新:ubuntu下安装pyside sudo apt-get install python-pyside sudo apt-get install python3-pyside update:ubuntu pyside 安装 http://pyside.readthedocs.io/en/la 阅读全文
posted @ 2020-11-28 21:44 justforcoding 阅读(311) 评论(0) 推荐(0)