摘要:
Vncpasswd (给vnc创建一个密码) Password:(第一次密码) Verify:(第二次密码) Would you like to enter a view-only password (y/n)? n (安装) vncserver & (运行vnc软件,后台运行) [1] 12865 阅读全文
摘要:
如题:配置编译参数通过,在进行 make 的时候报如下错误: In file included from progname.c:26:0: ./stdio.h:1010:1: error: ‘gets’ undeclared here (not in a function) _GL_WARN_ON_ 阅读全文
摘要:
1.suse linux 程序自动启动 在部署面安装的的时候,重启之后需要去tomcat/bin/startup.sh 下面去执行启动脚本。 设置开机自动启动该服务 在 vim /etc/rc.local 下面添加 需要启动的脚本 sh /home/app/tomcat7/bin/startup.s 阅读全文
摘要:
1.suse linux 程序自动启动 在部署面安装的的时候,重启之后需要去tomcat/bin/startup.sh 下面去执行启动脚本。 设置开机自动启动该服务 在 vim /etc/init.d/boot.local 下面添加 需要启动的脚本 sh /home/app/tomcat7/bin/ 阅读全文
摘要:
如题:配置编译参数通过,在进行 make 的时候报如下错误: In file included from progname.c:26:0: ./stdio.h:1010:1: error: ‘gets’ undeclared here (not in a function) _GL_WARN_ON_ 阅读全文