Warning: Use of undefined constant ‘the_content’ - assumed '‘the_content’' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 Warning: Use of undefined constant …… - assumed '……' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 https://blog.csdn.net/xsd529/article/details/87178247 https://www.cnblogs.com/zhangjianbin/p/8021941.html https://www.cnblogs.com/lamp01/p/6934257.html 删除所有容器 docker rm `docker ps -a -q` 删除所有镜像 docker rmi `docker images -q` composer移除依赖 comp……
Warning: Use of undefined constant ‘the_content’ - assumed '‘the_content’' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 Warning: Use of undefined constant …… - assumed '……' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 1.VMware下centos7的安装 安装VMware Tools: yum update yum groupinstall "Perl Support" mount -t auto /dev/cdrom /mnt/cdrom cd /mnt/cdrom cp VMwareTools-10.0.10-4301679.tar.gz ~/ tar -zxvf VMwareTools-10.0.10-4301679.tar.gz cd vmware-tools-dis……
Warning: Use of undefined constant ‘the_content’ - assumed '‘the_content’' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 Warning: Use of undefined constant …… - assumed '……' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 yum update yum upgrade yum install kernel kernel-devel kernel-headers gcc perl mount /dev/cdrom /mnt sh ./VBoxLinuxAdditions.run 设置自动挂载 vi /etc/rc.d/rc.local mount -t vboxsf share /mnt yum install gd png rpm -Uvh glibc* (升级GLIBC到2.15) &n……
Warning: Use of undefined constant ‘the_content’ - assumed '‘the_content’' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 Warning: Use of undefined constant …… - assumed '……' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 关键:nginx.conf try_files $uri $uri/ /index.php$is_args$args; https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html#prerequisites-label https://segmentfault.com/a/1190000008456241 http://baijiahao.baid……
Warning: Use of undefined constant ‘the_content’ - assumed '‘the_content’' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 Warning: Use of undefined constant …… - assumed '……' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 sudo apt-get install mysql-server mysql -u root -p show databases; use mysql; show tanles; select * from user; update user set Host='%' where User='root'; GRANT ALL PRIVILEGES ON 数据库.* TO 用户名@”%” IDENTIFIED BY “用户密码”; flush privileges; exit;……
Warning: Use of undefined constant ‘the_content’ - assumed '‘the_content’' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 Warning: Use of undefined constant …… - assumed '……' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 nginx修改nginx.conf user data-www 改为user root即可, php7.1修改/etc/php/7.1/fpm/pool.d/www.conf, user = data-www 和group = data-www 修改为 user = root group = root 然后 sudo vim /lib/systemd/system/php7.1-fpm.service 在这一行中间加上参数 -R, ……
Warning: Use of undefined constant ‘the_content’ - assumed '‘the_content’' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 Warning: Use of undefined constant …… - assumed '……' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 dpkg命令见:http://www.cnblogs.com/windtail/archive/2012/06/02/2623175.html gd库直接下载 deb包安装; dpkg -i php7.1-gd_7.1.11-1+ubuntu17.10.1+deb.sury.org+1_amd64.deb redis扩展:pecl install redis memcache扩展:apt-get install php7.1-memcache ……
Warning: Use of undefined constant ‘the_content’ - assumed '‘the_content’' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 Warning: Use of undefined constant …… - assumed '……' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 直接将nat网络切换为桥接网络即可,不需要特别的设置; 安装网络工具,以便使用ifconfig 等 apt-get install net-tools 也可以直接使用 ip 命令代替 ifconfig,请参考这里: Linux下新的网络管理工具ip替代ifconfig零压力 http://os.51cto.com/art/201508/488851.htm 开启r……
Warning: Use of undefined constant ‘the_content’ - assumed '‘the_content’' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 Warning: Use of undefined constant …… - assumed '……' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 安装增强工具 yum install kernel kernel-devel kernel-headers gcc perl yum update export KERN_DIR=/usr/src/kernels/`uname -r` mount /dev/cdrom /mnt umount /dev/cdrom umount /mnt sudo sh ./VBoxLinuxAdditions.run 设置共享文件夹 mount -t vboxsf ……
Warning: Use of undefined constant ‘the_content’ - assumed '‘the_content’' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 Warning: Use of undefined constant …… - assumed '……' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.itisxx.com/wordpress/wp-content/themes/fullstack/index.php on line 51 C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp 加Everyone权限 Microsoft JET Database Engine (0x80004005)和DB Connection failure是一个错误,只是WEB程序的数据库连接里写的有些不一样,因为是NTFS分区,所以赋予了WEB程序所在分区Everyone组写入权限,这样ASP才可以把数据写进……