码迷,mamicode.com
首页 >  
搜索关键字:actionbar up    ( 8653个结果
Linux下的基本网络配置
第一种:使用命令修改(直接即时生效,重启失效) #ifconfig eth0 192.168.0.1 netmask 255.255.255.0 up 说明: eth0是第一个网卡,其他依次为eth1,eth* 192.168.0.1是给网卡配置的第一个网卡配置的ip地址 netmask 255.2...
分类:系统相关   时间:2014-07-16 21:36:35    阅读次数:291
linux下rz/sz安装及使用方法
参考文章[root@oel158 soft]# yum install lrzszLoaded plugins: securitySetting up Install ProcessResolving Dependencies--> Running transaction check---> Pac...
分类:系统相关   时间:2014-07-12 00:53:43    阅读次数:386
Eclipse - Failed to load the JNI shared Library (JDK)
When I try openingEclipse, a pop-up dialog states:Failed to load the JNI shared library "C:/JDK/bin/client/jvm.dll"`.Following this, Eclipse force clo...
分类:系统相关   时间:2014-07-11 11:45:13    阅读次数:238
SharePoint 2010 中创建超链接到Pop-Up对话框
SharePoint 2010 推出了新式的带有阴影的弹出对话框,你感觉怎么样?我感觉倒是挺酷的。这样少打开了一个页面,省事多了,而且不会让用户迷惑,在不同页面中穿梭。问题是在你的页面中,如何创建自定义的超链接,放在Pop-Up对话框里呢?...
分类:其他好文   时间:2014-07-10 23:34:55    阅读次数:278
HDU 1258:Sum It Up
Sum It Up Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 3695    Accepted Submission(s): 1873 Problem Description Given a specifie...
分类:其他好文   时间:2014-07-09 12:25:10    阅读次数:191
【LeetCode】Path Sum
题目 Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum. For example: Given the below binary tree ...
分类:其他好文   时间:2014-07-09 10:32:42    阅读次数:151
android ActionBar的使用
Action Bar主要功能包含:   1. 显示选项菜单   2. 提供标签页的切换方式的导航功能,可以切换多个fragment.    3.  提供下拉的导航条目.   4. 提供交互式活动视图代替选项条目    5. 使用程序的图标作为返回Home主屏或向上的导航操作。 首先说下,使用OverFlow的时候需要在onCreate()函数中调用如下方法: privat...
分类:移动开发   时间:2014-07-09 10:32:01    阅读次数:313
POJ-1324-Holedox Moving(BFS)
Description During winter, the most hungry and severe time, Holedox sleeps in its lair. When spring comes, Holedox wakes up, moves to the exit of its lair, comes out, and begins its new life.  Hol...
分类:其他好文   时间:2014-07-08 17:28:54    阅读次数:256
查看某网站用何web
查看一个网站用的什么web服务器http://uptime.netcraft.com/up/graph?site=www.aa.com将www.aa.com替换成想查询的网站即可。
分类:Web程序   时间:2014-07-08 12:19:01    阅读次数:137
Redhat_Linux忘记root密码解决办法
在出现系统选择界面时,使用UP或者down键,进入到选择界面。在RedHatLinux的选项上按“e”键,然后会出现三个选项,在“kernel/boot/vmlinuz-2.4.18-14roroot=LABEL=/”上按“e”键进行编辑在“ro”或者“root”前加上“single”,然后回车返回。我的做法如下:“kernel/boot/v..
分类:系统相关   时间:2014-07-08 10:52:41    阅读次数:385
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!