上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页
摘要: 头文件:DES.h 1 #ifndef DES_hpp 2 #define DES_hpp 3 4 #include <stdio.h> 5 #include <memory.h> 6 #include <time.h> 7 #include <stdlib.h> 8 9 #define PLAIN 阅读全文
posted @ 2019-11-15 14:42 Ring_1992 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 遍历某一目录,获取该目录下所有文件路径的数组 运行结果: 阅读全文
posted @ 2019-11-15 12:22 Ring_1992 阅读(3340) 评论(0) 推荐(1) 编辑
摘要: More Downloads for Apple Developershttps://developer.apple.com/download/more/ Xcode 9.4.1https://download.developer.apple.com/Developer_Tools/Xcode_9. 阅读全文
posted @ 2019-11-11 14:27 Ring_1992 阅读(521) 评论(0) 推荐(0) 编辑
摘要: 1 int(x [,base ]) 将x转换为一个整数 2 long(x [,base ]) 将x转换为一个长整数 3 float(x ) 将x转换到一个浮点数 4 complex(real [,imag ]) 创建一个复数 5 str(x ) 将对象 x 转换为字符串 6 repr(x ) 将对象 x 转换为表达式字符串 7 eval(str ) 用来计算在字符串中的有效Python表达式,并返 阅读全文
posted @ 2019-11-08 16:37 Ring_1992 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 通过报错信息可以知道,是因为缺少 package.json 这个文件。 解决方法: 首先,初始化项目,一路回车就行 接着安装依赖 npm install formidable --save 补充: -f表示force的意思,不加这个,npm会让你输入一堆信息,比如name、version之类,如果只 阅读全文
posted @ 2019-11-05 11:38 Ring_1992 阅读(784) 评论(0) 推荐(0) 编辑
摘要: 看出错信息是权限太开放的问题,google了一下,修改权限,不只是需要修改 .pem 文件的权限,还需要修改.ssh目录和用户目录 再次使用命令 发现还是出错 Permission denied (publickey). 无奈多方搜索尝试,发现了aws的排错文档, 里面有这么一段 对于 Amazon 阅读全文
posted @ 2019-10-18 15:08 Ring_1992 阅读(2295) 评论(0) 推荐(0) 编辑
摘要: 在mac下要解压Android-ndk-r10e-darwin-x86_64.bin文件。 1、进入文件所在目录,修改文件的读取权限 2、解压文件 然后静静地等待解压完成就OK了。 阅读全文
posted @ 2019-09-26 10:26 Ring_1992 阅读(1818) 评论(0) 推荐(0) 编辑
摘要: 此问题发生在编译为 release 版本时,出现错误提示如下: 按照上述提示添加后,重新编译还遇到这个提示,请尝试按照以下方法解决: 阅读全文
posted @ 2019-08-07 10:12 Ring_1992 阅读(6613) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2019-05-23 11:08 Ring_1992 阅读(183) 评论(0) 推荐(0) 编辑
摘要: mac 执行brew update 报错 Error: Could not link: /usr/local/share/doc/homebrew 更新brew,报错 解决办法 阅读全文
posted @ 2019-05-14 17:09 Ring_1992 阅读(872) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页