``` https://sc.chinaz.com/yinxiao/ ```
``` https://sc.chinaz.com/yinxiao/ ```
``` http://tool.lu/ ```
1 Gratisography Gratisography里面的图片每周都会更新,虽然是英文网站,但是界面简单操作方便,你只需要浏览-筛选-下载就ok了,照片内容丰富涵盖面广,适合用在各类项目上。免费供个人、商业使用。 http://www.gratisography.com/ 2 PicJumbo PicJumbo提供免费个人和商业使用的图像,照片质量很不错...
授权远程访问 ``` 1. mysql -u root -p //先登录mysql 2.GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'your_root_password' WITH GRANT OPTION; 3.FLUSH PRIVILEGES; ```
解决 mysql5.6 启动后就占用几百 M 内存的问题 performance_schema_max_table_instances=400 table_definition_cache=400 table_open_cache=256 根本问题就是建议安装MYSQL5.5