会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
I'm Code Man
博客园
首页
新随笔
联系
订阅
管理
2021年2月6日
物理定律的内涵与外延
摘要: 发现现象 提出问题 猜想与预测结果 进行实验 得出规律与结论 定义新物理量 公式推导(定量描述) 公式成立的条件、适用范围、精度 理论地位、近代发展、应用
阅读全文
posted @ 2021-02-06 22:18 NoahAdams
阅读(125)
评论(0)
推荐(0)
2020年12月26日
页面资源访问提示“Refused to load the script xxxxxx because it violates the following Content Security Policy directive:"script-src 'self' xxxxxxxxxxxxx”
摘要: 问题描述 之前服务未配置nginx,直接使用公网ip访问,cdn、接口等资源访问均未出现过问题,但是今天配置nginx使用域名访问服务时,浏览器控制台报错:Refused to load the script xxxxxx because it violates the following Cont
阅读全文
posted @ 2020-12-26 01:39 NoahAdams
阅读(4761)
评论(0)
推荐(0)
2020年12月25日
nodejs使用nodejieba模块报“undefined symbol: napi_set_instance_data”错误
摘要: 因为业务上需要使用到中文词频分析,故使用了nodejieba模块。之前在其他项目中有使用过,按理来说应该是没有问题的,但是这次使用时却在启动服务时提示错误: node: symbol lookup error: /home/superman/project/test-node-demo/node_m
阅读全文
posted @ 2020-12-25 15:31 NoahAdams
阅读(851)
评论(0)
推荐(0)
2020年12月17日
配置nginx启动时报 “Failed to parse PID from file /run/nginx.pid: Invalid argument”错误
摘要: 出现该错误的原因 因为nginx启动需要时间,而systemd在nginx完成启动前就去读取pid file造成读取pid失败 解决办法 让systemd在执行ExecStart的指令后稍等一会即可,可以根据实际情况调整等待的时间 # 创建目录,并在目录中新增systemd启动配置 mkdir -p
阅读全文
posted @ 2020-12-17 22:06 NoahAdams
阅读(3515)
评论(0)
推荐(0)
公告