nexus
摘要:<1>将E:\nexus\nexus-2.13.0-01\bin目录添加到path中,cmd-->nexus, 通过nexus install,nexus start,nexus uninstall来 安装,启动和卸载服务 D:\nexus-2.12.0-01-bundle\nexus-2.12.0
阅读全文
sqlserver表数据导出为insert into语句
摘要:<1>select 'insert into table_name (name,code) values ('''+name+''','''+code+''');' sql_str from canton; <2>对于id为int类型的处理 select 'insert into table_nam
阅读全文
java-web乱码问题解决
摘要:<一>乱码问题(设置tomcat uriencoding=’utf-8’); 统一设置编码过滤器 <1>get请求: request.setCharacterEncoding("utf-8"); New String(super.getParameter(str).getBytes("iso8859
阅读全文