在学习TypeScript之前,我们需要先知道怎么才能让TypeScript写的东西正确的运行起来。有两种方式:使用Visual studio 和使用 NodeJs。 这里我选择的是NodeJs来编译TypeScript,因为我笔记本上的VS是2012的,在TypeScript的官网看到下载是Typ
分类:
其他好文 时间:
2016-02-22 15:38:17
阅读次数:
180
#import <mach/mach.h> - (float)__getMemoryUsedPer1 { struct mach_task_basic_info info; mach_msg_type_number_t size = sizeof(info); kern_return_t kerr
分类:
移动开发 时间:
2016-02-22 10:10:41
阅读次数:
227
找了很久才找到这个字体
点击下载
下载后 在c盘windows/font文件夹下添加解压后的字体即可 然后重启eclipse 依次打开preference->General->appearance->Colors and Fonts-->Basic->Text Font->Edit
找到YaHei Consolas Hybrid 即可
如下:
感觉比以前看着舒服多了
...
分类:
移动开发 时间:
2016-02-21 22:56:38
阅读次数:
406
http://markzhang.cn/blog/2014/08/19/ros-basic-setup/ http://blog.csdn.net/boliang319/article/details/41800261 http://blog.csdn.net/boliang319/article/
分类:
其他好文 时间:
2016-02-20 10:27:18
阅读次数:
123
我要通过 “答案正确”是自动判题系统给出的最令人欢喜的回复。本题属于PAT的“答案正确”大派送 —— 只要读入的字符串满足下列条件,系统就输出“答案正确”,否则输出“答案错误”。 得到“答案正确”的条件是: 1. 字符串中必须仅有P, A, T这三种字符,不可以包含其它字符;2. 任意形如 xPAT
分类:
其他好文 时间:
2016-02-19 00:26:27
阅读次数:
223
1.真实机第一次安装必须先搞f2进入boot从光盘启动,虚拟机不用进入的时候五个选项Install or upgrade an existing system:安装或升级现有系统Install system with basic video driver:安装过程采用基本的显卡驱动Rescue in
分类:
系统相关 时间:
2016-02-17 17:15:36
阅读次数:
287
The big picture to keep in mind first is: There are lots of articles and resources out there: http://blog.sina.com.cn/s/blog_3fe961ae010139u6.html htt
分类:
数据库 时间:
2016-02-17 00:53:02
阅读次数:
199
Windows 7 Home Windows 7 Home Basic(家庭基础版) 缺少的功能:Aero特效功能;实时缩略图预览、Internet连接共享。可用范围:仅在新兴市场投放(不包括美国、西欧、日本和其它发达国家)。Windows 7 Home Premium(家庭高级版)包含功能:Aer
Logging HOWTO Author: Vinay Sajip <vinay_sajip at red-dove dot com> Basic Logging Tutorial Logging is a means of tracking events that happen when some
分类:
编程语言 时间:
2016-02-14 12:54:09
阅读次数:
281
Stack is one of the most fundamental data structures, which is based on the principle of Last In First Out (LIFO). The basic operations include Push (
分类:
其他好文 时间:
2016-02-14 01:40:20
阅读次数:
271