上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: 1、alert(): ①写在<script>标签中 ②括号中的内容为字符串或者整型 ③点击确认即可关闭,无返回值 2、confirm(): ①写在<script>标签中 ②括号中的内容为字符串和整型 ③点击确认返回true,点击取消返回false 3、prompt(?,?): ①写在<script> 阅读全文
posted @ 2017-04-13 18:13 迷人的智慧 阅读(7668) 评论(0) 推荐(0) 编辑
摘要: 1、在windows下运行jboss的debug.bat 看见监听的端口 2、打开myeclipse 点击选择 ①你要配置的名字(随意) ②myeclipse中选中该项目 ③jboss的启动的ip地址 ④jboss中的远程端口,即1中的8787 ⑤ 选中 允许远程虚拟机终止 阅读全文
posted @ 2017-04-13 14:38 迷人的智慧 阅读(284) 评论(0) 推荐(0) 编辑
摘要: -- ./configure :编译源码 --prefix :把所有资源文件放在 之后的路径之后 阅读全文
posted @ 2017-03-24 11:36 迷人的智慧 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 使用yum安装,locate的安装包名为mlocate 安装: yum -y install mlocate 更新: updatedb 无法使用;先下载 阅读全文
posted @ 2017-03-23 12:17 迷人的智慧 阅读(454) 评论(0) 推荐(0) 编辑
摘要: centos7提示ifconfig command not found解决 yum install net-tools centos7提示ifconfig command not found解决 yum install net-tools 阅读全文
posted @ 2017-03-22 18:35 迷人的智慧 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 文件下载之后:apache-tomcat-7.0.55.tar.gz 1.下载完成之后要解压apache-tomcat-7.0.55.tar.gz(linux文件后缀带gz的都要gzip解压下) 2.gzip -d之后文件名会变成apache-tomcat-7.0.55.tar.gz没有了.gz了, 阅读全文
posted @ 2017-03-22 18:28 迷人的智慧 阅读(170) 评论(0) 推荐(0) 编辑
摘要: wget http://mirrors.cnnic.cn/apache/tomcat/tomcat-8/v8.0.42/bin/apache-tomcat-8.0.42.tar.gz 注意:下载之前确认版本是否更新。 阅读全文
posted @ 2017-03-22 18:14 迷人的智慧 阅读(6114) 评论(0) 推荐(0) 编辑
摘要: 通过rpm安装,安装在/usr/local 1 .编辑系统环境变量 vi /etc/profile 输入i 加入内容如下: export JAVA_HOME=/usr/local/jdk1.7.0_71 export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_H 阅读全文
posted @ 2017-03-22 17:47 迷人的智慧 阅读(410) 评论(0) 推荐(0) 编辑
摘要: wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/7u79- 阅读全文
posted @ 2017-03-22 17:20 迷人的智慧 阅读(1403) 评论(0) 推荐(0) 编辑
摘要: 创建临时表空间 create temporary tablespace 临时表空间名tempfile '路径\自定义.dbf'size 50mautoextend onnext 50m maxsize 20480mextent management local; 创建表空间create tables 阅读全文
posted @ 2017-03-16 13:23 迷人的智慧 阅读(137) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页