码迷,mamicode.com
首页 >  
搜索关键字:off    ( 6482个结果
自定义CheckBox样式
1.自定义效果图 2.准备图片选中和未选中的图片 2.1 图片和文件名 btn_check_off.png btn_check_on.png 2.2 项目结构 3.编写样式文件 3.1 项目文件结构 3.2 checkbox_style.xml代码4.编写页面文件main.xml 5.状...
分类:其他好文   时间:2015-02-24 01:52:56    阅读次数:176
杭电---2053 Switch Game
Problem Description  There are many lamps in a line. All of themare off at first. A series of operations are carried out on these lamps. On thei-th operation, the lamps whose numbers are the multiple ...
分类:其他好文   时间:2015-02-23 15:30:49    阅读次数:150
CMD命令实现批量修改文件名
cmd命令批量修改文件名: ?(批量去掉下载电影后的前缀) @echo?off for?/f?"delims="?%%a?in?(‘dir?/b/s/a-d?[阳光电影www.ygdy8.com].*‘)?do?( ????set?"str=%%~nxa" ????setlocal?enabledel...
分类:其他好文   时间:2015-02-18 17:43:20    阅读次数:614
一些特殊的Webkit Idl属性
Conditional=CONDITIONALNAME Wraps the generated binding code in "#if ENABLE(CONDITIONALNAME)". Typically used to allow turning off features on certain platforms (or to disable new features while th...
分类:Web程序   时间:2015-02-18 09:33:50    阅读次数:153
Windows的Which命令
Linux有个Which命令,用来查找可执行文件的位置。 例如:which find, 就会从PATH变量的路径里搜索该命令,返回找到的第一个匹配的结果。 这样我们就可以知道,我们用的find程序是哪里的。 Windows没有这样的指令,我们可以自己写一个: @echo off echo %~dp$PATH:1 @echo on 就这三行! 下面是执行结果 D:\WORK\RF>d:...
分类:Windows程序   时间:2015-02-17 16:31:53    阅读次数:278
Oracle set autotrace 时提示:Cannot find the Session Identifier. Check PLUSTRACE role is enabled
SQL> set autotraceUsage: SET AUTOT[RACE] {OFF | ON | TRACE[ONLY]} [EXP[LAIN]] [STAT[ISTICS]]SQL> set autotrace onSP2-0618: Cannot find the Session Ide...
分类:数据库   时间:2015-02-16 16:51:09    阅读次数:190
LeetCode——Count and Say
The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1is read off as"one 1"or11.11is read off as"tw...
分类:其他好文   时间:2015-02-15 17:50:38    阅读次数:126
jQuery新的事件绑定机制on()示例应用
投稿:whsnow 字体:[增加减小] 类型:转载从jQuery1.7开始,jQuery引入了全新的事件绑定机制,on()和off()两个函数统一处理事件绑定,下面通过示例为大家介绍下今天浏览jQuery的deprecated列表,发现live()和die()在里面了,赶紧看了一下,发现从jQuer...
分类:Web程序   时间:2015-02-15 14:52:04    阅读次数:119
批处理学习笔记
echo:表示显示此命令后的字符echo off:表示不显示在此语句后所有运行的命令都不显示命令行本身@echo off:当@符号被加在每个命令最前面时,表示运行时不显示这一行的命令行(只能影响当前行)。cd /d filePath:要跳转到不同分区(例如从C盘到D盘)的时候,需要添加强制跳转参数 ...
分类:其他好文   时间:2015-02-15 11:54:36    阅读次数:130
【LeetCode从零单排】No38.CountAndSay
题目The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1 is read off as "one 1" or 11.11 is read off as "two 1s" or 21.21 is read off as "one 2, then...
分类:其他好文   时间:2015-02-14 18:54:22    阅读次数:166
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!