1.1What is Swift
“Swift is an innovative new programming language for Cocoa and Cocoa Touch. Writing code is interactive and fun, the syntax is concise yet expressive, and apps run lightning-fast. Sw...
分类:
移动开发 时间:
2015-02-04 13:04:04
阅读次数:
221
This slidify-based deck introduces the shinypackage from R-Studio and walks one through the development of an interactive application that presents us...
分类:
移动开发 时间:
2015-02-04 10:42:15
阅读次数:
160
Python TutorialPython is a general-purpose interpreted, interactive, object-oriented and high-level programming language. Python was created by Guido ...
分类:
编程语言 时间:
2015-02-04 07:01:59
阅读次数:
147
第十三章异步和数据驱动编程
本章介绍
■异步工作流编程
■使用 F# Interactive 浏览数据
■使用度量单位定义类型
■处理与可视化数据
我们首先引述了一次对比尔 · 盖茨的采访,他谈到他感兴趣的编程任务的类型,并描述了编写应用程序的典型情况:
从 web 获取数据,不只是考虑把它当作文本,而且要引入结构,然后… …,尝试不同的数据表现方式,且以交互的方式。…...
分类:
其他好文 时间:
2015-02-03 17:15:59
阅读次数:
211
Usually when I create slide decks these days I used markdown and slidy. However, I recently was asked to present using an existingRevolutionMicrosoft ...
分类:
Web程序 时间:
2015-02-03 10:55:08
阅读次数:
146
12.7.2 创建日志记录计算
清单 12.24 首先实现两个辅助函数,用于读写控制台,且两者还会把消息写入日志,所以,它们将括在 log 计算块中。为了显示如何组合非标准计算,我们在第三个函数中,使用了两个函数。在前面的示例中,我们使用 let! 基本操作,在清单 12.24 还引入了 do!。
清单 12.24 使用计算表达式的日志 (F# Interactive)
> le...
分类:
其他好文 时间:
2015-02-02 15:57:48
阅读次数:
264
一 LoadRunner简介1.1 Loadrunner介绍LoadRunner是 HP Mercury Interactive用来测试应用程序性能的工具 LoadRunner 通过模拟一个多用户并行工作的环境来对应用程序进行负载测试。通过使用最少的硬件资源,这些虚拟用户提供一致的、可重复并可度量的...
分类:
其他好文 时间:
2015-01-31 17:41:15
阅读次数:
148
tty: teletype, teletypewriterpseudo-tty 伪终端-t assigns a pseudo-tty or terminal inside our new container-imake an interactive connection
分类:
其他好文 时间:
2015-01-26 18:40:47
阅读次数:
176
1.在my.ini文件中添加或者修改以下两个变量:wait_timeout=2880000interactive_timeout =2880000关于两个变量的具体说明可以google或者看官方手册。如果不能修改my.cnf,则可以在连接数据库的时候设置CLIENT_INTERACTIVE,比如:s...
分类:
数据库 时间:
2015-01-26 13:36:46
阅读次数:
188
努力让自己工作变得高效,会写脚本,会用脚本,往往事半功倍。所以,今天就抽出一些时间学习学习Shell脚本。
shell有两种执行命令的方式:
交互式(Interactive):解释执行用户的命令,用户输入一条命令,Shell就解释执行一条。
批处理(Batch):用户事先写一个Shell脚本(Script),其中有很多条命令,让Shell一次把这些命令执行完,而不必一条一条地敲命令。
我们...
分类:
系统相关 时间:
2015-01-24 18:48:48
阅读次数:
230