Skip to content

庄朋龙的博客

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

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

资源分享

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

php框架Yii初尝试 mysql数据库连接问题

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

  SQLSTATE[HY000] [1045] Access denied for user &#…

Read more

RuntimeWarning: DateTimeField UserProfile.last_login received a naive datetime

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

/usr/local/lib/python2.7/dist-packages/django/db/models…

Read more

Django内嵌类 “class Meta” 的用途

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

class Meta: verbose_name = ‘文章’ verbose_name_plural = ‘…

Read more
  • Previous
  • 1
  • …
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • …
  • 31
  • Next

全栈开发者×创业偏执狂

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

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

© 2025 庄朋龙的博客