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.
tumblr ページを高速化する方法を探しています。メインページを開いたときに読み込まれる iframe がたくさんあるため、ページの読み込みが非常に遅くなります。ページが完全に読み込まれるまで iframe の読み込みを無効にする方法はありますか?
本当にありがとう
I have a List<object>, and its first element is a List<double>, I mean:
List<object>
List<double>
//---- List <object> lista = new List<object>()