孙琪峥

比花言巧语更难的是学会闭嘴

  • 首页
  • 技术札记
  • 扯淡闲侃
  • 软件杂谈
  • 程序猿段子
  • 关于博主
鲁ICP备18012478号-1
  • MacOS系统安装Adobe系列软件提示“The installation cannot continue as the installer file may be damaged Download the installer file again”错误的解决方案

    老孙专业安装各类软件/解决各类软件安装问题 QQ 812288813   在一些苹果电脑上[...]

    软件杂谈 2018-11-05
  • 腾讯云/阿里云主机WordPress程序经常提示Error establishing a database connection 错误的解决方法

    前段时间老孙博客经常出现异常打不开,访问时有如下提示: Error establishing a database c[...]

    技术札记 2018-10-31
  • 易语言静态编译报错,提示“无法定位链接器!请检查 tools\link.ini 中的配置是否正确。 静态连接失败”的问题解决方法

    易语言官方最新版,非破解版,在进行静态编译的时候会提示如下错误: 无法定位链接器!请检查 tools\link.ini[...]

    软件杂谈 2018-10-29
  • 【老孙作品】系统剪切板监控工具 V1.1 [2018-10-29更新]

    系统剪切板监控工具 V1.1 - BY 深水鱼 www.sunqizheng.com 在日常工作中,经常遇[...]

    软件杂谈 2018-10-28
  • chrome谷歌浏览器video/audio标签autoplay自动播放功能无效的解决方法

    chrome谷歌浏览器66版本后已经默认不支持音视频video/audio标签的autoplay属性(自动播放功能)了,[...]

    技术札记 2018-09-25
  • mongoose模块中使用populate方法关联数据,报错Schema hasn't been registered for model "..."的解决方法

    别拦我!别拦我!别拦我! 我要给大家分享个bug!!! 情况是这样的,一个Node.js+MongoDB的项[...]

    技术札记 2018-09-09
  • koa2框架使用ctx.cookies.set()时报错ctx.cookies.set('str', encodeURIComponent('我是regcookie'))的解决方法

    在使用koa2中的cookie功能时,这样写: ctx.cookies.set('str','我是cookie内容')[...]

    技术札记 2018-09-08
  • vue报错[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.的解决方法

    在vue开发的时候,调用组件后有如下报错: [Vue warn]: Unknown custom element: &[...]

    技术札记 2018-08-31
  • vue-cli 3.x版本执行vue ui命令后提示Error: Cannot find module 'core-js/modules/es7.object.entries'报错的解决方法

    vue-cli新版提供了界面化项目管理的功能,简直一万个赞! 在安装 vue-cli 3.x  版本后,执行 vu[...]

    技术札记 2018-08-22
  • Node.js中mongoose模块连接MongoDB数据库时提示(node:12580) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.的解决方案

    在Node.js项目中用mongoose模块(版本5.2.6)命令连接MongoDB数据库代码如下: const mo[...]

    技术札记 2018-08-06
  • 1
  • ...
  • 9
  • 10
  • 11
  • 12
  • 13
  • ...
  • 27
  • 关于博主

    骨灰级博客玩家
    国内第一批90后网站站长/程序员
    做过七年前端讲师
    目前是锦鲤观赏鱼电商
  • 近期文章

    • 鱼贝贝文件信息批量提取神器v1.3.0.250118 免费|绿色免安装|全功能离线版
    • phpstudy启动报错nginx: [emerg] invalid number of arguments in "include" directive in 的解决方法
    • 微信小程序《隐私政策》范文参考
    • electron开发中使用nodemon进行热更新的方法
    • electron开发,文件无法拖放到渲染窗口的一种奇怪情况,附原因和解决方案