fstream用来进行输入/输出文件的操作.fstream file1; 定义了fstream类的一个对象file1file1.open("filename",...) 打开名为filename的文件,后面的...为附加的选项(可不填)file1.close() 关闭文件具体的还是来看个例子吧:l....
分类:
其他好文 时间:
2014-06-28 14:12:45
阅读次数:
234
微软近期Open的职位:Organization Summary:Engineering, Community & Online (ECO) is looking for a great "Software Development Engineer" to join our team. Custom...
分类:
其他好文 时间:
2014-06-28 14:11:20
阅读次数:
232
近期在定位问题时发现使用OleDb打开很大的Excel文件后,即使什么都不操作Colse掉,内存释放了部分,但是并未回到打开前的水平。在Excel150M,解压缩后900M的场景下,打开后直接Close,内存比打开前多了近90M。如果再次打开关闭,内存不会再增加。但是如果是依此打开多个不同的大型Ex...
分类:
数据库 时间:
2014-06-28 13:51:12
阅读次数:
258
接口分离原则(The Interface Segregation Principle)表述为“客户类不应被强迫依赖那些它们不需要的接口。(Clients should not be forced to depend upon interfaces that they do not use.)”。本篇...
分类:
其他好文 时间:
2014-06-28 13:39:35
阅读次数:
312
mysql可通过两种方式通过PHP和web相连,一种通过php的mysql相关函数,另一种通过php的ODBC相关函数。 相关函数如下: MYSQL函数 mysql_affected_rows: 得到 MySQL 最后操作影响的列数目。 mysql_close: 关闭 MySQL 伺服器连线...
分类:
数据库 时间:
2014-06-28 13:22:14
阅读次数:
281
数据库(表)的逻辑备份与恢复介绍 逻辑备份是指使用工具export将数据对象的结构和数据导出到文件的过程。逻辑恢复是指当数据库对象被误操作而损坏后使用工具import利用备份的文件把数据对象导入到数据库的过程。 物理备份即可在数据库open的状态下进行也可在关闭数据库后进行,但是逻辑备份和恢复只能在...
分类:
数据库 时间:
2014-06-28 12:03:54
阅读次数:
239
微软近期Open的职位:Organization Summary:Engineering, Community & Online (ECO) is looking for a great "Software Development Engineer" to join our team. Custom...
分类:
其他好文 时间:
2014-06-24 10:29:18
阅读次数:
237
In part one we showed how to create Openvswitch extension and submit it to Microcore repository. There were also presented after-install steps for Ope...
分类:
移动开发 时间:
2014-06-24 10:17:04
阅读次数:
588
微软近期Open的职位:MSIT Dynamics CRM Software Developer (SDE, Microsoft China, Beijing)Are you interested in shaping the future vision of how we implement Dy...
分类:
其他好文 时间:
2014-06-24 09:15:35
阅读次数:
302
http://blog.scottlowe.org/2012/10/19/link-aggregation-and-lacp-with-open-vswitch/ In this post, I’m going to show you how to use link aggregation (via...
分类:
其他好文 时间:
2014-06-21 14:18:10
阅读次数:
302