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
这两个在安装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
例如你的原路径是 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框架: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
效果图:调用过程: string WCFURL = "http://localhost:100/Service1.svc"; UserRequest user = new UserRequest { UserName = UserName.Text, Address = Add...
分类:
其他好文 时间:
2014-07-25 13:55:51
阅读次数:
2515
整理下常用命令,方便记忆,没事可拿出来瞅瞅,;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
当我打开链接: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
环境: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
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