前言
sublime很好用,但是ubuntu下不能输入中文,这是一个很大的问题。不知道为什么开发着一直也不解决,好在还是有高手在,总能找到方法。网上方法很多,但是也很乱,现在我将自己的经验总结一下。
首先,我参考了好几篇文章,都是蛮不错的,先列出来:
sublime-text-imfix:首先推荐这个方法,最简单,但是在我的系统上有些问题。可用这个的强烈推荐用这个完美解决 Lin...
分类:
系统相关 时间:
2015-08-18 19:25:06
阅读次数:
201
Description:Given a tree (a connected graph with no cycles), you have to find the farthest nodes in the tree. The edges of the tree are weighted and u...
分类:
其他好文 时间:
2015-08-18 15:53:15
阅读次数:
157
STM32的串口是相当丰富的,功能也很强劲。最多可提供5路串口(MiniSTM32使用的是STM32F103RBT6,具有3个串口),有分数波特率发生器、支持单线光通信和半双工单线通讯、支持LIN、智能卡协议和IrDASIR ENDEC规范(仅串口3支持)、具有DMA等。
串口最基本的设置,就是波特率的设置。STM32的串口使用起来还是蛮简单的,只要你开启了串口时钟,并设置相应IO口的模式,...
分类:
其他好文 时间:
2015-08-17 15:42:57
阅读次数:
160
每个家族都有一个最基本且最常用的数据类型:比如List系列的ArrayList,Map系列的HashMap,并且,它们的本质都是数组存储结构。相似的是,每个家族都有一个Linked开头的类,如List家族的LinkedList和Map家族的Lin...
分类:
编程语言 时间:
2015-08-16 23:33:42
阅读次数:
387
Bootstrap table: http://bootstrap-table.wenzhixin.net.cn/zh-cn/getting-started/1. 控制器代码:using System;using System.Collections.Generic;using System.Lin...
分类:
Web程序 时间:
2015-08-16 14:58:37
阅读次数:
346
#coding:utf-8#!/usr/bin/env python
"""
An example using Graph as a weighted network.
"""
__author__ = """Aric Hagberg (hagberg@lanl.gov)"""
try:
import matplotlib.pyplot as plt
except:
raise...
分类:
编程语言 时间:
2015-08-14 19:17:49
阅读次数:
772
当你在用explain工具查看sql语句的执行计划时,若select_type 字段中出现“DEPENDENT SUBQUERY”时,你要注意了,你已经掉入了mysql子查询慢的“坑"。相关书籍:高性能MySQL(第3版) 中文PDF带目录清晰版http://www.linuxidc.com/Lin...
分类:
数据库 时间:
2015-08-13 14:20:40
阅读次数:
228
谷歌浏览器中1 按ctrl shift I或者F12,出现调试界面2 针对大部分图片resources-frames-images--双击下载即可3 针对缺少的图片点击左边搜索图标,在页面上点击自己想要下载的图片(包括背景图片),然后在右边style边框,选取想要下载的东东,右击 -open lin...
分类:
Web程序 时间:
2015-08-13 14:02:44
阅读次数:
186
Export aborted because fatal Lin error were founds. These are listed in the
problems view. Either fix these before running Export Again, or turn off "Run
full error check when exporting app" in the An...
分类:
其他好文 时间:
2015-08-11 14:17:35
阅读次数:
156
B -Slim SpanTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluSubmitStatusDescriptionGiven an undirected weighted graphG, you should find on...
分类:
其他好文 时间:
2015-08-11 12:02:36
阅读次数:
161