最新都在打理自己的git仓库:popularFramework ,主要放一些比较好用流行的前端应用框架,demo地址 ,readme讲述了前端规范
还有自己的个人主页,git地址在here...
分类:
其他好文 时间:
2014-08-22 10:58:06
阅读次数:
127
5down votefavorite2I don't know how I modified a iOS SDK file, but Xcode say I did. Here is what they reported.fatal error: file '/Applications/Xcode ...
分类:
其他好文 时间:
2014-08-21 18:54:14
阅读次数:
337
/** * *----------Dragon be here!----------/ * ┏┓ ┏┓ * ┏┛┻━━━┛┻┓ * ┃ ┃ * ┃ ━ ┃ * ┃ ┳┛ ┗┳ ┃ * ┃ ┃ * ┃ ┻ ┃ * ┃ ...
分类:
其他好文 时间:
2014-08-21 18:43:34
阅读次数:
168
首先创建一个窗体,将GridControl控件拖到窗体中.然后 Click here to change view -> Convert to -> BandedGridView Run Designer 按照正常的手法添加Columns.点击 Bands 添加相应的Bands 列 Bands列可以...
分类:
其他好文 时间:
2014-08-21 16:40:05
阅读次数:
224
转自:here在Android应用开发中,偶尔会因为某些异常导致正在使用的应用出现异常并强制关闭,这样导致不友好的用户体验。为了解决这个问题,我们需要捕获出现的异常并做处理。在Java中有两类异常,分别是Error和RuntimeException,前者是不需要我们去处理的,我们处理的往往是后者。那...
分类:
移动开发 时间:
2014-08-21 16:34:04
阅读次数:
167
多种中文乱码问题及解决:jsp页面乱码表单提交乱码URL中文参数乱码1、jsp页面乱码解决(2步); 新建jsp页面;Insert title here习惯上,设置工程中设置项目默认编码为“UTF-8“;将新建的jsp页面的三处编码全部替换为与工程编码一致的“UTF-8”,其中,contentTy....
分类:
编程语言 时间:
2014-08-21 13:01:54
阅读次数:
764
1、长字符串:(用三引号如'''或者"""来引起来)>>> print """This is a very log string.It continues here.And it's not over yet."Hello world!""""This is a very log string.It...
分类:
编程语言 时间:
2014-08-20 19:23:52
阅读次数:
234
Problem Description
Number theory is interesting, while this problem is boring.
Here is the problem. Given an integer sequence a1, a2, …, an, let S(i) = {j|1j is a multiple of ai}. If S(i) is no...
分类:
其他好文 时间:
2014-08-20 16:34:02
阅读次数:
184
Insert title here 进销存管理系统--后台进货管理 商品名称 数量 进价 操作 ...
分类:
其他好文 时间:
2014-08-20 12:21:52
阅读次数:
246
Insert title here
function GetWeather(a) {
var date = new Date();
var cDate = date.getFullYear() + "-...
分类:
Web程序 时间:
2014-08-20 10:32:36
阅读次数:
201