The calibre content server can be run directly, in process, inside a host server like Apache using the WSGI framework. Continue reading Integrating the calibre content server into apache
Monthly Archives: April 2017
latex 单元格内换行
其实使用表格嵌套模拟出来的。
建立命令:
\newcommand{\tabincell}[2]{\begin{tabular}{@{}#1@{}}#2\end{tabular}}
在单元格内使用此命令,第一个参数放对齐方式,第二个参数放文本内容,需要换行的地方使用“\\”换行
ubuntu latex 中文
sudo apt-get install texlive-xetex latex-cjk-all texstudio
change texstudio Options/Configure TeXstudio/Build/Default Compiler to XeLaTex
in the document add: \usepackage{ctex}
打造增强型Raspberry Pi 液晶屏篇
对我来说,Raspberry Pi最吸引人的地方不是它的体积、功耗、性能之类的,而是它有两排很好用的接口,可以把软件和一些简单的硬件结合起来做点好玩的东西。对于学过做过单片机的同学来说,这些东西太小儿科了,可是对我来说还是一件非常新鲜的事情,在这里分享一下心得。 Continue reading 打造增强型Raspberry Pi 液晶屏篇