TypeScriptSetUp1useTypeScriptcmdonWebStrom1.1downloadtypeScriptpackageusing'npminstall-gtypescript'1.2configuretheconfigurationinwebStrom2addatsfilean...
分类:
Web程序 时间:
2015-07-23 21:13:10
阅读次数:
117
新版本的Visual Studio对TypeScript已经有了很好的支持,我们可以直接添加TypeScript文件到项目中,IDE会在编写TypeScript代码的同时自动生成js文件到ts文件的同级目录下(注意只是生成,需要手动添加到项目里面来)。 然而在TypeScript中使用项目中已...
分类:
其他好文 时间:
2015-07-23 00:30:26
阅读次数:
436
基于应用要求和要使用的语言选择所需工具。Xamarin for Visual Studio:针对所有设备的 C# 中的常用基本代码Apache Cordova with Visual Studio:用于 HTML、CSS 和 JavaScript 或 Typescript 的常用基本代码Visual...
分类:
其他好文 时间:
2015-07-21 23:57:17
阅读次数:
149
第一章:数据交互提醒:博客开篇之作。望指导。不喜随便喷。什么也不说,先上图。就kendoui官网有详细的API说明,不做过多累赘,以下图中用到的控件为例:一.DropDownList,Grid 页面简洁得体,是我个人比较偏爱的。主要来讲讲DropDownList和GridOnLineEdit结合An...
分类:
Web程序 时间:
2015-07-21 14:17:32
阅读次数:
167
引入第三方库pureMVC这次我们要使用到一个mvc开发框架-pureMVC,熟悉as3的朋友一定也对这个框架不陌生吧。不熟悉的也没关系,这个框架不是这次的主角。我们从这里下载pureMVC的TypeScript版本。得到puremvc-typescript-standard-1.0.d.ts 和 ...
分类:
其他好文 时间:
2015-07-15 21:01:34
阅读次数:
219
[TypeScript] Dictionary范例Playgroundhttp://tinyurl.com/o7czcxoSamplesclass Dictionary { [index: string]: string;}class Test { public run() { ...
分类:
其他好文 时间:
2015-07-07 16:35:01
阅读次数:
130
[TypeScript] TypeScript对象转JSON字符串范例Playgroundhttp://tinyurl.com/njbrnrvSamplesclass DataTable { public columns: Array = new Array(); public rows...
分类:
Web程序 时间:
2015-07-07 16:15:01
阅读次数:
279
[TypeScript] JSON对象转TypeScript对象范例Playgroundhttp://tinyurl.com/nv4x9akSamplesclass DataTable { public columns: Array; public rows: Array;}class ...
分类:
Web程序 时间:
2015-07-07 12:55:01
阅读次数:
377
[Tool] 使用Visual Studio Code开发TypeScript[Tool] 使用Visual Studio Code开发TypeScript注意依照本篇操作步骤实作,就可以在「Windows」、「OS X」操作系统上,使用Visual Studio Code开发TypeScript。...
分类:
其他好文 时间:
2015-07-03 00:04:40
阅读次数:
136
[Tool] 使用Visual Studio Code开发TypeScript注意依照本篇操作步骤实作,就可以在「Windows」、「OS X」操作系统上,使用Visual Studio Code开发TypeScript。前言为了解决JavaScript:缺少面向对象语法、缺少编译期间错误检查......
分类:
其他好文 时间:
2015-07-02 06:34:23
阅读次数:
357