为继续讨论,您需要重建类似我这样的开发环境并建立样例应用程序。
You may want to reproduce my development environment and set up the sample application for yourself to follow the discussion.
程序员通常写TODO不使用空格,像这样的大写意思是“这里我需要做些事情。”
Programmers often write TODO with no space, all caps like this which means "I have to do something here."
例如,不久前,我需要——快速地——提供一个stub应用程序,以测试像xml - rpcAPI这样的客户端。
For example, a short time ago, I needed to provide — quickly — a stub application for testing the client side of an xml-rpc-like API.
之所以这样做,是因为我喜欢LPAR提供的粒度和完全的操作系统隔离,而且不需要担心有多个环境(Web、应用程序和数据库)。
I do this because I like the granularity and complete OS isolation that LPARs provide, without having multiple environments (Web, applicatoin, and database) to worry about.
我需要的是描述实际修改到XML,这样我可以运行一个程序,例如可以删除特定的函数调用的所有实例,或添加如果(假)围绕每个的方式。
What I need is a way to describe the actual modifications to the XML so that I can run a program that can for example remove all instances of a specific function call, or add if (false) around each.
但是我真的需要这些dll在我的应用程序,以避免内部迫使我所有的客户在他们的机器上安装额外的包。 。我怎么能这样做! ?。
But I really need to have these DLLS internally in my application to avoid forcing all my customers to install extra package on their machines… How can i do that !
但是我真的需要这些dll在我的应用程序,以避免内部迫使我所有的客户在他们的机器上安装额外的包。 。我怎么能这样做! ?。
But I really need to have these DLLS internally in my application to avoid forcing all my customers to install extra package on their machines… How can i do that !
应用推荐