首页 新闻 论坛 群组 Blog 文档 下载 读书 Tag 网摘 搜索 .NET Java 游戏 视频 人才 外包 数据库 第二书店 程序员

devnetwork/ 


共109个网摘 [ 1  2  3  4 ]  下一页  |  访问devnetwork的个人空间

dev network

devnetwork收录,使用标签:JavaScript, Memoiz,时间:2008-4-25 13:55:46 | 相关网摘我也收藏

Memoization 是一种将函数返回值缓存起来的方法,在 Lisp, Ruby, Perl, Python 等语言中使用非常广泛。随着 Ajax 的兴起,客户端对服务器的请求越来越密集(经典如 autocomplete),如果有一个良好的缓存机制,那么客户端 JavaScript 程序的效率的提升是显而易见的。


暴涨后的几条掘金路线

devnetwork收录,时间:2008-4-25 13:54:49 | 相关网摘我也收藏

一篮子稳定股市策略终于在奥运前放出,关于救不救市的争论变得毫无意义,是不是救市也无关紧要,重要的是反应出了管理层对股市持续下跌的担扰,相关的措施可以看为是一种纠错,当政策进行纠错后,市场必然会对不正常的下跌进行纠错。


谁是谷歌的竞争对手

devnetwork收录,使用标签:Google,时间:2008-4-25 13:54:12 | 相关网摘我也收藏

谷歌从进入中国那一天起,一般都认为,它必需通过对百度的强力挑战,来争夺中国搜索引擎市场的领导地位──百度不是一直都被称为“中国的Google” 吗。但两年半以来,形势并不乐观。百度的市场份额从五成升至接近八成,谷歌仅仅从更弱小的搜索引擎手里抢了点儿零食,塞牙缝都不够,挑战百度?从来都没有出现过这样的机会。所以我说,。


VSTO - Removing document customisation - Office - Dev-Network Forum

devnetwork收录,使用标签:have, written, a, word, addin, in, VSTO, 2005, which, when, loads, adds, a, custom, toolbar,时间:2008-4-25 13:52:51 | 相关网摘我也收藏

have written a word addin in VSTO 2005 which when loads adds a custom toolbar

to word


Outlook 2003 Addin doesn''t work on Windows 2003 Terminal Server - Office - Dev-Network Forum

devnetwork收录,使用标签:setup, the, project, with, no, errors, on, a, Windows, 2003, Server, which, runs, as, a, Terminal, Server, but, the, AddIn, does, not, loaded, when, Outlook, starts.,时间:2008-4-25 13:52:34 | 相关网摘我也收藏

setup the project with no errors on a Windows 2003 Server which runs as a Terminal Server, but the AddIn does not loaded when Outlook starts.


Problem with Interop.Excel after uninstalling Office 2007 and installing Office 2003 - Office - Dev-Network Forum

devnetwork收录,使用标签:am, developing, a, VB.Net, application, with, VS, 2005, that, opens, an, Excel, workbook, and, populates, the, worksheet, with, data., I, started, developing, the, application, with, Office, 2007, installed, on, my, Vista, OS, but, after, I, discovered, that, it, won''t, run, on, a, system, with, Office, 2003, I, uninstalled, Office, 2007, and, installed, Office, 2003., I, reset, the, reference, in, .Net, to, the, Microsoft, Excel, 11.0, Object, Library., The, application, works, fine, from, the, .Net, IDE, but, when, I, compile, and, run, the,时间:2008-4-25 13:52:09 | 相关网摘我也收藏

am developing a VB.Net application with VS 2005 that opens an Excel workbook and populates the worksheet with data. I started developing the application with Office 2007 installed on my Vista OS, but after I discovered that it won't run on a system with Office 2003, I uninstalled Office 2007 and installed Office 2003. I reset the reference in .Net to the Microsoft Excel 11.0 Object Library. The application works fine from the .Net IDE but when I compile and run the


Deploying an Application That Uses The Word and Excel Object Model - Office - Dev-Network Forum

devnetwork收录,使用标签:I, face, the, following, problem:, I, have, written, a, wrapper, library, that, exposes, specific, functionalities, of, the, Word, and, Excel, Automation, API, and, use, it, in, an, application, that, is, regularly, updated, on, the, client, side., It, is, clear, that, the, client, must, provide, the, Automation, Libraries, for, both, Word, and, Excel, which, come, with, the, Office, installation, CD, but, are, not, installed, by, default., Suppose, the, client, side, does, not, provide, those, libraries, due, to, uncomplete, Office, installation., What, I, wonder, is, if, there, is, a, decent, way, for, me, to, install, those, libraries, provided, their, version, is, the, same, as, the, Office, version, on, the, client, side, and, use, them, with, my, library, on, the, client, side, I, saw, that, the, libraries, are, installed, in, the, GAC., Is, it, a, good, way, to, check, if, the, libraries, are, present, on, the, client, side, during, the, setup, of, my, application, and, if, not, install, them, in, the, GAC, and, is, this, going, to, be, enough, for, the, whole, thing, to, start, working,时间:2008-4-25 13:51:12 | 相关网摘我也收藏

I face the following problem: I have written a wrapper library that exposes specific functionalities of the Word and Excel Automation API and use it in an application that is regularly updated on the client side. It is clear that the client must provide the Automation Libraries for both Word and Excel which come with the Office installation CD but are not installed by default. Suppose the client side does not provide those libraries due to uncomplete Office installation. What I wonder is if there is a decent way for me to install those libraries provided their version is the same as the Office version on the client side, and use them with my library on the client side I saw that the libraries are installed in the GAC. Is it a good way to check if the libraries are present on the client side during the setup of my application and if not, install them in the GAC, and is this going to be enough for the whole thing to start working


Excel.Worfsheet.PrintOut is not returning. - Office - Dev-Network Forum

devnetwork收录,使用标签:My, application, was, developed, in, Microsoft, Vb, .NET, for, .NET, FrameWork, 1.1, it, uses, Excel, 2002, COM, Object., My, application, uses, Excel.WorkSheet.PrintOut(), method, for, printing, the, excel, sheet, into, PDF, Document., The, problem, is, that, the, application, is, able, to, print, the, first, excel, sheet, sucessfully, but, if, i, use, the, same, excel, Applicaion, object, for, the, second, excel, sheet, the, Printout, meathod, is, not, returning, at, all,时间:2008-4-25 13:50:36 | 相关网摘我也收藏

My application was developed in Microsoft Vb .NET for .NET FrameWork 1.1, it uses Excel 2002 COM Object. My application uses Excel.WorkSheet.PrintOut() method for printing the excel sheet into PDF Document. The problem is that the application is able to print the first excel sheet sucessfully but if i use the same excel Applicaion object for the second excel sheet the Printout meathod is not returning at all



共109个网摘 [ 1  2  3  4 ]  下一页

devnetwork/相关标签



网站简介广告服务网站地图帮助联系方式诚聘英才English 问题报告
北京创新乐知广告有限公司 版权所有 京 ICP 证 070598 号
Copyright © 2000-2008, CSDN.NET, All Rights Reserved