代码改变世界

阅读排行榜

Aspose.cells.dll编译时的问题

2012-12-21 01:00 by hongjiumu, 437 阅读, 收藏,
摘要: Aspose.cells.dll编译时的问题:Error 1 The type or namespace name 'Aspose' could not be found (are you missing a using directive or an assembly reference?) D:\work\1220\work\Solution1\ConsoleApplication1\XlsxReader.cs 6 7 ConsoleApplication1解决办法:<?xml version="1.0"?><configuration 阅读全文

(Transfered)DOM最常用的方法和属性(Javascript DOM编程艺术,DOM Scripting)

2012-09-02 16:04 by hongjiumu, 434 阅读, 收藏,
摘要: What this section covers:Creating nodesDuplicating nodesInserting nodesRemoving nodesReplacing nodesManipulating nodesFinding nodesNode propertiesTraversing the node treeThis section contains a list of some of the most useful methods and properties provided by the Document Object Model.They are arra 阅读全文

c++连接数据库

2013-02-27 20:20 by hongjiumu, 426 阅读, 收藏,
摘要: c++连接数据库#include <iostream>#include "windows.h"#include "sqlext.h"using namespace std;int main(){ SQLHENV henv; SQLHDBC hdbc; SQLRETURN retcode; SQLTCHAR ConnStrOut[256]; SQLTCHAR ConnStr[256] = L"DSN=DNS-MMLRESOLVE;UID=sa;PWD=850414"; SQLSMALLINT ConnStrOutLen; S 阅读全文

javascript获取的层(div)高度

2012-09-12 10:21 by hongjiumu, 422 阅读, 收藏,
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb23 阅读全文

(转)MFC中获得各个类的指针/句柄 ID的总结

2014-05-11 22:43 by hongjiumu, 421 阅读, 收藏,
摘要: http://www.cnblogs.com/ylhome/archive/2009/10/06/1578478.html一般我们使用的框架是VC提供的Wizard生成的MFCApp Wizard(exe)框架,无论是多文档还是单文档,都存在指针获取和操作问题。下面这节内容主要是一般的框架,然后再讲... 阅读全文
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 42 下一页