理财入门学习资料 聚合一些平台关于理财的入门资料(有图文、有视频、有音频 等类型) https://www.processon.com/view/link/5fe5896f07912910e47bcc6f ... continue reading 理财知识 joyo 2021-1-18 1
Centos7 + nginx + nodejs 部署 centos7 安装 nodejs 环境 https://www.cnblogs.com/fozero/p/10967154.html yum 安装 nodejs: yum install -y nodejs … ... continue reading html joyo 2021-1-18 2
Nodejs 启动后台服务(前端代码运行起来) 启动 node 服务 HTML 前端代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UT… ... continue reading html joyo 2021-1-18 2
Django autocomplete: must define "search_fields" 错误日志 <class 'finance.admin.CapitalizedCostAdmin'>: (admin.E040) InvestProjectAdmin must define "search_field… ... continue reading django joyo 2021-1-5 3
理财之投资骗局 理财的投资骗局 股票投资骗局 P2P 骗局 原始股投资骗局 荐股和高杠杆非法平台骗局 炒外汇骗局 虚拟币骗局 信用卡骗局 互联网金融传销骗局 房地产投资骗局 企业融资骗局 ... … ... continue reading 理财知识 joyo 2020-12-30 16
Fiddler creation of the root certificate was not successfull win7 出现 creation of the root certificate was not located 错误时,需要在命令行工具(CMD)中输入: 1. cd 到 Fiddler 安装目录 cd "d:\Prog… ... continue reading 软件测试 joyo 2020-12-21 6
Fiddler win10:Failed to register Fiddler as the system proxy 错误提示 Failed to register Fiddler as the system proxy 解决办法 右击此电脑 -> 管理 -> 服务 -> WinHTTP Web Proxy A… ... continue reading 软件测试 joyo 2020-12-21 25
Fiddler FiddlerRoot.cer 导入到 win10 系统 导入 FiddlerRoot.cer(双击 cer 证书可以打开导入向导) 到 系统 受信任的根证书颁发机构(cmd -> certmgr.msc 打开查看): ... continue reading 软件测试 joyo 2020-12-21 10
Fiddler 证书安装后还是无法抓取移动端的 HTTPS 流量问题的解决办法 iOS 上一般情况下信任 HTTPS 证书即可抓HTTPS 的包(除非 APP 开启了防止抓包),但最近发现 iOS 13以上出现即使安装并信任了证书,当用 safari 浏览百度时仍出现是否信任该网站的弹窗。经过一番… ... continue reading 软件测试 joyo 2020-12-21 14
Django import_export 个性化可视化导出外键字段 models.py class Article(models.Model): """ 主题表/文章表 """ title = models.CharField(max_length=128… ... continue reading django joyo 2020-12-9 75