码迷,mamicode.com
首页 >  
搜索关键字:color    ( 180498个结果
在MyEclipse配置自己安装的Tomcat(2014.08.18)
今天因为要在tomcat下运行一个java项目,第一次嘛,遇到了不少问题,总结分享一下:第一次,我直接将 MyEclipse 生成的项目放到 tomcat 安装目录的 webapps 目录下,运行出现404,无法访问。然后想了想,发现这是个错误的做法。应该先通过 MyEclipse 将项目部署到 T...
分类:系统相关   时间:2014-08-18 23:30:53    阅读次数:346
smb设置参考手册 --详细参数
#----------------------------------------------------------------------------------## smb设置参考手册 ## ##-------------------------------------------------...
分类:其他好文   时间:2014-08-18 23:30:23    阅读次数:369
android webview点击返回键返回上一级activity
android webview点击返回键返回上一个activity1 @Override2 public boolean onKeyDown(int keyCode, KeyEvent event) {3 // TODO Auto-generated method stub4...
分类:移动开发   时间:2014-08-18 23:30:03    阅读次数:476
Binary Tree Inorder Traversal
Given a binary tree, return the inorder traversal of its nodes' values.For example:Given binary tree {1,#,2,3}, 1 \ 2 / 3return [1,3,2]....
分类:其他好文   时间:2014-08-18 23:29:53    阅读次数:254
[LeetCode] Permutation Sequence
The set [1,2,3,…,n] contains a total of n! unique permutations.By listing and labeling all of the permutations in order, We get the following sequence...
分类:其他好文   时间:2014-08-18 23:29:23    阅读次数:207
自定义的TabBar
//// AppDelegate.m// CustomTabBar-0818//// Created by apple on 14-8-18.// Copyright (c) 2014年 apple. All rights reserved.//#import "AppDelegate.h"...
分类:其他好文   时间:2014-08-18 23:28:33    阅读次数:296
poj 3020 Antenna Placement 解题报告
题目链接:http://poj.org/problem?id=3020题目意思:首先,请忽略那幅有可能误导他人成分的截图(可能我悟性差,反正有一点点误导我了)。 给出一幅 h * w 的图, “ * ” 表示 point of interest,“ o ” 忽略之。你可以对 " * " (假设这.....
分类:其他好文   时间:2014-08-18 23:28:03    阅读次数:287
jquery-file-upload demo
下载地址:http://plugins.jquery.com/blueimp-file-upload/文档地址:https://github.com/blueimp/jQuery-File-Upload/wiki本文只是一个demo,实现功能也很简单:点击一个上传按钮,用户选择图片,图片Ajax上传...
分类:Web程序   时间:2014-08-18 23:27:43    阅读次数:424
emacs 定制进缩风格
纵览emacs 文档中描述,进缩风格实现只需要两步:第一步,根据内容与上下文找到对应的进缩风格的类别;第二步,依据进缩风格决定的表达式锚点的进缩偏移。下面我们对 cc-mode 风格定制加以说明。进缩风格的类别比如在 C 代码中,使用 C-c . 然后再使用两次 tab ,就可以出现多个内置风格供选...
分类:其他好文   时间:2014-08-18 23:27:33    阅读次数:297
Subversion与TortoiseSVN的安装
首先介绍一下Subversion与TortoiseSVN两者之间的关系:Subversion是一种集中分享信息的系统,它的核心是版本库,储存所有的数据。版本库按照文件树形式储存数据-包括文件和目录。任意数量的客户端都可以连接到版本库,读写这些文件。通过写数据,别人可以看到这些信息;通过读数据,可以看...
分类:其他好文   时间:2014-08-18 23:27:23    阅读次数:309
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!