Skip to content

庄朋龙的博客

有志者自有千方万计,无志者只感千难万难。

Menu
  • 首页
  • 生活
  • 创业
  • 编程
  • 运维
  • 视频课程
    • 跨境独立站
    • Shopee跨境电商
    • TEMU跨境电商
  • 资源分享
    • 网站推荐
    • 开源推荐
    • 可商用字体
    • 书籍分享
Menu

作者: 庄朋龙

一个爱生活的技术菜鸟

C++高级_数据结构

Posted on 2016年8月25日2025年3月4日 by 庄朋龙

算法特性 输入: 算法具有0个或多个输入 输出: 算法至少有1个或多个输出 有穷性: 算法在有限的步骤之后会自…

Read more

Let’s Encrypt 生成证书错误 (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from 403 Forbidden

Posted on 2016年8月18日2025年3月4日 by 庄朋龙

在安装 Let’s Encrypt免费SSL证书的时候 遇到这个报错 (http-01): urn:acme:…

Read more

Debian8环境下 Let’s Encrypt免费SSL证书安装教程

Posted on 2016年8月18日2025年3月4日 by 庄朋龙

Let’s Encrypt最近比较火!因为它是一个在2015年末推出的数字证书认证机构,将通过旨在…

Read more

django.db.utils.OperationalError: near “N”: syntax error 的解决方法

Posted on 2016年7月25日2025年3月4日 by 庄朋龙

今天配置了一个服务器在上面运行之前写的django项目,执行数据同步的时候报了这个错误 django.db.u…

Read more

debian8 如何开启root登陆

Posted on 2016年7月25日2025年3月4日 by 庄朋龙

debian系统默认是不允许root用户直接登陆的。要是想接触这种限制很容易! 首先使用你的其他普通用户登陆到…

Read more

python配置web生产环境 Django+uwsgi

Posted on 2016年7月24日2025年3月4日 by 庄朋龙

最好通过python pip安装uwsgi. $sudo apt-get install python-dev…

Read more

ubuntu server 安装报错:无法安装busybox-initramfs 的解决办法

Posted on 2016年7月21日2025年3月4日 by 庄朋龙

今天在虚拟机里安装ubuntu server 16.04最新版的。安装过程中遇到以下错误: 系统文件下载地址:…

Read more

Linux下递归修改目录下所有目录的权限为755,目录下所有文件权限为644。

Posted on 2016年7月7日2025年3月4日 by 庄朋龙

find /path -type f -exec chmod 644 {} \; //设置文件权限为644 f…

Read more

System.Data.SqlClient.SqlError: 对文件 “xxx.MDF” 的目录查找失败,出现操作系统错误 2(系统找不到指定的文件

Posted on 2016年5月10日2025年3月4日 by 庄朋龙

标题: Microsoft SQL Server Management Studio —&#821…

Read more

Ubuntu系统下mysql5.7 导入sql数据文件和开启外部链接

Posted on 2016年4月30日2025年3月4日 by 庄朋龙

我使用的系统是Ubuntu16 最新版,安装的mysql是5.7版本的。由于到导入一个很大的sql文件(800…

Read more
  • Previous
  • 1
  • …
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • …
  • 40
  • Next

全栈开发者×创业偏执狂

相信代码能改变命运,也相信凌晨四点的服务器警报里有真实的人生。

我的创业项目:
SHOPAGG / SmallShop / DigitShops / 文硕阁

© 2025 庄朋龙的博客