上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页
摘要: 1.右键项目 -->Properties -->Java Bulid Path-> Libraries -->JRE System Library-->Access rules -->双击Type Access Rules在Accessible中添加accessible,下面填上** 点击确定。 2 阅读全文
posted @ 2016-12-11 22:04 李小加 阅读(10234) 评论(0) 推荐(0) 编辑
摘要: 一、所需lib包 二、web.xml配置 三、src/springmvc.xml 配置 四、src/freemarker.properties 配置 五、FreemarkerController.java 代码 六、index.jsp代码 七、webRoot/ftl/hi.ftl 代码:<html> 阅读全文
posted @ 2016-12-11 21:29 李小加 阅读(4231) 评论(0) 推荐(0) 编辑
摘要: CentOS 7 采用NetworkManager Text User Interface网络编辑组件,即nmtui。 nmtui默认随系统标准安装,如果你使用最小化安装,可能没有该软件,使用下面的命令手动安装: [root@localhost ~]# yum install NetworkMana 阅读全文
posted @ 2016-11-29 14:43 李小加 阅读(634) 评论(0) 推荐(0) 编辑
摘要: 1、安装数据库 [root@localhost ~]# yum -y install mariadb-server mariadb mariadb-devel 2、启动数据库[root@localhost ~]# systemctl start mariadb[root@localhost ~]#  阅读全文
posted @ 2016-11-29 09:27 李小加 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 安装tomcat: [root@admin local]# cd /usr/local[root@admin local]# tar -zxv -f apache-tomcat-7.0.29.tar.gz // 解压压缩包 [root@admin local]# rm -rf apache-tomc 阅读全文
posted @ 2016-11-28 21:28 李小加 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 卸载原系统上的JDK: [root@admin ~]# java -version 查看需要卸载的JDK清单: [root@admin ~]# rpm -qa | grep java java-1.6.0-openjdk-1.6.0.0-1.45.1.11.1.el6.x86_64 卸载OpenJD 阅读全文
posted @ 2016-11-28 21:20 李小加 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 所需jar 包为icepdf-core.jar、icepdf-extra.jar、icepdf-pro-intl.jar、icepdf-pro.jar和icepdf-viewer.jar。 示例代码如下: 阅读全文
posted @ 2016-05-03 16:30 李小加 阅读(4964) 评论(0) 推荐(0) 编辑
摘要: 1、到官网 https://www.jwplayer.com/ 注册,取得key并下载免费版本(免费版只支持mp4格式); 2、编辑如下网页即可在线播放: 阅读全文
posted @ 2016-04-27 15:56 李小加 阅读(7891) 评论(1) 推荐(0) 编辑
摘要: select * from (select u.*, array_to_string ( ARRAY ( SELECT role_id FROM k_user_role ur WHERE ur.user_id = u.op_id ),',' ) AS user_role, array_to_stri 阅读全文
posted @ 2016-03-28 12:31 李小加 阅读(8180) 评论(0) 推荐(0) 编辑
摘要: 一、zookeeper windows部署 1、下载安装 到官网下载解压版后解压至F:\server\zookeeper-3.4.8,剩下为文件配置工作; 2、本地伪集群 1) 在F:\server\zookeeper-3.4.8\conf 创建 zoo1.cfg,内容如下: 2) 创建目录:F:\ 阅读全文
posted @ 2016-03-21 09:25 李小加 阅读(437) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页