上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 136 下一页
摘要: pip install -i https://pypi.douban.com/simple/ flask 要用https的 https://pip.pypa.io/en/latest/user_guide/#configuration 三种配置位置 per-user, per-virtualenv or site-wide (shared amongst all users) conf... 阅读全文
posted @ 2016-07-18 17:07 katago 阅读(576) 评论(0) 推荐(0)
摘要: windows10 qt5 mingw32编译cryptopp563 参考链接: http://www.qtcentre.org/threads/28809-Compiling-amp-using-Crypto-with-mingw-version-of-Qt Compiling & using Crypto++ with mingw version of Qt Hi pals! I p... 阅读全文
posted @ 2016-07-18 11:26 katago 阅读(866) 评论(0) 推荐(0)
摘要: 什么是字典树 字典树是一种树形结构,利用字符串的公共前缀来减少查询时间,以空间换时间;根节点不包含字符,除根节点外每一个节点都只包含一个字符;从根节点到某一节点,路径上经过的字符连接起来,为该节点对应的字符串。 如图是一个字典树,共有12个节点不为NULL,其中根节点不包含字符。那么这棵树中有几个单词呢?hell、hello、help、world,共四个单词。节点标记为红色... 阅读全文
posted @ 2016-05-18 11:19 katago 阅读(555) 评论(0) 推荐(0)
摘要: Android中build target,minSdkVersion,targetSdkVersion,maxSdkVersion概念区分 标签: build targetminSdkVersiontargetSdkVersionmaxSdkVersionuses-sdk 2014-01-23 13:14 10937人阅读 评论(16) 收藏 举报 分类: Android(22) 版... 阅读全文
posted @ 2015-12-04 10:27 katago 阅读(518) 评论(0) 推荐(0)
摘要: CentOS 6.3下配置LVM(逻辑卷管理) 一、简介 LVM是逻辑盘卷管理(Logical Volume Manager)的简称,它是Linux环境下对磁盘分区进行管理的一种机制,LVM是建立在硬盘和分区之上的一个逻辑层,来提高磁盘分区管理的灵活性。 LVM的工作原理其实很简单,它就是通过将底层的物理硬盘抽象的封装起来,然后以逻辑卷的方式呈现给上层应用。在传统的磁盘管理机制中,我们的上层... 阅读全文
posted @ 2015-12-04 08:49 katago 阅读(218) 评论(0) 推荐(0)
摘要: ACPI I/O resource conflict with SMBus 以電子郵件傳送這篇文章BlogThis!分享至 Twitter分享至 Facebook分享到 Pinterest 這幾天遇到一個奇怪的問題,我試著透過 io 的方式去讀 sch5027 這顆 SuperIO 的 Hardware Monitor,但發現它的 Hardware Monitor 只支援透過 I2C/SMBu... 阅读全文
posted @ 2015-12-03 14:30 katago 阅读(631) 评论(0) 推荐(0)
摘要: 搭建环境: boot file 指定 lpxelinux.0 拷贝 lpxelinux.0 和 ldlinux.c32 到 tftp目录下。 新建pxelinux.cfg 文件夹, 里面放一个名为default的配置文件 配置文件内容如下: default linux prompt 1 timeout 10 label linux menu l... 阅读全文
posted @ 2015-12-03 12:54 katago 阅读(655) 评论(0) 推荐(0)
摘要: linux screen 命令详解 一、背景 系统管理员经常需要SSH 或者telent 远程登录到Linux 服务器,经常运行一些需要很长时间才能完成的任务,比如系统备份、ftp 传输等等。通常情况下我们都是为每一个这样的任务开一个远程终端窗口,因为它们执行的时间太长了。必须等待它们执行完毕,在此期间不能关掉窗口或者断开连接,否则这个任务就会被杀掉,一切半途而废了。 二、简介 GNU S... 阅读全文
posted @ 2015-12-03 12:54 katago 阅读(34886) 评论(0) 推荐(1)
摘要: Adafruit的树莓派教程第五课:使用控制电缆 时间 2014-05-09 01:11:20 极客范 原文 http://www.geekfan.net/9095/ 主题 Raspberry Pi MacOS Linux 本文由极客范-Boyd Wang翻译自 Adafruit.com 。欢迎加入 极客翻译小组 ,同我们一道翻译与分享。转载请参见文章末尾处的要求。 概览 这节课你将... 阅读全文
posted @ 2015-12-03 11:11 katago 阅读(410) 评论(0) 推荐(0)
摘要: Fix - sort of - for LM-Sensors unable to load driver module In short: In /etc/default/grub set GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi_enforce_resources=lax" then do # update-grub; reboot ... 阅读全文
posted @ 2015-12-03 10:55 katago 阅读(358) 评论(0) 推荐(0)
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 136 下一页