<plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><configuration><source>8</source><target>8</ta
function_x(STR_XPATH){varxresult=document.evaluate(STR_XPATH,document,null,XPathResult.ANY_TYPE,null);varxnodes=[];varxres;while(xres=xresult.iterateNext()){xnodes.push(xres);}returnxnodes;}
mybatis是项目中常用到的持久层框架,今天我们学习下mybatis,随便找一个例子可以看到通过读取配置文件建立SqlSessionFactory,然后在build拿到关键的sqlsession,这是我从网上随便找了下例子,关键的方法在于newSqlSessionFactoryBuilder().build(reader);可以看到parser.parse()返回的结果是Configuratio
1、增加服务文件vi/etc/systemd/system/rc-local.service[Unit]Description=/etc/rc.localConditionPathExists=/etc/rc.local[Service]Type=forkingExecStart=/etc/rc.localstartTimeoutSec=0StandardOutput=ttyRemainAfter
继续上面的文章,安装hive一、1、解压tar-zvxfapache-hive-1.2.1-bin.tar.gz2、添加环境变量3、修改hive-site.xml<property><name>hive.exec.scratchdir</name><value>/tmp/hive</value><description>HDF
继续上一篇hadoop的安装。一、安装zookooper1、解压zookoopertar-zxfvzookeeper-3.3.6.tar.gz2、修改配置:cpzookeeper/conf/zoo_sample.cfgzoo.cfgThenumberofmillisecondsofeachticktickTime=2000Thenumberofticksthattheinitialsynchron
目标:搭建hadoop+hbase+zoopkeer+hive开发环境安装环境:1、centeros192.168.1.1012、centeros192.168.1.102开发环境:window+eclipse一、安装hadoop集群1、配置hosts#vi/etc/hosts192.168.1.101master192.168.1.101slave12、关闭防火墙:systemctlstatus
一、安装Charles从官网https://www.charlesproxy.com/上下载Charles,输入注册码RegisteredName:https://zhile.ioLicenseKey:48891cf209c6d32bf4这个目前可以使用。二、配置Charles安装ssl证书,在帮助-》ssl证书-》安装Charlesca证书,安装之后对证书选择始终信任。三下载ssl证书,并安装h
vue使用jsonp
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号