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.
我正在尝试让 primefaces 出现在 Websphere 8.0 的项目方面。有人可以解释这是如何实现的。
我尝试从文本文件中读取 bash 脚本并通过 php 将其打印到屏幕上。
我试过了
$code = @file_get_contents( $myFileName );
也
$code = ""; $myFile = fopen($myFileName, "r");