上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 30 下一页
摘要: // 获得总记录数(行数) int lastRowNum = sheet.getLastRowNum(); int rowNum=sheet.getPhysicalNumberOfRows(); 同样的都是获取Exc... 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(541) 评论(0) 推荐(0)
摘要: // 获得总记录数(行数) int lastRowNum = sheet.getLastRowNum(); int rowNum=sheet.getPhysicalNumberOfRows(); // 获得总字段数(列数) int columnCo... 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(1457) 评论(0) 推荐(0)
摘要: FileInputStream inp = new FileInputStream("E:\\WEIAN.xls"); HSSFWorkbook wb = new HSSFWorkbook(inp); HSSFSheet sheet = wb.get... 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(560) 评论(0) 推荐(0)
摘要: 开始运行 输入“control userpasswords2 ”打开凭据管理器 或者在开始菜单状态下手动输入凭据管理器定位并进入 切换到高级--管理密码-windows凭据 点击添加Windows凭据 注:手动添加要访问的共享目录所在IP地址和访问所用... 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(204) 评论(0) 推荐(0)
摘要: --创建测试表create table table1( id varchar(10) , val varchar(20) );insert into table1 values('11',char(39)+'引号'+char(39));insert in... 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(524) 评论(0) 推荐(0)
摘要: 执行时增加-Dfile.encoding=utf-8参数即可 java -Dfile.encoding=utf-8 -jar JsonToSQL.jar 效果: 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(454) 评论(0) 推荐(0)
摘要: 测试代码如下: Title 城市 获取 根据value设置 根据text设置 可以确定,相同的js操作不停切换,在IE下均正常。在Chrome下异常,只能工作一次。之前还以为是layui的锅。这次... 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(80) 评论(0) 推荐(0)
摘要: //方法一: if(window !== window.top){ window.top.location=location; }//方法二: if(top.location!==self.location){ top.location.href=se... 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(84) 评论(0) 推荐(0)
摘要: 错误代码: Uncaught SyntaxError: Unexpected token web.xml 也是设置了/ 结果,所有的请求都进了mvc拦截器。而拦截器中在确认未登录的情况下却只放行了login开头的资源。so. 解决方法:将res资源目录设为不... 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(370) 评论(0) 推荐(0)
摘要: body {margin: 0; /* Reset default margin */}iframe {display: block; /* iframes are inline by default */background: #000;border: no... 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(30) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 30 下一页