- 博客(6)
- 资源 (8)
- 收藏
- 关注
原创 mongoTemplete.getDb().runCommand(bson)报错:Command failed with error 13:‘not authorized on db to execu
mongoTemplete.getDb().runCommand(bson)报错:Command failed with error 13:‘not authorized on db to execute command’1、确认mongo配置的用户要有权限操作;2、调用方法确认是否正确:BasicDBOBject bson = new BasicDBObject();bson.put(“...
2020-04-20 18:13:15 1067
转载 laravel5中对pipeline的理解
原文地址:laravel5中对pipeline的理解 http://sheefeng.com/laravel5-pipeline/pipeline在laravel中的应用Router和ControllerDispatcher中都用到了pipeline结构,具体如下所示: router中的Pipeline:/** * Run the given route within
2015-12-21 15:01:05 2532
转载 彻底理解PHP的SESSION机制
转自:http://www.cnblogs.com/acpp/archive/2011/06/10/2077592.html一、默认机制,用磁盘文件来实现PHP会话。php.ini配置:session.save_handler = files 1、session_start() A、 session_start()是session机制的开始,它有一定概率开启垃圾回收,因为ses
2015-12-16 11:26:33 350
原创 laravel5——artisan开发
创建自定义命令:php artisan make:console ConsoleTest , 生成文件app/Console/commands/ConsoleTest.php php artisan make:console ConsoleTest --command=test:sum , 生成文件同上,只是php文件中的成员变量$name会被赋值为:test:s
2015-11-25 11:54:56 341
原创 laravel5——command
使用场景:当需要处理复杂逻辑时,可将处理逻辑写入命令类中。使用方法: 建立命令——php artisan make:command CommandTest 执行成功后会生成文件——app/Commands/CommandTest.php 调用命令——controller内调用dispatch方法,如$this->dispatch(new Comman
2015-11-23 14:21:17 2476
原创 laravel5——事件
创建事件类:php artisan make:event TestEvent ,生成文件:app/Events/TestEvent.php创建事件的处理程序:php artisan handler:event TestSum --event=TestEvent ,生成文件:vi app/Handlers/Events/TestSum.php 每次创建新事件时,需要执行上述两
2015-11-20 17:41:47 2199
人工智能与模式识别课件
2011-04-12
线性代数(同济第四版)
2011-04-12
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人