App下載

詞條

大約有 6,000 項(xiàng)符合查詢結(jié)果 ,庫(kù)內(nèi)數(shù)據(jù)總量為 78,409 項(xiàng)。(搜索耗時(shí):0.0053秒)

4491.TypeScript 值類型

...斷為值類型,而是推斷屬性foo的類型是number。這是因?yàn)?JavaScript 里面,const變量賦值為對(duì)象時(shí),屬性值是可以改變的。值類型可能會(huì)出現(xiàn)一些很奇怪的報(bào)錯(cuò)。const x:5 = 4 + 1; // 報(bào)錯(cuò) 上面示例中,等號(hào)左側(cè)的類型是數(shù)值5,等號(hào)右側(cè)4...

http://www.o2fo.com/tsryf/value-type.html

4492.CSS3 border-image 屬性

...擴(kuò)展按鈕! 默認(rèn)值: none 100% 1 0 stretch 繼承: no 版本: CSS3 JavaScript 語法: object.style.borderImage="url(border.png) 30 30 round" 語法 border-image: source slice width outset repeat; 值 描述 border-image-source 用于指定要用于繪制邊框的圖像的位置 border-image-sl...

http://www.o2fo.com/cssref/css3-pr-border-image.html

4493.Grunt 配置任務(wù)

