码迷,mamicode.com
首页 >  
搜索关键字:simple example    ( 24106个结果
[LeetCode]Reverse Words in a String
题目:Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".Clarification:What constitu...
分类:其他好文   时间:2014-05-13 22:45:04    阅读次数:317
Create PropertyManager Page Example (VB.NET)
1 SolidWorks API Help 2 Create PropertyManager Page Example (VB.NET) 3 This example shows how to create a PropertyManager page that contains two s...
分类:Web程序   时间:2014-05-13 20:59:57    阅读次数:463
[ExtJS 4.2.1] Panel Maximizable
今天记录一下, 造了个Simple Maximizable Panel。一切从简, 没有封装成Plugin, 没有加入animate, 没有修正resize event。贴上源码: 1 2 3 4 5 panel-maximizable.html 6 ...
分类:Web程序   时间:2014-05-13 20:57:54    阅读次数:502
hadoop的simple认证
目前Hadoop的稳定版本为1.2.1,我们的实验就在hadoop-1.2.1上进行Hadoop 版本:1.2.1OS 版本: Centos6.4环境配置机器名Ip地址功能用户Hadoop1192.168.124.135namenode, datanode,secondNameNodejobtrac...
分类:其他好文   时间:2014-05-13 19:29:35    阅读次数:3175
kerboros安装
尽管前面尝试了hadoop的simple认证方式,这种方法不是特别安全,在介绍一下hadoop的kerberos方式之前,下面我们尝试一下kerberos。首先介绍一下Kerboros安装OS 版本: Centos6.4Kerberos版本: krb5-1.10.3环境配置机器名Ip地址功能安装模块...
分类:其他好文   时间:2014-05-13 19:23:25    阅读次数:1311
【LeetCode】Triangle
TriangleGiven a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given...
分类:其他好文   时间:2014-05-13 18:51:44    阅读次数:297
Leetcode | Interleaving String
Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2.For example,Given:s1 = "aabcc",s2 = "dbbca",When s3 = "aadbbcbcac", retur...
分类:其他好文   时间:2014-05-13 18:11:42    阅读次数:249
我的Vimrc
本文出自:http://blog.csdn.net/svitter 自己的vimrc。。功能很少,持续更新。 目前支持缩进4个空格,高亮。 用了gvim的example,和bluedust的部分配置文件,用于C++的编辑。 " An example for a vimrc file. " " Maintainer: Bram Moolenaar " Last change...
分类:其他好文   时间:2014-05-13 16:36:10    阅读次数:510
Android中使用Sqlite数据库 (二) 增删改查
定义接口packagecom.example.android_db.service; importjava.util.List; importjava.util.Map; publicinterfacePersonService{ publicbooleanaddPerson(Object[]params); publicbooleandeletePerson(Object[]params); publicbooleanupdatePerson(Object[]params); publicMa..
分类:移动开发   时间:2014-05-13 13:06:04    阅读次数:454
2014广东省赛反思
这次省赛我们三个队过去,帅哥、我、蓝胖是simple队的,周四晚上出发,周五早上就到达广州了。广州大雨,没出去玩耍,就呆在旅社玩升级,手气出奇的好,一局没打完,金萌买吃的去,放弃牌局,玩了几局游戏,睡觉去了……(此处省略几千个字)。 星期六,开幕式听了华南理工的校歌,龙哥说不够威武霸气,软绵绵...
分类:其他好文   时间:2014-05-13 10:55:45    阅读次数:233
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!