使用openssl生成证书(包含csr、key文件)

openssl req -new -nodes -sha256 -newkey rsa:2048 -keyout my.key -out my.csr
Linux | 2018-04-05 20:23 | 阅读 3344 次 | 评论 0 条

php语法虽丑,论坛虽老旧,可我是用了心的

论坛维护 | 2018-04-03 00:38 | 阅读 3051 次 | 评论 1 条

rails不能在model中使用type作为字段名的解决办法

使用type作为字段名会出现这个错误: ActiveRecord::SubclassNotFound: The single-table inheritance mechanism failed to locate the subclass: 'xxxx'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to ...
Ruby | 2018-04-01 21:40 | 阅读 3125 次 | 评论 0 条
浏览2776842次
文章归档