
出错解决办法
Saturnus.
All that really matters is you don't stop trying.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
OpenSSL 制作证书时出现的错误的解决办法
在制作证书的过程中遇到的问题及解决办法:出现:I am unable to access the ./demoCA/newcerts directory ./demoCA/newcerts:Nosuch file or directory 解决:修改openssl.cnf 在42行:dir = ./demoCA修改为 dir = ./出现:failed t...原创 2019-07-19 20:05:44 · 7322 阅读 · 1 评论 -
C 报错 [Error] lvalue required as left operand of assignment
/* test.c */#include<stdio.h>#include<stdlib.h>#include<string.h>int main (){ char *src = "hello,My girlfriend"; int len = strlen(src); char *dest =...原创 2019-07-20 21:31:13 · 36346 阅读 · 0 评论