Node.js is a platform for building server side applications and command line tools using JavaScript. In this post, we'll be looking at how to install ...
分类:
Web程序 时间:
2020-05-26 01:23:39
阅读次数:
91
Django的X Frame Options设置 事件起因 事件的起因是这样的,我在使用Django服务的时候,想在一个已经存在某个按钮的主页面上,单击这个按钮弹出某个功能页面,设置某些内容,然后再退回到主页面。 我使用了某个插件,在弹出的页面上显示我请求的链接被服务器拒绝。 在使用浏览器调试的co ...
分类:
Web程序 时间:
2020-05-15 20:09:11
阅读次数:
220
问题: zabbix server web 端显示Received empty response from Zabbix Agent at [xxx]. Assuming that agent dropped connection because of access permission. agen ...
分类:
数据库 时间:
2020-05-14 13:35:00
阅读次数:
155
最近学习python,安装网上教程一步一步的安装,网上很多帖子都写的非常详细,不由深深感慨多谢各位不辞辛苦的记录,指导着来自新入门的同学。 但是实际安装中,最理想莫过于一次性安装成功,但自己安装就出现各位幺蛾子的事情,我也不知道是什么原因。下面我总结了下我在安装python中遇见的问题和找到解决方案 ...
分类:
移动开发 时间:
2020-05-14 10:28:53
阅读次数:
827
DRY原则:(don’t repeat yourself): writing code more than once is not a good fit for a lazy developer ;) It also makes your software more difficult to mai ...
分类:
其他好文 时间:
2020-05-13 11:53:27
阅读次数:
56
Shuffling is a procedure used to randomize a deck of playing cards. Because standard shuffling techniques are seen as weak, and in order to avoid "ins ...
分类:
系统相关 时间:
2020-05-12 00:02:51
阅读次数:
94
解决方案: 1.卸载老版本 npm uninstall -g create-react-app 2.安装新版本 npm install -g create-react-app 3.如果出现/usr/local/bin/create-react-app)类似的提示解决方案 请运行rm -rf /usr ...
分类:
移动开发 时间:
2020-05-10 21:26:13
阅读次数:
186
choice adj./n. 1. N COUNT If there is a choice of things, there are several of them and you can choose the one you want. 2. N COUNT Your choice is som ...
分类:
其他好文 时间:
2020-05-08 13:08:10
阅读次数:
67
/var/run/mysqld/的属主和属组属于root,mysql并不能在其中创建文件 手动的新建目录 [root@iz2zei43l28m7vcezzzyyjz apache-tomcat-9.0.0]# mkdir -p /var/run/mysqld/ [root@iz2zei43l28m7 ...
分类:
数据库 时间:
2020-05-06 19:58:12
阅读次数:
99
Map Prior to ES6, when we require the mapping of keys and values, we often use an object. It is because the object allows us to map a key to the value ...
分类:
其他好文 时间:
2020-05-06 18:04:51
阅读次数:
57