摘要: 1.Struts.xml文件 <interceptors> <!-- 拦截action请求 防xxs攻击 --> <interceptor name="MyInterceptor" class="cn.openice.dms.servlet.filter.XssInterceptor"/> <int 阅读全文
posted @ 2021-07-20 11:55 我是一只狗 阅读(485) 评论(0) 推荐(0)
摘要: 1.安装node.js 2.查看npm的版本命令:npm -v 3.npm -g install npm,更新npm至最新版本 4.安装公服-淘宝镜像(cnpm)使用淘宝 NPM 镜像。 npm install -g cnpm --registry=https://registry.npm.taob 阅读全文
posted @ 2021-03-18 11:14 我是一只狗 阅读(80) 评论(0) 推荐(0)
摘要: $(function(){ $('#tt').tree({ url:'<%=request.getContextPath()%>/treeInit', lines:true, onLoadSuccess:function(node,data){ var t = $(this); if(data){ 阅读全文
posted @ 2021-03-11 10:03 我是一只狗 阅读(85) 评论(0) 推荐(0)
摘要: 1、创建表空间 create tablespace data_test datafile 'D:\ProgramFiles\oracle\oradata\test\data_1.dbf' size 200M; 2、创建用户create user dbname identified by 123456 阅读全文
posted @ 2020-09-11 14:35 我是一只狗 阅读(105) 评论(0) 推荐(0)