码迷,mamicode.com
首页 >  
搜索关键字:sublime text 3 快捷键设置    ( 54769个结果
CATransform3D参数的意义
CATransform3D
分类:其他好文   时间:2014-05-06 01:03:13    阅读次数:202
Android--单选对话框
import android.app.AlertDialog;import android.content.Context;import android.content.DialogInterface;import android.text.TextUtils;import android.widg...
分类:移动开发   时间:2014-05-06 00:07:01    阅读次数:307
MyEclipse更改字体大小
Window --> Preferences --> General --> Appearance --> Colors and Fonts --> Basic --> Text Font --> Change
分类:系统相关   时间:2014-05-05 23:44:47    阅读次数:457
cocos2d-x3.0 XML解析
在2dx3.0中xml解析已经不用自己找库了,已经为我们集成好了。 text.xml 2012050808 crystal T74 T74 2012050809 goodmao T77 添加头文件:.h #include "cocos-ext.h" #include "tinyxml...
分类:其他好文   时间:2014-05-05 13:13:56    阅读次数:229
如何通过Html网页调用本地安卓app
如何使用html网页和本地app进行传递数据呢?经过研究,发现还是有方法的,总结了一下,大致有一下几种方式   一、通过html页面打开Android本地的app 1、首先在编写一个简单的html页面 html> head> meta http-equiv="Content-Type" content="text/html; ch...
分类:移动开发   时间:2014-05-04 00:31:46    阅读次数:376
高宽不定图片水平垂直居中
图片水平垂直居中的两个常用方法:1、Table-cell。 IE8+及标准浏览器利用display:table-cell让容器以表格元素的方式呈现,配合vertical-align和text-align实现内部图片水平垂直居中。 IE67不支持display:table-cell,可用font-.....
分类:其他好文   时间:2014-05-03 23:32:32    阅读次数:424
python for android : BeautifulSoup 有 bug
BeautifulSoup 善于网页数据分析 ,但是 python for android : BeautifulSoup 有 bug , text = h4.a.text 只能取得 None,所以我写了function: getText() 来fix this bug. 例如: 抓取CSDN极客头条内容  soup.py import urllib2, re from Beau...
分类:移动开发   时间:2014-05-03 17:33:08    阅读次数:427
codechef Holes in the text 题解
Chef wrote some text on a piece of paper and now he wants to know how many holes are in the text. What is a hole? If you think of the paper as the plane and a letter as a curve on the plane, then each...
分类:其他好文   时间:2014-05-03 15:49:18    阅读次数:412
sublime text2下配置c++
今天安装了sublime text2,真是编辑神器,不再用notepad了。 笔记本上没有c++运行环境,用编辑器既轻巧,又方便,VS太臃肿了。 要在sublime text2 下运行c++程序,需要安装dev c++编译器。 注意,这两个软件最好在官网上下载。 从其...
分类:编程语言   时间:2014-05-02 16:30:37    阅读次数:420
java开始到熟悉66-69
本次内容:DateFormat类1、DateFormat类 1 package array; 2 /** 3 * 时间和字符串之间的转化 4 */ 5 import java.text.DateFormat; 6 import java.text.ParseException; 7 impor...
分类:编程语言   时间:2014-05-02 14:16:19    阅读次数:518
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!