码迷,mamicode.com
首页 >  
搜索关键字:sublime text 2    ( 54572个结果
Text Justification
Given an array of words and a lengthL, format the text such that each line has exactlyLcharacters and is fully (left and right) justified.You should p...
分类:其他好文   时间:2014-06-04 20:08:22    阅读次数:296
Disable keyboard input on Android TimePicker
try to use:myTimePicker.setDescendantFocusability(TimePicker.FOCUS_BLOCK_DESCENDANTS);to disable focus on the text views of the internal NumberPickers...
分类:移动开发   时间:2014-06-04 20:02:57    阅读次数:406
Sublime Text2 配置tab为2个空格
点击 Preference -> Settings-User1 "tab_size":2,2 "translate_tabs_to_spaces":true
分类:其他好文   时间:2014-06-03 12:05:22    阅读次数:165
基于T4模板的文档生成
看了好几个代码自动生成的工具,用起来很方便,但有些方面还是不够自由;这些日子里忙里偷闲摸索了一番,个人觉的基于T4模板的代码生成方案还是不错的。下面就看看这个T4到底是什么东东……T4 = Text Template Transformation Toolkit不知道电脑前的你是否接触过Asp或js...
分类:其他好文   时间:2014-05-30 21:38:46    阅读次数:258
C# : new 和 overrider 的区别
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication2{ class...
分类:其他好文   时间:2014-05-30 05:34:16    阅读次数:272
JS获取DropDownList的value值与text值
111 222 333
分类:Web程序   时间:2014-05-30 04:53:51    阅读次数:175
SqlHelper 带详细中文注释
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 //对数据库进行操作引入命名空间 6 using System.Data;...
分类:数据库   时间:2014-05-30 03:34:30    阅读次数:287
asp.net中利用session对象传递、共享数据[session用法]
下面介绍Asp.net中利用session对象传递、共享数据用法:1、传递值:首先定义将一个文本值或单独一个值赋予session,如下:session[“name”]=textbox1.text;将文本1的值赋给了session变量name,当调查到其它页面时,此值可以传递,依然存在,下面是调用或判...
分类:Web程序   时间:2014-05-30 02:13:02    阅读次数:221
【转】字符串和正则表达式
System.String是一个功能非常强大且用途非常广泛的基类,但它不是.NET中唯一与字符串相关的类,特别是System.Text和System.Text.RegularExpressions命名空间中的类。本文主要介绍内容: 1、创建字符串 2、格式化表达式 3、正则表达式一、System.S...
分类:其他好文   时间:2014-05-29 16:48:24    阅读次数:317
Ubuntu Dash 添加 Sublime Text 图标
http://blog.csdn.net/johnnycode/article/details/17848291经常在Ubuntu下安装绿色软件,之前只能将快捷方式放到桌面上,感觉不方便。其实设置很简单,总结一下,好脑子不如烂笔头!1.在/usr/share/applications 目录下增加 s...
分类:其他好文   时间:2014-05-29 16:25:55    阅读次数:317
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!