码迷,mamicode.com
首页 >  
搜索关键字:let    ( 14348个结果
单例类
...
分类:其他好文   时间:2016-12-03 00:42:42    阅读次数:135
vim快捷键
1、vim ~/.vimrc 进入配置文件 如果不知道vimrc文件在哪,可使用 :scriptnames 来查看 set nu #行号 set tabstop=4 #一个tab为4个空格长度 set ai #设置自动缩进 syntax on #高亮 2、基本 空格键 向右移动一格 x 删除后面的字 ...
分类:系统相关   时间:2016-12-02 22:48:48    阅读次数:358
TeeChart控件的安装与常用 功能设置
TeeChart控件的安装 TeeChart 7.0 With Source在Delphi 7.0中的安装 一、删除Delphi7自带TeeChart 1、Component -> install Packages 中 Remove 所有以Tee开头的包,OK,关闭Delphi7。 2、删除Delp ...
分类:其他好文   时间:2016-12-02 21:11:01    阅读次数:609
Ionic学习笔记三 Gulp在ionic中的使用
简介 Gulp是一个基于流的自动化构建器。 安装 创建文件 gulpfile.js 运行 安装插件 功能说明: 更多插件清单:http://gratimax.github.io/search-gulp-plugins/ jshint插件基本用法: 比较全的用法: Ionic 项目中使用gulp io ...
分类:其他好文   时间:2016-12-02 18:32:45    阅读次数:318
vim - copy a word
1. http://stackoverflow.com/questions/7797068/copying-a-word-and-pasting-over-a-word viwp - visually select a word, and paste over it by something in ...
分类:系统相关   时间:2016-12-02 14:18:20    阅读次数:208
Leetcode: Convert a Number to Hexadecimal
记住要delete begining 0 要记住单独处理 num == 0的情况 ...
分类:其他好文   时间:2016-12-02 11:31:31    阅读次数:161
rocketmq(1)
参考: 开源社区:https://github.com/alibaba/RocketMQ rocketmq入门: http://www.cnblogs.com/LifeOnCode/p/4805953.html 考拉哥的博客: http://lifestack.cn/archives/tag/roc ...
分类:其他好文   时间:2016-12-02 09:49:24    阅读次数:619
Swift - 多行文本输入框(UITextView)
1,多行文本控件的创建 1 2 3 4 let textview = UITextView(frame:CGRect(x:10, y:100, width:200, height:100)) textview.layer.borderWidth = 1 //边框粗细 textview.layer.b ...
分类:编程语言   时间:2016-12-02 09:49:18    阅读次数:372
asp.net页面事件执行顺序
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro ...
分类:Web程序   时间:2016-12-02 09:47:33    阅读次数:189
2 Sum ,3 Sum, 3 Sum close
1. Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input wo ...
分类:其他好文   时间:2016-12-02 07:57:55    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!