Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 WAMP 中完成了我的项目。是否也可以在 LAMP 中运行?我使用 XML DOM 代替 MYSQL 进行数据存储。如果可能的话,我们必须做些什么才能在 LAMP 中运行。
您使用的技术(Apache MySQL、PHP)本质上是跨平台的。只要你没有以非跨平台的方式使用它们,你应该没问题。