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.
アルゴリズム LRU について少し質問があります。4 ブロックのキャッシュがある場合、このアルゴリズムを実装するには何ビットが必要ですか?
複数のページ要素と複数のレコードを持つページを作成する JSP を使用して Web アプリケーションを開発しました。その中のコンテンツをExcelファイルにエクスポートしたかったのです。
コードを使用しました
response.setContentType("application/vnd.ms-excel");