iCH4O

Results 5 issues of iCH4O

最近用 r.js 打包项目中所有用 requirejs 编写的模块,好让部署的时候,请求一个js文件,但是,总是报 dialog 错误(app/Utils是另外一个模块): `GET http://localhost:8088/dialog.js` `Uncaught Error: Script error for "dialog", needed by: app/Utils` 我项目目录: `root` `---app` `------scripts` `---------index.js` `---------Utils.js` `------vendors` `---------jquery` `bulid.js` `r.js` 我 bulid.js...

define(['jquery','artDialog'], function($,dialog) { dialog({ title: 'message', content: '' }).showModal(); }); RT,报错,dialog is not a function,jquery.js(v1.11.3)、dialog.js(v6.0.5)已经确定加载

warning as below: ![image](https://user-images.githubusercontent.com/15882116/33472071-736d42a8-d6ab-11e7-974b-bbbd106d599f.png) an a problem is that when I start a fetch in React component's lifecycle, this fetch never ends.

03_strings_and_characters 丢失示例图片:https://docs.swift.org/swift-book/_images/multilineStringWhitespace_2x.png