Mybatis调用存储过程报错
Mybatis调用存储过程贴码Error querying database. Cause: java.sql.SQLException: User does not have access to metadata required to determine stored procedure parameter types. If rights can not be granted, configure connection with "noAccessToProcedureBodies=true" to have driver generate parameters that represent INOUT strings irregardless of actual parameter types. The error may exist in resources/mapper/AgentStatisDao.xml The error may involve com.jiaxincloud.gw.statistics.dao.statistics.AgentS ...
hexo+github pages
从某处关注到了github pages 这个东西,并且也关注到了hexo的构建,两者是可以结合起来,那就折腾一下
Git
首先也是必须要注册一个Git,注册流程就不多说了,反正都是一样了,然后就新增一个Repository,名字必须是XXX.github.io,也必须是master主干,xxx是你的git的用户名 创建完成后,需要git客户端,客户端下载就不说了,百度都有。
NodeJs 首先要安装nodejs挺多版本的 我的npm是1.4.28版本 作用是生成一些静态的html,安装成功后 可输入命令mpn -v查看当前版本 如果查看不了 证明安装失败,那就要重新安装了。
Hexo
正式安装Hexo 建立文件夹hexo,切换到当前文件夹下,输入命令npm install -g hexo安装hexo,速度的快慢要看你的网速了。
执行初始化hexo,命令:hexo init
启动本地服务命令:hexo server(hexo s也可以)
浏览器输入http://localhost:4000
浏览器有出现hexo的主题页面,证明安装成 ...