码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
laravel 连接mongodb
In this article we will see how to use MongoDB with Laravel (PHP framework). So first we need to install MongoDB and Laravel. We will install Laravel
分类:数据库   时间:2016-03-19 12:59:15    阅读次数:949
软件测试之实验一
1. First, I install three tools of JUnit and coverage tool. I build the path of the two jar files to my lab1 project according to the PPT. And I use t
分类:其他好文   时间:2016-03-18 16:07:04    阅读次数:234
Creating Hyperv Agent Installer
If you want to use pre-built Hyper-V Agent Installer then you can download from jenkins. For master you can download from http://jenkins.buildacloud.o
分类:其他好文   时间:2016-03-18 10:49:05    阅读次数:600
nodejs错误:ld: library not found for -lgcc_s.10.5 clang: error: linker command failed with exit code 1 (use -v to see invocation)
解决方案: 参考链接
分类:Web程序   时间:2016-03-17 21:44:32    阅读次数:578
how to change the original ruby version in Rails app
The ruby version what I used need lower,changed, run $rvm use |rubyVersion| --default $cd |project| $bundle install finally, the ruby version what you
分类:移动开发   时间:2016-03-17 21:26:46    阅读次数:191
how to change the ruby and rails version
changing ruby version checking ruby version run(if you had have install rvm to manage rubies: $rvm list $rvm use ruby-2.0.0-p643 --defualt changing ra
分类:其他好文   时间:2016-03-17 21:26:20    阅读次数:251
vmware.c:1226: error: ‘XML_PARSE_HUGE’ undeclared (first use in this function)
问题:虚拟机安装zabbix3.01在编译时报错,无法继续vmware.c:1226:error:‘XML_PARSE_HUGE’undeclared(firstuseinthisfunction)原因:产生这个错误的原因是一个BUG解决方法:参考https://support.zabbix.com/browse/ZBX-10459官方的意思是需修改parser.h文件,在其中加入XML_P..
分类:系统相关   时间:2016-03-17 19:41:13    阅读次数:425
启动tomcat时 错误: 代理抛出异常 : java.rmi.server.ExportException: Port already in use: 1099的解决办法
今天一来公司,在IntelliJ IDEA 中启动Tomcat服务器时就出现了如下图所示的错误: 错误: 代理抛出异常错误: java.rmi.server.ExportException: Port already in use: 1099; nested exception is: java.n
分类:编程语言   时间:2016-03-17 19:06:24    阅读次数:436
关闭SQL Server 数据库所有使用连接
使用存储过程终止:在查询分析器下创建终止数据库所有接连的存储过程,通过调用该存储过程可以关闭所有使用该数据库的连接操作。--创建终止使用数据库下所有进程的存储过程,参数为数据库名称use mastergocreate proc KillSpByDbName(@dbname varchar(20)) 
分类:数据库   时间:2016-03-17 12:27:24    阅读次数:246
[转]Java Code Examples for android.util.JsonReader
【转】Java Code Examples for android.util.JsonReader The following are top voted examples for showing how to use android.util.JsonReader. These examples
分类:移动开发   时间:2016-03-17 01:54:01    阅读次数:232
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!