240 发简信
IP属地:重庆
  • 百度地图api和jquery、bootstrap冲突

    问题:百度地图和jquery及其使用jquery的文件、bootstrap都冲突 解决方法,把jquery的引用提到百度地图api引用前,如: ...

  • 学习智能合约遇到的问题

    TypeError: Invalid type for argument in function call. Invalid implicit ...

  • 异步和同步的区别

    同步是阻塞模式, 异步是非阻塞模式。 同步就是指一个进程在执行某个请求的时候,若该请求需要一段时间才能返回信息,那么这个进程将会一直等待下去,直...

  • 解决pet shop案例test时出错

    对宠物商店教学案例truffle test 的时候出错: TestAdoption 1) "before all" hook: prepar...

  • Resize,w 360,h 240
    解决Error: *** Deployment Failed *** "Migrations" could not deploy due to insufficient funds

    truffle migrate时报错: Error: *** Deployment Failed *** "Migrations" could...

  • Resize,w 360,h 240
    解决Error: Truffle is currently using solc 0.5.16, but one or more of your contracts specify "pragm...

    目前我的visual studio code的solidity默认版本是0.6.4,但truffle用的编译器是0.5.16版本的,用truff...

  • 解决 Error: getaddrinfo ENOENT raw.githubusercontent.com

    Windows系统 打开目录:C:/Windows/System32/drivers/etc/ 找到hosts文件,打开方式记事本,在文件尾部添...

  • github相关命令

    git init 初始一个新的本地仓库 git remote add origin https://github.com/你的仓库地址 把本地项...