欢迎访问我的独立博客
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 67 下一页
摘要: 一、创建并授权用户 在每一台(主)服务器上创建一个用户,并为之授权,使它们可以互相访问彼此的数据库 在Server-1上: 创建一个充许Server-2来访问的用户server2,密码为:server2 mysql> GRANT REPLICATION SLAVE ON *.* > TO ‘serv 阅读全文
posted @ 2016-09-30 18:31 github.com/starRTC 阅读(235) 评论(0) 推荐(0)
摘要: Service providers are the central place of all Laravel application bootstrapping. Your own application, as well as all of Laravel's core services are 阅读全文
posted @ 2016-09-30 18:30 github.com/starRTC 阅读(298) 评论(0) 推荐(0)
摘要: 70多个G的电子书。百度网盘分享了几次被屏蔽了,360网盘每个文件夹最多只能分享2000个文件,所以只能分成多个文件夹分享。如果大家知道更好的分享方式,欢迎留言相告,多谢:http://yunpan.cn/cdSaEEY4EbCv3 访问密码 40d5http://yunpan.cn/cdSa5L8 阅读全文
posted @ 2016-09-30 18:30 github.com/starRTC 阅读(1445) 评论(1) 推荐(0)
摘要: App\Exceptions\Handler class is where all exceptions triggered by your application are logged and then rendered back to the user. We'll dive deeper in 阅读全文
posted @ 2016-09-30 18:29 github.com/starRTC 阅读(909) 评论(0) 推荐(0)
摘要: managing class dependencies and performing dependency injection. Dependency injection is a fancy phrase that essentially means this: class dependencie 阅读全文
posted @ 2016-09-30 18:29 github.com/starRTC 阅读(320) 评论(0) 推荐(0)
摘要: Where Is The Models Directory? app directory by default 其中 app:,core code of your application, almost all of the classes in your application will be i 阅读全文
posted @ 2016-09-30 18:28 github.com/starRTC 阅读(403) 评论(0) 推荐(0)
摘要: 以配置java环境变量为例 目录 [隐藏] 目录 1 修改/etc/profile文件2 修改用户目录下的.bash_profile3 修改.bashrc文件4 直接在shell下设置5 查看环境变量6 删除环境变量 [编辑]修改/etc/profile文件 此法对所有用户生效 在文件末尾加入以下内 阅读全文
posted @ 2016-09-30 18:27 github.com/starRTC 阅读(301) 评论(0) 推荐(0)
摘要: 最好的教程是官方文档! homestead安装好,就可以使用了。 安装Laravel composer create-project --prefer-dist laravel/laravel blog 如果首页打不开, chmod 777 -R storage/ chmod 777 -R boot 阅读全文
posted @ 2016-09-30 18:26 github.com/starRTC 阅读(304) 评论(0) 推荐(0)
摘要: 最好别下载最新版,因为代码量比较大,可以下载很早的版本 搜索词:开源 C Webbench Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。Webb 阅读全文
posted @ 2016-09-30 18:24 github.com/starRTC 阅读(2646) 评论(0) 推荐(0)
摘要: 系统启动后可先ping下外网或局域网内其它机器。 如果配置虚拟机时选择的NAT上网方式,后面需要配置固定IP,请先参见VMware NAT方式下设置静态IP获得可用的IP范围和网关等信息。 先将ifcfg-eth0备份到home目录下,不要放在与它同一目录下,然后 vim /etc/sysconfi 阅读全文
posted @ 2016-09-30 18:24 github.com/starRTC 阅读(241) 评论(0) 推荐(0)
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 67 下一页