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.
REST API を使用して Azure クラウドにデプロイを作成する場合、サービス構成ファイルを base 64 文字列にエンコードする必要があります。これどうやってするの ?
次のコード行はどうでしょうか。
Convert.ToBase64String(System.Text.Encoding.UTF8.GetBytes(configurationFileContent));
Primefaces 3.4.2 を使用しています。
私のJSFページには次のものがあります
<p:selectOneMenu id="emp" value="#{mymb.emp.employeeName}"