上一页 1 ··· 258 259 260 261 262 263 264 265 266 ··· 337 下一页
摘要: 我们已经知道计算机中,所有数据最终都是使用二进制数表达。 不过,我们仍然没有学习一个负数如何用二进制表达。 比如,假设有一 int 类型的数,值为5,那么,我们知道它在计算机中表示为: 00000000 00000000 00000000 00000101 5转换成二制是101,不过VC6中int类型的数占用4字节(32位),所以前面填了一堆0。 现在想知道,-5在计算机中如何表示? ... 阅读全文
posted @ 2010-04-23 19:25 emanlee 阅读(454) 评论(0) 推荐(1)
摘要: 精选最新优秀源码下载网站排行: 1.站长下载:http://down.chinaz.com/ 2.CSDN 下载:http://download.csdn.net 3.站长源码:http://down.cnzz.cn/ 4.51 源码:http://www.51aspx.com/ 5.源码之家:ht 阅读全文
posted @ 2010-04-22 19:39 emanlee 阅读(487) 评论(0) 推荐(0)
摘要: System.Data.SqlClient.SqlException: A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - Not enough... 阅读全文
posted @ 2010-04-22 14:54 emanlee 阅读(1613) 评论(0) 推荐(0)
摘要: 环境 VS2008, 安装了Office 2003   (1)如果把OFFICE.DLL放到某一个文件夹,比如DLL文件夹。 从VS2008中,点击“添加引用”,找到DLL\OFFICE.DLL。确定,之后打开 项目的属性页,发现 OFFICE.DLL 的Type 是GAC。 编译项目成功,测试相关功能运行正常。   (2)如果把OFFICE.DLL放到Bin文件夹。... 阅读全文
posted @ 2010-04-21 12:05 emanlee 阅读(952) 评论(0) 推荐(0)
摘要: FPDFCJK.BIN下载(Foxit Reader中/日/韩CJK文字符支持包)     FPDFCJK.BIN 是 Foxit Reader中/日/韩CJK文字符支持包,下载后解压出来,把FPDFCJK.BIN放到Foxit Reader的安装目录下面即可使用!    PDF出现乱码大多是由于没有文字支持包造成的。用这个文件就可以解决大多乱码... 阅读全文
posted @ 2010-04-21 09:56 emanlee 阅读(7993) 评论(0) 推荐(0)
摘要: A common question by asp.net developers is what project model should I use for asp.net application? Web Site project (which introduced with VS 2005) or Web Application project (which delivered as add-... 阅读全文
posted @ 2010-04-20 20:32 emanlee 阅读(367) 评论(0) 推荐(0)
摘要: 当你被利用的价值越来越小时,路会越来越窄. 阅读全文
posted @ 2010-04-19 21:13 emanlee 阅读(336) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2010-04-16 10:39 emanlee 阅读(100) 评论(0) 推荐(0)
摘要: Setting environment to use Microsoft .NET Framework v2.0 SDK tools. For a list of SDK tools, see the 'StartTools.htm' file in the bin folder. C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0>asp... 阅读全文
posted @ 2010-04-13 19:33 emanlee 阅读(216) 评论(0) 推荐(0)
摘要: Setting environment to use Microsoft .NET Framework v2.0 SDK tools. For a list of SDK tools, see the 'StartTools.htm' file in the bin folder. C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0>asp... 阅读全文
posted @ 2010-04-13 18:36 emanlee 阅读(216) 评论(0) 推荐(0)
上一页 1 ··· 258 259 260 261 262 263 264 265 266 ··· 337 下一页