android sdk 安装简单教程android sdk 下载: [color="#0000ff"]http://code.google.com/android/download.html Eclipse (Europa) 下载: [color="#0000ff"]http://www.eclipse.org/downloads/ JDK6 下载: [color="#0000ff"]http://java.sun.com/javase/downloads/index.jsp Windows 系统下,添加 android 解压的目录 Tools 目录到 Path 环境变量中: 运行 Eclipse IDE,打开菜单: Help > Softwar...
by steve_king211 - Java文档中心 - 2008-09-10 17:59:19 阅读(969) 回复(0)
我在vmware上安装了ndtinst版debian,期间一切顺利,未弹出错误信息或警告。但我用startkde启动最后却显示“kpersonallizer:can not connect to Xserver."我不曾进行任何配置(如果真的是有需要的话),请问应该怎样解决这个问题?是不是要先安装配置X服务器。菜鸟的命运真是惨啊
我用mysql-Front连接数据库 提示host x.x.x.x is not allow to connect to this mysql server 为什么?
suse8.2 ,qinternet , this is qinternet connect log: SuSE Meta pppd (smpppd-ifcfg), Version 1.00 on rm. We are disconnected. trying to connect to smpppd connect to smpppd We are disconnected. Interface is eth0. warning: failed to bring eth0 up We are lurking. pppd: Plugin pppoe.so loaded. pppd: PPPoE Plugin Initialized pppd: Plugin passwordfd.so loaded. We are disconnected. pppd died: pppd options...
suse8.2 ,qinternet , this is qinternet connect log: SuSE Meta pppd (smpppd-ifcfg), Version 1.00 on rm. We are disconnected. trying to connect to smpppd connect to smpppd We are disconnected. Interface is eth0. warning: failed to bring eth0 up We are lurking. pppd: Plugin pppoe.so loaded. pppd: PPPoE Plugin Initialized pppd: Plugin passwordfd.so loaded. We are disconnected. pppd died: pppd options...
My netterm couldn't connected the host, and my telnet couldn't either. But other people could. Anyone can tell me the reason? Thanks a lot!
远程连接服务器出现以上错误,解决后做了下总结,如有不正之处,请指正。 主要有三个原因: 1、mysql授权表里没有远程机器的权限,及需要在授权表mysql.user添加 grant all privileges on *.* to 'root'@'远程登陆IP' identified by '远程登陆密码' flush privileges; 2、网络不通,这个就不说了。 3、防火墙禁止3306端口,以iptable为例 vi /etc/sysconfig/iptables -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp...