2018年5月13日
摘要: http://www.xue51.com/soft/4984.html 阅读全文
posted @ 2018-05-13 12:49 feixiangsnail 阅读(71) 评论(0) 推荐(0) 编辑
  2018年5月11日
摘要: 1.动态图片(:src)打包之后找不到路径,将图片资源用require模块化打包 阅读全文
posted @ 2018-05-11 08:26 feixiangsnail 阅读(61) 评论(0) 推荐(0) 编辑
  2018年5月7日
摘要: git remote add origin git@go.sibo9999.com:feixiangsnail/goo52.git git status add commit ... git push -u origin master 阅读全文
posted @ 2018-05-07 16:05 feixiangsnail 阅读(267) 评论(0) 推荐(0) 编辑
  2018年4月19日
摘要: 1.现在首选项中添加git路径 2. GitHub Token: a04c2fe401dd6af8b41db6576169a8a20aa93e28 GitHub Gist: 5fcee84fc617c99f20462cd915729978 GitHub Gist Type: Secret https 阅读全文
posted @ 2018-04-19 14:44 feixiangsnail 阅读(530) 评论(0) 推荐(0) 编辑
  2018年4月17日
摘要: 解决webpack egret 初始化加载找不到Main入口问题 将下面这段代码,下载Main最下面 egret.registerClass(Main, "Main"); window["Main"] = Main; egret.runEgret({renderMode:"webgl", audio 阅读全文
posted @ 2018-04-17 16:36 feixiangsnail 阅读(294) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/kidney/p/8018226.html 阅读全文
posted @ 2018-04-17 14:15 feixiangsnail 阅读(76) 评论(0) 推荐(0) 编辑
  2018年4月4日
摘要: import * as THREE from "three"; // https://github.com/pinqy520/three-typescript-starter/blob/master/src/index.ts class Game { private _scene: THREE.Sc 阅读全文
posted @ 2018-04-04 16:14 feixiangsnail 阅读(3762) 评论(0) 推荐(0) 编辑
  2018年3月28日
摘要: 1.检测服务器变化 cnpm install nodemon -g nodemon server.js https://www.bilibili.com/video/av20196752/?p=16 阅读全文
posted @ 2018-03-28 21:30 feixiangsnail 阅读(122) 评论(0) 推荐(0) 编辑
  2018年3月23日
摘要: https://www.tslang.cn/docs/handbook/basic-types.html; 使用Typescript开发Vue,一切准备就绪。但npm start 时,提示“ ERROR in ./src/main.tsModule build failed: TypeError: 阅读全文
posted @ 2018-03-23 13:45 feixiangsnail 阅读(280) 评论(0) 推荐(0) 编辑
  2018年3月20日
摘要: git config --global user.name 'feixiangsnail' git config --global user.email 'feixiangsnail@hotmail.com' ssh-keygen -t rsa -C 'feixiangsnail@hotmail.c 阅读全文
posted @ 2018-03-20 17:43 feixiangsnail 阅读(1047) 评论(0) 推荐(0) 编辑