欢迎转载,转载请注明出处,徽沪一郎。概要在即将发布的spark 1.0中有一个新增的功能,即对sql的支持,也就是说可以用sql来对数据进行查询,这对于DBA来说无疑是一大福音,因为以前的知识继续生效,而无须去学什么scala或其它script.一般来说任意一个sql子系统都需要有parser,op...
分类:
数据库 时间:
2014-07-07 14:34:40
阅读次数:
396
Apart from syntax, there are some differences when writing scripts in C# or Boo. Most notable are:除了句法规则, 使用C#或Boo编写脚本还有一些不同,当.需要特别注意的是:1. Inherit fro...
分类:
其他好文 时间:
2014-07-02 23:22:00
阅读次数:
307
讲述了业务逻辑层的组织的三种方式:Transaction Script,Active Record以及Domain Model
分类:
Web程序 时间:
2014-07-02 21:51:46
阅读次数:
303
script是什么scirpt就是一个命令,可以制作一份记录输出到终端的记录。对于那些想要真实记录终端会话的人来说,这很有用。该记录可以保存并在以后再打印出来。怎么用默认情况下,我们可以通过在终端中输入script来启动scirpt命令。pungki@dev-machine:~$scriptScri...
分类:
其他好文 时间:
2014-07-02 10:06:35
阅读次数:
245
syntax:contained in:description:Requests a permission that the application must be granted inorder for it to operate correctly. Permissions are grant....
分类:
移动开发 时间:
2014-07-02 09:59:26
阅读次数:
203
6.6 Referring to a Type withtypeofAnother way to refer to the type of an expression is withtypeof. The syntax of using of this keyword looks likesizeo...
分类:
其他好文 时间:
2014-07-01 17:37:49
阅读次数:
248
在用户滚动页面到图片之后才进行加载,使用图片延迟加载,能有效的提高页面加载速度。所需js插件:主script方法:
分类:
Web程序 时间:
2014-07-01 17:27:47
阅读次数:
206
一、Cross Frame Script (跨框架脚本) 攻击什么是Cross Frame Script?很简单,做个实验就知道了。把下面的这段HTML代码另存为一个html文件,然后用ie浏览器打开。IE Cross Frame Scripting Restriction Bypass Examp...
分类:
其他好文 时间:
2014-07-01 17:10:16
阅读次数:
308
以下是一个快速实现该需求的 module。只要将以下代码复制粘贴到 Documents\WindowsPowerShell\Packages\PowerShell\PowerShell.psm1 即可。$script:showWindowAsync = Add-Type –memberDefinit...
分类:
其他好文 时间:
2014-07-01 16:22:22
阅读次数:
262
1. 先介绍下alias(别名)的用法
alias la='ls -a' alias b='cd ..' 等等
alias 是个好东西,可以在用shell省很多时间
2. 但有一天我发现执行shell脚本的时候,if 语句不能用了,会报一下错误:
bash: build/envsetup.sh: line 30: syntax error near une...
分类:
其他好文 时间:
2014-07-01 07:26:00
阅读次数:
214