rabbitmq-server-3.7.4 rabbitmq-server-3.7.4 rabbitmq-server-3.7.4 rabbitmq-server-3.7.4
2023-04-08 21:38:41 11.08MB rabbitmq
1
该工具是 工业自动化领域 西门子上位机组态软件 WINCC 7.4版本的 授权工具,方便快捷。 本人亲测有效。愿与各位分享
2023-03-04 16:26:43 211KB WINCC
1
这个是MySql.Data.MySqlClient的最新版本附带的说明文档,之前有网友有要求,因此顺带也发一个上来,理论上来说之前的版本也是可以借以参考的
2023-03-03 19:52:20 2.24MB mysql data MySqlClient 说明
1
sqlite3.7.4sqlite3.7.4sqlite3.7.4sqlite3.7.4
2023-02-08 10:49:20 1.18MB sqlite 3.7.4
1
适当设置了一下,加了点插件。 1.NerdTree 2.autocomplate 3.emmet 还设置gvim彩色的状态栏--不喜欢的可以将_vimrc中的"set laststatus=2"注释掉。 另外还设置了括号及引号自动补全--同样的,不喜欢将_vimrc中相关代码注释掉。
2023-01-17 19:02:17 10.97MB vim gvim 7.4
1
Cheat Engine 7.4
2022-12-22 16:03:43 46.66MB 内存管理
1
mysql-5.7.40-1.el7.x86_64.rpm
2022-12-02 19:16:15 529.78MB mysql
1
GNS3 CISCO 学习模拟个累路由器和交换机的神器
2022-11-23 19:47:45 14.83MB gns 3
1
TOOLS_BY_CZ_V7.40 CZ's Utility Tools V7.40
2022-11-17 10:18:15 2.4MB tools windows android adb
1
一个简单实用类 using Aspose Cells; class AsposeExcel { private string outFileName ""; private string fullFilename ""; private Workbook book null; private Worksheet sheet null; public AsposeExcel string outfilename 导出构造数 { outFileName outfilename; book new Workbook ; sheet book Worksheets[0]; } private void AddTitle string title int rowIndex int columnIndex { Cell cell1 sheet Cells[rowIndex columnIndex]; cell1 PutValue title ; } private void AddHeader DataTable dt int rowIndex int columnIndex { Cell cell null; for int col 0; col < dt Columns Count; col++ { cell sheet Cells[rowIndex col + columnIndex]; cell PutValue dt Columns[col] ColumnName ; } } private void AddBody DataTable dt int rowIndex int columnIndex { for int r 0; r < dt Rows Count; r++ { for int c 0; c < dt Columns Count; c++ { sheet Cells[r + rowIndex c + columnIndex] PutValue dt Rows[r][c] ToString ; } } } 导出 public Boolean DatatableToExcel DataTable dt int rowIndex int columnIndex { Boolean yn false; try { sheet Name sheetName; AddHeader dt rowIndex columnIndex ; AddBody dt rowIndex+1 columnIndex+1 ; sheet AutoFitColumns ; sheet AutoFitRows ; book Save outFileName ; yn true; return yn; } catch Exception e { return yn; } } }">一个简单实用类 using Aspose Cells; class AsposeExcel { private string outFileName ""; private string fullFilename ""; private Workbook book null; private Worksheet sheet null; public AsposeExcel string outfilename 导 [更多]
2022-11-15 10:54:47 11.64MB Aspose cell Excel
1