I'm happy to live!

          Develop with pleasure!

            BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
            39 隨筆 :: 2 文章 :: 31 評論 :: 0 Trackbacks

          2011年10月30日 #

               chrome,firefox下面運行都很正常,唯獨在safari下會爆SyntaxError: DOM Exception 12錯誤:
           [Error] Error: SyntaxError: DOM Exception 12
          setRequestHeader@[native code]
          http://localhost:8989/app/js/base.js:40967:27
          http://localhost:8989/app/js/base.js:19014:33
          forEach@http://localhost:8989/app/js/base.js:9537:24
          http://localhost:8989/app/js/base.js:19012:14
          sendReq@http://localhost:8989/app/js/base.js:18873:21
          serverRequest@http://localhost:8989/app/js/base.js:18589:23
          processQueue@http://localhost:8989/app/js/base.js:22454:29
          http://localhost:8989/app/js/base.js:22470:39
          $eval@http://localhost:8989/app/js/base.js:23672:28
          $digest@http://localhost:8989/app/js/base.js:23488:36
          $apply@http://localhost:8989/app/js/base.js:23777:31
          bootstrapApply@http://localhost:8989/app/js/base.js:10661:21
          invoke@http://localhost:8989/app/js/base.js:13409:22
          doBootstrap@http://localhost:8989/app/js/base.js:10659:20
          bootstrap@http://localhost:8989/app/js/base.js:10679:23
          angularInit@http://localhost:8989/app/js/base.js:10573:14
          http://localhost:8989/app/js/base.js:35510:16
          fire@http://localhost:8989/app/js/base.js:3094:35
          fireWith@http://localhost:8989/app/js/base.js:3206:11
          ready@http://localhost:8989/app/js/base.js:3412:24
          completed@http://localhost:8989/app/js/base.js:3428:14
           


          這是個什么error?沒見過baidu一下有了:

          DOMException是W3C DOM核心對象。
          DOMException接口表示一個處理的錯誤,當一個操作不可能執行的時候,會拋出一個異常。
          例如試圖創建一個無效的DOM, 或通過一個不存在的節點作為參數節點操作方法。

          SYNTAX_ERR code 12 --> 無效或非法的字符串被指定。

          具休介紹可以到些鏈接查看: http://www.zhangxinxu.com/wordpress/2012/05/w3c-dom-domexception-object/

          先從error stack中找到出錯的地方,在angular-file-upload-all.js中的以下位置:
           1 var key, i;
           2 function patchXHR(fnName, newFn) {
           3     window.XMLHttpRequest.prototype[fnName] = newFn(window.XMLHttpRequest.prototype[fnName]);
           4 }
           5 
           6 if (window.XMLHttpRequest && !window.XMLHttpRequest.__isFileAPIShim) {
           7     patchXHR('setRequestHeader', function (orig) {
           8         return function (header, value) {
           9             if (header === '__setXHR_') {
          10                 var val = value(this);
          11                 // fix for angular < 1.2.0
          12                 if (val instanceof Function) {
          13                     val(this);
          14                 }
          15             } else {
          16                 orig.apply(this, arguments);
          17             }
          18         }
          19     });
          20 }

          出錯的位置在第16行,把header打出來看了一下,Authorization的值是這樣的'Token '的,后面多了一個空格,果斷刪除掉空格再試,不爆錯了,原來是空格惹的禍,為什么會出錯呢,想去看看這個orig的內容是什么,可碰到[native code],這個估計是c++的code,這個要如何看得到內容呢,問題是解決了,但還未探清問題的源頭,又是c代碼,請高人指點。 
          posted @ 2015-12-17 17:04 Norsor 閱讀(1976) | 評論 (0)編輯 收藏

          <input name="fieldValue" ng-pattern="{{validateRegexp}}" />
          $scope.validateRegexp = "/\\d/";
          以上代碼,在頁面上可以動態改變validateRegexp的值,頁面上的ng-pattern的內容也確實變了,但卻沒有起作用,有沒有大俠能解釋一下?
          posted @ 2015-10-21 13:10 Norsor 閱讀(2932) | 評論 (0)編輯 收藏

          1. mysql的數據庫文件存放在哪個位置呢,搞了半天可以在workbanch中執行 show variables like '%datadir%'  命令,結果就出來了
          posted @ 2015-07-01 10:50 Norsor 閱讀(3937) | 評論 (0)編輯 收藏

              經過一年多拶轉我又即將回到frontend的開發中來,我比以往有了更多的經驗,耐心,專注,比以往更加能規劃自已,現在的前端和幾年前又不一樣了,又多了許多的新東西,我能應付過來么,我相信答案是肯定的,我還能做得更好,加油吧!
          posted @ 2015-04-29 13:42 Norsor 閱讀(4646) | 評論 (0)編輯 收藏

          想用iframe引用一個網站,但發現該網站做了iframe引用禁止,有沒有辦法能夠讓iframe引用它啊?請教各位牛人了.

          posted @ 2012-11-15 17:43 Norsor 閱讀(1513) | 評論 (0)編輯 收藏

               摘要: DIV在FF下的拖動  閱讀全文
          posted @ 2011-10-30 09:37 Norsor 閱讀(1938) | 評論 (3)編輯 收藏

          主站蜘蛛池模板: 儋州市| 德清县| 林周县| 崇礼县| 札达县| 建瓯市| 黄大仙区| 普定县| 育儿| 晋中市| 鞍山市| 蕲春县| 武鸣县| 郁南县| 嘉鱼县| 汨罗市| 彝良县| 海口市| 海丰县| 青岛市| 泰和县| 乌兰县| 罗甸县| 抚远县| 敖汉旗| 永靖县| 临桂县| 新宾| 大悟县| 永定县| 海南省| 北票市| 广昌县| 定边县| 铁岭县| 蒙城县| 醴陵市| 崇州市| 太白县| 察雅县| 苗栗县|