linux
可乐晓
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux 连接mysql中文出现乱码的问题
两种方式 连接字符串类似如下: rdb.master.driver.url=jdbc:mysql://服务器ip:3306/dmp&characterEncoding=utf8 前提 mysql-connerctor-java-5.1.20-bin.jar linux 修改法 my.cnf 中 添加 --在 [mysqld] 标签下加上 character-set-ser原创 2012-11-28 16:26:53 · 470 阅读 · 0 评论 -
linux 修改ip和子网掩码导致tomcat无法访问的解决方案
ip 和子网掩码 执行这个命令:ifconfig eth0 192.168.1.123 netmask 255.255.255.0 网关的设定执行这个命令: route add default gw 192.168.1.3 把这两个命令写到/etc/rc.local 或者/etc/rc.d/rc.local 里面都可以的,这样就可以永久保存 重启网卡 ifconfig eth0 dow转载 2013-03-15 14:13:49 · 1404 阅读 · 0 评论 -
ssh无法连接linux
查看ssh-server是否安装 查看命令 ps -e |grep ssh sshd那说明ssh-server已经启动了 sudo apt-get install openssh-server。 openssh-server添加失败,查看网络是否完好。 执行 etc/init.d/networking restart提示 Running /etc/init.原创 2013-04-10 16:20:27 · 734 阅读 · 0 评论 -
linux 安装qt ./configure error libxcb
运行 ./configure -qt -xcb 通过原创 2013-04-11 15:53:56 · 3349 阅读 · 0 评论 -
OK6410-A编译u-boot时遇到的问题及解决
make[1]: *** No rule to make target `.depend', needed by `_depend'. Stop. make[1]: Leaving directory `/forlinx/uboot1.16/post/cpu' make: *** [depend] Error 2 最新版的命令操作是#make forlinx_nand_ram256_con原创 2013-04-25 10:24:12 · 991 阅读 · 0 评论
分享