zoukankan      html  css  js  c++  java
  • silverlight相关

    http://silverlight.net/

    http://silverlight.net/quickstarts/

    =================

    How do you add Silverlight to your web page?
     A typical Silverlight project has four files:
    an HTML file that hosts the Silverlight plug-in instance,
    a silverlight.js file,
    a XAML file,
    and a JavaScript file that supports the HTML file.

    ===helloworld.html
    .HTML

    ===helloworld.xaml
    .xaml

    ===createSilverlight.js
    createSilverlight.js

    ===========
    silverlight.js
    silverlight.js
  • 相关阅读:
    BZOJ 2006: [NOI2010]超级钢琴 [ST表+堆 | 主席树]
    CF 741D. Arpa’s letter-marked tree and Mehrdad’s Dokhtar-kosh paths [dsu on tree 类似点分治]
    CF 716E. Digit Tree [点分治]
    CF 291E. Tree-String Problem [dfs kmp trie图优化]
    CF 208E. Blood Cousins [dsu on tree 倍增]
    CF 246E. Blood Cousins Return [dsu on tree STL]
    CF 570D. Tree Requests [dsu on tree]
    [dsu on tree]【学习笔记】
    测试markdown
    BZOJ 1969: [Ahoi2005]LANE 航线规划 [树链剖分 时间倒流]
  • 原文地址:https://www.cnblogs.com/freeliver54/p/1119645.html
Copyright © 2011-2022 走看看