码迷,mamicode.com
首页 >  
搜索关键字:localhost    ( 15941个结果
centos 无线网卡驱动 安装 配置
1,查看一下有没有装过无线网卡驱动[root@localhost network-scripts]# iwconfiglo no wireless extensions.eth0 no wireless extensions.2,查看无线网卡型号[root@localhost network-sc....
分类:其他好文   时间:2014-07-26 01:48:36    阅读次数:209
1045 access denied for user 'root'@'localhost' using password yes
这两个在安装mysql数据库碰到一些头疼的很。 "1045 access denied for user 'root'@'localhost' using password yes"在命令行中进入:C:\Program Files\MySQL\MySQL Server 5.5\binC:\Progr...
分类:数据库   时间:2014-07-26 01:14:26    阅读次数:318
thinkphp 去掉URL 里面的index.php(?s=)
例如你的原路径是 http://localhost/test/index.php/home/goods/index.html 那么现在的地址是 http://localhost/test/home/goods/index.html 如何去掉index.php呢?1.httpd.conf配置文件中加载...
分类:Web程序   时间:2014-07-26 00:44:36    阅读次数:1262
Webx框架自带的petstore
Webx框架:http://openwebx.org/petstore:webx3/webx-sample/petstore/tags/3.0/petstore编译之后:mvn jetty:run即可, 访问:http://localhost:8081/ Webx MVC(以webx3为基础)1、w...
分类:Web程序   时间:2014-07-26 00:30:16    阅读次数:521
调用WCF不需要添加服务引用,使用一个WCFHelper类就可以
效果图:调用过程: string WCFURL = "http://localhost:100/Service1.svc"; UserRequest user = new UserRequest { UserName = UserName.Text, Address = Add...
分类:其他好文   时间:2014-07-25 13:55:51    阅读次数:2515
mysql常用命令整理
整理下常用命令,方便记忆,没事可拿出来瞅瞅,;1、连接mysql数据库:#mysql-h1.1.1.1-uroot-pzabbix2、mysql改密码mysqladmin命令格式:mysqladmin-u用户名-p旧密码password新密码(password函数)2)忘记root密码#vi/etc/my.cnf在[mysqld]的段中加上一句:skip-grant-tables..
分类:数据库   时间:2014-07-25 11:31:51    阅读次数:385
CI控制器调用内部方法并载入相应模板的做法
当我打开链接:http://localhost/3g/index/open/a/b?from=timeline后,判断链接中的from是否等于timeline,如果等于timeline,那么就调用控制器内部的timeline方法,并载入timeline.php这个模板。 class Index extends CI_Controller { function __construct(...
分类:其他好文   时间:2014-07-25 11:24:30    阅读次数:229
名称接卸
1 C3P0 数据库连接池,hibernate默认使用它,相关的有DPCP2 JNDI 数据源MySqlDSjdbc:mysql://localhost:3306/lwcom.mysql.jdbc.Driverrootrootpasswordorg.jboss.resource.adapter.jd...
分类:其他好文   时间:2014-07-25 02:22:14    阅读次数:218
编译安装LAMP之一
环境:CentOS-6.5-i386-minimalhttpd-2.2.27.tar.gzmysql-5.5.38-linux2.6-i686.tar.gzphp-5.5.14.tar.gz编译安装的原则:对于我们来说,需要定制的就直接编译,其余的一切皆yum/apt-get搞定1、关闭iptables和SELinux[root@localhost~]#serviceiptablesstop [root@localhost~]#..
分类:其他好文   时间:2014-07-24 23:50:14    阅读次数:398
Linux( rhel-server-7.0-x86_64)安装Oracle Database 12c Release 1
1、官方下载安装包:http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.htmllinuxamd64_12102_database_1of2.ziplinuxamd64_12102_database_1of2.zip2、创建oracle用户和组[root@localhost]#groupaddoinstall[root@localhost]#groupadddba[root@..
分类:数据库   时间:2014-07-24 23:48:44    阅读次数:395
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!