svtter's blog

Agent工程师 / 软件工程师 / 技术写作者

专注于编程技术、机器学习和开发工具。分享实践经验,探索技术的本质,记录学习的旅程。

Workspace with laptop and code editor for a personal tech blog
编程 机器学习 开发工具 Agent工程师 技术写作

最新文章

查看全部 →

记又一次搞崩服务器

记又一次搞崩服务器。使用“又”,是因为我搞崩不是一次两次了。我希望这是最后一次。 背景 使用Android连接服务器的时候,发现要比自己的mac速度快很多,于是十分好奇,打算研究一下是什么因素导致的。

· 4 min read

Django导出博客为hexo博客

Django导出主要使用render_to_string方法来进行; 可以参考的源码如下: from article.models import Article from django.template.loader import render_to_string posts = …

· 1 min read

Ubuntu 16.04 install iai-kinect2

install libfreenect2, choose the (other) and don’t forget to test bin/Pronect after install. ATTENTION: I don’t have NVIDIA or AMD graph card. It …

· 1 min read

使用Docker时遇到的sitemap问题

这两天感觉博客访问量已经不能靠用嘴宣传了,于是决定做一下sitemap,但是发现django自带的sitemap生成器存在这样的问题:生成的sitemap是依照container的hostname来显示的。

· 2 min read

使用fish – 一个新的shell

许多人都在推荐fish-shell,比如说阮一峰大佬和Reitz神;因此也要试试fish的魅力。虽然已经是z和zsh的老用户,但是对于效率的极致追求不能停。

· 2 min read

pipenv入门指南

前言 pipenv是书写flask的大神kennethreitz的新作;pipenv集成了virtualenv和pip等工具,让你从requirements.pip以及virtualenv的环境中解放出来。并且他还集成了pyenv的选择python版本,可以说是所向披靡了。

· 3 min read

Shell-tips

重启终端 执行命令,修改环境变量等等之后可以通过此命令来简单重启shell exec "$SHELL" 查找文件 $ find ~ -name "*.txt" -print #在$HOME中查.txt文件并显示 locate findname 编辑变量 在 …

· 1 min read

Ros Kinect Configure Note

This blog for my kinect-v2 ros configure. Environment Thinkpad P70 Ubuntu 14.04 indigo Reference to https://github.com/code-iai/iai_kinect2 Install …

· 1 min read
(1 - 47)
Enter Press Enter to jump