...需要的屬性相沖突,就將被忽略。此外,由于這本身就是JavaScript,因此你不僅限于使用JSON;你可以在這里使用任何有效的JavaScript。必要的情況下,你甚至可以以編程的方式生成配置。grunt.initConfig({ concat: { // 這里是concat任務(wù)的...

http://www.o2fo.com/grunt/ybfh1qog.html

4494.jQuery Autocomplete插件(自動(dòng)補(bǔ)齊)

...g", "Fortran", "Groovy", "Haskell", "Java", "JavaScript", "Lisp", "Perl", "PHP", "Python", "Ruby", "Scala", "Scheme" ]; $( "#tags" ).autocomplete({ source: availableTags }); }); </script></head>&...

http://www.o2fo.com/jquery/lbu6efno.html

4495.three.js PRWMLoader

...del 是一種開源二進(jìn)制文件格式,用于 nD 幾何圖形,專為 JavaScript 和 WebGL 設(shè)計(jì),著重于快速解析(在 2013 年末 MBP 上的 Chrome 59 中從 1ms 到 0.1ms)。當(dāng)文件的字節(jié)序與客戶端平臺(tái)的字節(jié)序相同時(shí),PRWM 文件的解析速度特別快。更多...

http://www.o2fo.com/ehsib/ehsib-gd9x3qrg.html

4496.HTML事件屬性onblur

...碼的Focus Lost事件。 <html> <head> <script type="text/javascript"> function checkRequired() { document.write("value is required in field"); } </script> </head> <body> <form name="someForm"> <input type="text" name="text1" /><br /> <input...

http://www.o2fo.com/htmltags/html-css-onblur.html

4497.Java教程中的腳本 - Java HelloWorld中的腳本

...ipt engine from the manager ScriptEngine engine = manager.getEngineByName("JavaScript"); // Store the script in a String String script = "print("hi from www.o2fo.com!")"; try { // Execute the script engine.eval(script); } catch (ScriptException e) { e.printStackTrace(); } } } 上面的代碼生...

http://www.o2fo.com/java/scripting-in-java-helloworld.html

4498.冒泡排序

...[](//atts.w3cschool.cn/attachments/image/20170911/1505066276620085.png) ```javascript var array = []; (function createArray(size) { array.push(+(Math.random() * 100).toFixed(0)); return (size > 1) ? createArray(size - 1) : undefined; })(12); function bubbleSort(array) { // change code below this ...

http://www.o2fo.com/ndgol/ndgol-coj12cvv.html

4499.Vue 3.0 Data選項(xiàng)

...(#概覽)概覽 - **非兼容**:`data` 組件選項(xiàng)聲明不再接收純 JavaScript `object`,而需要 `function` 聲明。 當(dāng)合并來自 mixin 或 extend 的多個(gè) `data` 返回值時(shí),現(xiàn)在是淺層次合并的而不是深層次合并的(只合并根級(jí)屬性)。 ## [#](#_2-x-syntax)2.x Sy...

http://www.o2fo.com/vuejs3/vuejs3-w5z13f3i.html

4500.OnGUI ScrollView 控件

... `BeginScrollView`,保存場(chǎng)景。 2. 執(zhí)行 `Assets` → `Create` → `JavaScript` 命令,創(chuàng)建一個(gè)新的腳本文件。 3. 在 Project 視圖中打開腳本編輯器,輸入下列語句: ``` var scrollPosition:Vector2=Vector2.zero; function OnGUI(){ scrollPosition=GUI.BeginScrollView(Rec...

http://www.o2fo.com/unity3d_jc/unity3d_jc-mv4e3852.html

抱歉,暫時(shí)沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

4491.TypeScript 值類型

...斷為值類型,而是推斷屬性foo的類型是number。這是因?yàn)?JavaScript 里面,const變量賦值為對(duì)象時(shí),屬性值是可以改變的。值類型可能會(huì)出現(xiàn)一些很奇怪的報(bào)錯(cuò)。const x:5 = 4 + 1; // 報(bào)錯(cuò) 上面示例中,等號(hào)左側(cè)的類型是數(shù)值5,等號(hào)右側(cè)4...

http://www.o2fo.com/tsryf/value-type.html

4492.CSS3 border-image 屬性

...擴(kuò)展按鈕! 默認(rèn)值: none 100% 1 0 stretch 繼承: no 版本: CSS3 JavaScript 語法: object.style.borderImage="url(border.png) 30 30 round" 語法 border-image: source slice width outset repeat; 值 描述 border-image-source 用于指定要用于繪制邊框的圖像的位置 border-image-sl...

http://www.o2fo.com/cssref/css3-pr-border-image.html

4493.Grunt 配置任務(wù)

...需要的屬性相沖突,就將被忽略。此外,由于這本身就是JavaScript,因此你不僅限于使用JSON;你可以在這里使用任何有效的JavaScript。必要的情況下,你甚至可以以編程的方式生成配置。grunt.initConfig({ concat: { // 這里是concat任務(wù)的...

http://www.o2fo.com/grunt/ybfh1qog.html

4494.jQuery Autocomplete插件(自動(dòng)補(bǔ)齊)

...g", "Fortran", "Groovy", "Haskell", "Java", "JavaScript", "Lisp", "Perl", "PHP", "Python", "Ruby", "Scala", "Scheme" ]; $( "#tags" ).autocomplete({ source: availableTags }); }); </script></head>&...

http://www.o2fo.com/jquery/lbu6efno.html

4495.three.js PRWMLoader

...del 是一種開源二進(jìn)制文件格式,用于 nD 幾何圖形,專為 JavaScript 和 WebGL 設(shè)計(jì),著重于快速解析(在 2013 年末 MBP 上的 Chrome 59 中從 1ms 到 0.1ms)。當(dāng)文件的字節(jié)序與客戶端平臺(tái)的字節(jié)序相同時(shí),PRWM 文件的解析速度特別快。更多...

http://www.o2fo.com/ehsib/ehsib-gd9x3qrg.html

4496.HTML事件屬性onblur

...碼的Focus Lost事件。 <html> <head> <script type="text/javascript"> function checkRequired() { document.write("value is required in field"); } </script> </head> <body> <form name="someForm"> <input type="text" name="text1" /><br /> <input...

http://www.o2fo.com/htmltags/html-css-onblur.html

4497.Java教程中的腳本 - Java HelloWorld中的腳本

...ipt engine from the manager ScriptEngine engine = manager.getEngineByName("JavaScript"); // Store the script in a String String script = "print("hi from www.o2fo.com!")"; try { // Execute the script engine.eval(script); } catch (ScriptException e) { e.printStackTrace(); } } } 上面的代碼生...

http://www.o2fo.com/java/scripting-in-java-helloworld.html

4498.冒泡排序

...[](//atts.w3cschool.cn/attachments/image/20170911/1505066276620085.png) ```javascript var array = []; (function createArray(size) { array.push(+(Math.random() * 100).toFixed(0)); return (size > 1) ? createArray(size - 1) : undefined; })(12); function bubbleSort(array) { // change code below this ...

http://www.o2fo.com/ndgol/ndgol-coj12cvv.html

4499.Vue 3.0 Data選項(xiàng)

...(#概覽)概覽 - **非兼容**:`data` 組件選項(xiàng)聲明不再接收純 JavaScript `object`,而需要 `function` 聲明。 當(dāng)合并來自 mixin 或 extend 的多個(gè) `data` 返回值時(shí),現(xiàn)在是淺層次合并的而不是深層次合并的(只合并根級(jí)屬性)。 ## [#](#_2-x-syntax)2.x Sy...

http://www.o2fo.com/vuejs3/vuejs3-w5z13f3i.html

4500.OnGUI ScrollView 控件

... `BeginScrollView`,保存場(chǎng)景。 2. 執(zhí)行 `Assets` → `Create` → `JavaScript` 命令,創(chuàng)建一個(gè)新的腳本文件。 3. 在 Project 視圖中打開腳本編輯器,輸入下列語句: ``` var scrollPosition:Vector2=Vector2.zero; function OnGUI(){ scrollPosition=GUI.BeginScrollView(Rec...

http://www.o2fo.com/unity3d_jc/unity3d_jc-mv4e3852.html

抱歉,暫時(shí)沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程