上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页
摘要: procedure TForm1.FormCreate(Sender: TObject);var buf:array [0..MAX_PATH-1] of char; m_Result:Integer; i:Integer; str_temp:stri... 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(50) 评论(0) 推荐(0)
摘要: Update K_MicfoNo set Certificate=General,General=Certificate; 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(95) 评论(0) 推荐(0)
摘要: 之前一直好好的,最近突然出现WIN10中IE双击没有任何反应要右键以管理员身份才能运行 解决: 开始-运行(win+R),regedit 计算机\HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Ma... 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(976) 评论(0) 推荐(0)
摘要: 用的同样的easyui和jquery版本,家里的Jdk为1.8.0,公司电脑用的jdk也是1.8.0,区别只是小版本比如201 203这样的不同,在家里电脑上跑的好好的easyui datagrid代码,复制到公司电脑上datagrid就不能正常工作了,完全不... 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(103) 评论(0) 推荐(0)
摘要: 属性striped设置为true,即striped:true。 如果想更改颜色,可以更改easyui.css中的.datagrid-row-alt样式。 或者: rowStyler: function(index,row){ ... 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(226) 评论(0) 推荐(0)
摘要: EasyUI - panel 高度自适应: height:auto;即可实现高度自适应。 <div class="easyui-panel" style="width: 760px; height:auto; padding: 10px;" 当分页大小从... 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(153) 评论(0) 推荐(0)
摘要: # 连接数大小直接影响启动时mysqld.exe内存占用大小max_connections=200# 指定表高速缓存的大小(减少内存占用)table_open_cache = 64table_definition_cache=150# 能够有效降低内存占用pe... 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(42) 评论(0) 推荐(0)
摘要: #include #include #include #include using namespace std;/* 为什么STL c++ string 中没有format方法 * 没设计,当然你可以用 MFC库的CString * 或者 wsprintf,s... 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(1133) 评论(0) 推荐(0)
摘要: //获取行HSSFRow row = sheet.getRow(i);//获取单元格HSSFCell cell = row.getCell(i);if(cell.getCellComment()!=null){System.out.println(cell... 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(94) 评论(0) 推荐(0)
摘要: // 获得总记录数(行数) int lastRowNum = sheet.getLastRowNum(); int rowNum=sheet.getPhysicalNumberOfRows(); 同样的都是获取Exc... 阅读全文
posted @ 2022-10-04 00:14 IT情深 阅读(522) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页