先尝试着能否用 cd ~/.vim进入.vim文件夹如果没有就 mkdir ~/.vm 创建然后在进入.vim文件夹后再创建 colors输入指令 mkdir colors接下来输入一下指令git clone git://github.com/altercation/vim-colors-solar...
分类:
系统相关 时间:
2014-12-27 06:41:09
阅读次数:
1304
ThengCloakdirective is used to prevent the Angular html template from being briefly displayed by the browser in its raw (uncompiled) form while your a...
分类:
Web程序 时间:
2014-12-27 06:42:42
阅读次数:
169
分类:Raspberry PiLinux2013-03-12 10:184288人阅读评论(1)收藏举报目录(?)[+]1、安装VNC[plain]view plaincopysudoapt-getinstalltightvncserver2、增加一个桌面[plain]view plaincopyt...
分类:
其他好文 时间:
2014-12-27 06:40:15
阅读次数:
190
题目描述Description给出两个正整数A和B,计算A-B的值。保证A和B的位数不超过500位。输入描述Input Description读入两个用空格隔开的正整数输出描述Output Description输出A-B的值样例输入Sample Input3 12样例输出Sample Output...
分类:
其他好文 时间:
2014-12-27 06:41:51
阅读次数:
210
计算几何的基础题目。是时候刷刷计算几何了。 1 /* 2150 */ 2 #include 3 #include 4 #include 5 6 typedef struct { 7 int x, y; 8 } Point_t; 9 10 typedef struc...
分类:
其他好文 时间:
2014-12-27 06:39:41
阅读次数:
129
Josef和Andrew在2003年的ICCV上发表的论文[10]中,将文档检索的方法借鉴到了视频中的对象检测中。他们首先将图像的特征描述类比成单词,并建立了基于SIFT特征的vusual word dictionary,结合停止词、TF-IDF和余弦相似度等思想检索包含相同对象的图像帧,最后基于局...
分类:
其他好文 时间:
2014-12-27 06:40:23
阅读次数:
326
怎门样,看图吧,我感觉还不错,很好,在让美工给你陪陪色,就完美了代码呢放csnd 一份,收1分,百度网盘一份免费。我csdn 没分了,资助我下,谢谢了。1 http://download.csdn.net/detail/qq510992555/83051932 3 http://pan.baid.....
分类:
其他好文 时间:
2014-12-27 06:39:31
阅读次数:
171
JavaWeb:报错信息Thesuperclass"javax.servlet.http.HttpServlet"wasnotfoundontheJavaBuildPath建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。JSP页面顶端出现“红色”的报错信息:Thesu...
分类:
编程语言 时间:
2014-12-27 06:41:54
阅读次数:
149
Promise是对异步编程的一种抽象。它是一个代理对象,代表一个必须进行异步处理的函数返回的值或抛出的异常。本文仅对异步方法的串行执行,及其在Q/Aysnc等库中的使用进行探讨。
分类:
Web程序 时间:
2014-12-27 06:41:10
阅读次数:
207
MySQL的ini文件中的默认编码设置utf-8不用改loose-default-character-set = utf-8注意:需要改动部分1、如图所示建立schema时改变字符编码改变为utf-8建表时改变为utf-8这样就ok了注意 jsp代码也需要为utf-8
分类:
数据库 时间:
2014-12-27 06:39:39
阅读次数:
197
1.解压MySQL后配置环境变量 MYSQL_HOME:D:\win7\Program Files(x86)\mysql-5.6.21-win32(mysql根目录) 添加path:%MYSQL_HOME%\bin2.配置mysql-connector-java-5.1.22 这个需要特别注意...
分类:
数据库 时间:
2014-12-27 06:39:32
阅读次数:
141
一:冒泡排序1. 原理a. 从头开始比较相邻的两个待排序元素,如果前面元素大于后面元素,就将二个元素位置互换b. 这样对序列的第0个元素到n-1个元素进行一次遍历后,最大的一个元素就“沉”到序列的最后位置(第n-1个位置,n为待排序元素个数)c.排除此次排序最后面的那个元素(n=n-1),继续对剩余...
分类:
编程语言 时间:
2014-12-27 06:38:24
阅读次数:
326
一、SimpleDateFormat函数例子:SimpleDateFormat format=new SimpleDateFormat("MM-dd HH:mm:ss E");String time=format.format(new Date());System.out.println("当前时间...
分类:
编程语言 时间:
2014-12-27 06:41:06
阅读次数:
158
转载注明参考链接!参考链接:http://jingyan.baidu.com/article/4b52d702790ddcfc5c774b17.html,作者:百度经验 yuweihmtw1.下载自动安装脚本:http://chrome.richardlloyd.org.uk/install_chr...
分类:
其他好文 时间:
2014-12-27 06:39:38
阅读次数:
188
Given an integer array with no duplicates. A max tree building on this array is defined as follow:The root is the maximum number in the arrayThe left ...
分类:
其他好文 时间:
2014-12-27 06:37:51
阅读次数:
132
修改ubuntu默认启动的桌面环境:Ubuntu是否启动图形化界面取决于default-display-manager的设置。vi /etc/X11/default-display-manager值为/usr/sbin/gdm,则进入gdm图形界面值为/usr/sbin/lightdm,则进入lig...
分类:
系统相关 时间:
2014-12-27 06:37:45
阅读次数:
257
1. 什么是LFS? 2. LFS是怎么来的? 3. 开始推演LFS
分类:
其他好文 时间:
2014-12-27 06:38:56
阅读次数:
188