码迷,mamicode.com
首页 >  
搜索关键字:start    ( 26183个结果
在Mac下配置php开发环境:Apache+php+MySql
启动Apache有两种方法1、打开网络共享打开”系统偏好设置”->”共享”,在”互联网共享”那一项前面打√。2、打开终端,输入sudo apachectl start这时需要输入密码,输入电脑密码即可,然后输入sudo apachectl -v可以查看到Apache的版本信息Server version: Apache/2.2.24 (Unix) Server built: Jul 7 201...
分类:数据库   时间:2015-04-29 17:16:13    阅读次数:216
AngularJS中serivce,factory,provider的区别
一、service引导 刚开始学习Angular的时候,经常被误解和被初学者问到的组件是 service(), factory(), 和 provide()这几个方法之间的差别。This is where we‘ll start the twenty-five days of Angular calendar....
分类:Web程序   时间:2015-04-29 12:03:12    阅读次数:195
Starting httpd:Could not reliably determine the server's fully qualified domain name
#service httpd start#Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.1.123 for ServerName解...
分类:Web程序   时间:2015-04-29 09:46:02    阅读次数:122
Start – Modern minimalist OpenCart 2.X 自适应主题模板 ABC-0573-01
Start–ModernminimalistOpenCart2.X自适应主题模板ABC-0573-01START–MODERNMINIMALISTOPENCART2.X自适应主题模板ABC-0573-01TwoOpenCartversionssupported:1.5.5.xand1.5.6.xCrossbrowserscompatibility:IE9,IE10,IE11Firefox,Safari,OperaandChromeTwoproductdisplaymodesin..
分类:其他好文   时间:2015-04-29 07:30:42    阅读次数:136
[ES6] 20. Polyfills
Polyfill is something you don't need to set up traceur but start to use es6 in today's browser.You can search for polyfill which you want to use on Go...
分类:其他好文   时间:2015-04-29 07:06:33    阅读次数:131
启动NameNode报NullPointerException
在Hadoop版本0.20.1, 0.21.0 存在一个bug,NameNode同步失败,current产生了一个edits.new,和fsimage同步时又出现异常,而SecondNameNode也产生了同样的目录结构和数据,并报如下异常: Our secondary name node is not able to start on NullPointerExceptio...
分类:其他好文   时间:2015-04-29 02:01:31    阅读次数:234
log4j:ERROR setFile(null,true) call failed
1、错误描述 usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 四月 28, 2015 11:38:00 下午 org.apache.catalina.startup.VersionLoggerListener log 信息...
分类:其他好文   时间:2015-04-29 00:48:05    阅读次数:273
Mac下启动和停止Mysql服务
方法1.启动Mysql服务sudo /Library/StartupItems/MySQLCOM/MySQLCOM start停止Mysql服务sudo /Library/StartupItems/MySQLCOM/MySQLCOM stop重启Mysql服务sudo /Library/Startu...
分类:数据库   时间:2015-04-29 00:26:49    阅读次数:197
【php】2、学生管理系统-登陆进去
<?php include_once 'mysql.class.php'; include_once 'confing.php'; include_once 'stuService.class.php'; //吧用户登陆放到session中,一直检测 session_start(); $name = $_POST['name']; $pass...
分类:Web程序   时间:2015-04-28 22:59:34    阅读次数:264
【php】3、学生管理系统-查看用户
<?php include_once 'stuService.class.php'; session_start(); $name = $_SESSION['student_name']; if($name == "") { header("Location: stu_login.php?error=1"); exi...
分类:Web程序   时间:2015-04-28 22:58:47    阅读次数:387
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!