240 发简信
IP属地:广东
  • 算法总结

    递归 定义一个函数,在函数内调用函数本身定义好返回条件想好要传的参数 迭代 通过循环语句重复执行,直到达到边界条件 跳出循环 DFS 深度优先、...

  • docker 如何运行一个Web应用

    如何运行一个Web应用 docker pull training/webapp docker run -d -P training/webapp...

  • feathers的使用体验

    参考网址 缺点:需要理解里面的一些概念,有一点学习成本长期不用的话,可能会忘记 优点:可以快速搭建服务器里面规范了server端的一些设计,避免...

  • docker 容器的简单使用

    docker 学习笔记 参考网址:https://www.runoob.com/docker/docker-tutorial.html dock...

  • shell脚本

    创建一个文件: touch test.sh 给文件执行权限: chmod +x test.sh 编辑test.sh : 执行 ./test.sh

  • 因为提交太多导致git库太大,很难clone的解决方法

    逐步clone的方法 $ git clone --depth 1 https://github.com/dogescript... $ git ...

  • Ionic BarcodeScanner and QRScanner duplicated with element declared at AndroidManifest.xml

    Go to cordova-plugin-qrscanner->plugin.xmlcomment out or remove content ...

  • ionic cordova resources报错

    当发生类似下面的错误的时候: 执行:npm remove cordova-resnpm install cordova-res