1、配置站点:打开phpStudy->其他选项菜单->站点域名管理 2、配置站点:打开phpStudy->其他选项菜单->打开hosts 3、在apache的配置文件vhosts.conf中,配置以下内容,删除Options FollowSymLinks ExecCGI 4、打开phpStudy-> ...
分类:
数据库 时间:
2019-02-24 00:41:13
阅读次数:
235
Forbidden You don't have permission to access / on this server. 找到 apache 配置文件 httpd.conf 把里面的 改为 ...
分类:
数据库 时间:
2019-02-11 10:20:25
阅读次数:
177
登录dockerhub [root@riyimei-node1:/home] > docker login Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID ...
分类:
其他好文 时间:
2019-02-08 18:30:15
阅读次数:
458
What I don't fully understand is the use of ClientId and Secret vs Username and Password. The code I pasted generates a token by username and password ...
分类:
Web程序 时间:
2019-02-01 18:10:28
阅读次数:
152
北京时间 10 月 8 日消息,据国外媒体报道,乔布斯在任期间,尽管苹果电子产品的年营收累计达到数百亿美元,却偏偏忽视了美国政府这个全球最大的买家。 美国马里兰大学帕克分校(University of Maryland-College Park)公共关系学院院长道恩-凯托(Don Kettl)表示, ...
分类:
其他好文 时间:
2019-01-27 14:37:31
阅读次数:
247
开发学习时,每次重置apache时,老是报错:Forbidden You don't have permission to access / on this server.,真是气死人 我统计一下我碰到过的问题和解决办法 首先Linux的话网站目录权限直接改成755 解决办法1: 找到 /usr/l ...
分类:
Web程序 时间:
2019-01-26 11:50:18
阅读次数:
171
Giant rocks from space are falling from the sky more than they used to, but don't worry. For the past 290 million years, large asteroids have been cra ...
分类:
其他好文 时间:
2019-01-20 12:03:15
阅读次数:
118
1 自己在windows上面copy过去的文件夹,在Mac下面无法查看 一开始以为是windows文件的权限问题,然后 自己赋予了everyone所有的权限,结果在Mac上面还是无法打开文件夹 2 最后解决问题 在Mac下面,get Info更多信息的选项卡里面,修改单个用户权限。 这样就解决了。 ...
分类:
其他好文 时间:
2019-01-19 13:16:44
阅读次数:
343
在“程序包管理器控制台”使用命令“update-database”会提示:The Entity Framework Core Package Manager Console Tools don't support PowerShell version 2.0. Upgrade to PowerShe ...
分类:
系统相关 时间:
2019-01-13 11:36:21
阅读次数:
1593
学js的时候大家肯定或多或少会封装一些函数 举个例子: function my$(id){ return document.getElementById(id) } 当我们调用这个方法的时候,省去了很多很多的代码 don‘t repeat yourself 这样做的 好处是:使用函数将代码封装,使得 ...
分类:
Web程序 时间:
2019-01-11 00:09:23
阅读次数:
268