$infos = @{}$infos.Path ='c:\Windows'$infos.Recurse =$true$infos.Filter ='*.log'$infos.ErrorAction ='SilentlyContinue'$infos.Remove('Recurse')dir@info...
分类:
其他好文 时间:
2014-06-14 21:49:24
阅读次数:
234
2014-6-131.ask for input with aprompt.使用prompt显示输入文本对话框,并获取用户的输入。prompt("What is your name");2.console.log();打印结果。console.log("hello");
分类:
Web程序 时间:
2014-06-14 20:31:25
阅读次数:
182
update log:2010.01.08 加入SPEC文件中的宏定义和变量2010.01.08 关键字说明,如何在升级过程中不覆盖配置文件上一篇日志写到,为什么要制作rpm包,以及如何使用.src.rpm文件生成rpm包。最后部分还看到.src.rpm的内容,实际上 就是由.tar.gz源码、补丁...
分类:
其他好文 时间:
2014-06-14 20:03:45
阅读次数:
205
什么是Control file每个Oracle database都有控制文件, 是一个很小的二进制文件,存储了数据库的物理结构。内容包括The database namedatafile, redo log file位置和文件名The timestamp of the database creati...
分类:
其他好文 时间:
2014-06-14 18:29:17
阅读次数:
182
写在最开头:其实我以前就在考虑要不要写这个东西,因为这个东西确实不难,但是为什么会有这么多人问,他们问的不是怎么用控制台,而是不知道控制台能干嘛,他们也知道有 console.log 之类的东西,但他们不知道为什么要用这么长的字符串代替 alert 输出信息。在他们眼里 alert 足以。好吧,我承...
分类:
Web程序 时间:
2014-06-14 18:00:33
阅读次数:
286
android.util.Log常用的方法有以下5个:Log.v() ,Log.d() ,Log.i() ,Log.w(),Log.e()。按照日志级别从高到低为ERROR, WARN, INFO, DEBUG, VERBOSE.至于日志级别本身的含义,相信用过Apache Log4j,Apache...
分类:
移动开发 时间:
2014-06-14 13:24:17
阅读次数:
226
http://blog.csdn.net/abcdef8c/article/details/6785866http://blog.csdn.net/godenlove007/article/details/8913007
分类:
其他好文 时间:
2014-06-14 12:35:01
阅读次数:
189
数组的恒等 === 在文档中是这么说的:
Check whether two arrays or subarrays share the same storage and elements by comparing them with the identity operators (=== and !==).
数组的恒等 === 判断即判断两个数组所指向的元素存储区是否相同。
但 XCode 6 测试下来,结果大为迥异:var a = [1, 2, 3]; a === a 其结果却为 false,...
分类:
其他好文 时间:
2014-06-14 11:39:39
阅读次数:
280
经过 研究 实现了自定义 键盘 ,支持随意拖动 和数字及其他字符输入
下面是主要的代码 和使用方法
import android.content.Context;
import android.util.Log;
import android.view.GestureDetector;
import android.view.GestureDetector.OnGestureL...
分类:
移动开发 时间:
2014-06-14 11:05:44
阅读次数:
401
EBS 里面的 concurrent request: RTP log 记录的机制...
分类:
其他好文 时间:
2014-06-14 11:02:39
阅读次数:
218