码迷,mamicode.com
首页 >  
搜索关键字:Sublime Text    ( 54572个结果
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
MVC分页
using System.Collections.Generic;using System.Collections.Specialized;using System.Linq;using System.Web;using System.Text;using System.Web.Mvc;using ...
分类:Web程序   时间:2014-05-03 23:02:35    阅读次数:492
delphi xe6 android ListView增加 Header或Footer 的方法
var Item1: TListViewItem;begin Item1 := ListView1.Items.Add; Item1.Purpose:=TListItemPurpose.Header;// Item1.Purpose:=TListItemPurpose.Footer; Item1.t...
分类:移动开发   时间:2014-05-03 22:34:33    阅读次数:547
chrome主页被篡改为360导航之解决方案
昨天,安装某款游戏之后,发现chrome的主页被篡改为360导航。 进入chrome设置修改主页,重新启动chrome还是360导航,后来发现在chrome快捷方式的属性中目标后面加了一串360导航的网站,删去,主页恢复。 但是重启电脑之后,主页又一次被篡改为360导航,快捷方式的属性中目标也正常。 不仅主页被篡改,chrome的账户登录状态也没有了,而且启动chrome都不...
分类:其他好文   时间:2014-05-03 21:23:11    阅读次数:693
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!