mac安装破解版Office 2016
直接下载Office 2016并安装:https://sdifen.ctfile.com/fs/1855249-237544353 接着下载安装破解补丁密码: tfdw:https://pan.baidu.com/s/1dE4pl41 参考文章: http://www.sdifen.com/office161.html https://bbs.feng.com/read-htm-tid-10868252.html
374 2018-03-03 去围观解决:1045 access denied for user 'root'@'localhost' using password yes
mysql -u root -p use mysql; update mysql.user set authentication_string=password('密码') where user='root' ; 重启
413 2017-11-09 去围观解决:ERROR 1130: Host xxx.xxx.xxx.xxx is not allowed to connect to this MySQL server
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '密码' WITH GRANT OPTION; flush privileges; 重启
401 2017-11-09 去围观全面了解 Nginx 主要应用场景
nginx 笔记 推荐 本文只针对Nginx在不加载第三方模块的情况能处理哪些事情,由于第三方模块太多所以也介绍不完,当然本文本身也可能介绍的不完整,毕竟只是我个人使用过和了解到过得。所以还请见谅,同时欢迎留言交流 Nginx能做什么 1.反向代理 2.负…
511 2017-07-03 去围观