码迷,mamicode.com
首页 >  
搜索关键字:tags    ( 2328个结果
UITableView的使用(3)
title: UITableView的使用(3)tags: - iOS - UITableViewcategories: iOSdescription: 《精通iOS开发》第8章笔记本文主要讲述UITableView的分组分区和索引分区的使用。主要通过以下几个方法来实现先定义两个属性,值从plist...
分类:其他好文   时间:2016-03-02 21:53:17    阅读次数:122
struts(tags)
Struts2-tags通用标签: property 默认的value的类型为object,只要是object类型都会被解析成ognl表达式,但是如果只想传递一个普通的字符串需要加‘‘;example <s:propertyvalue="username"/>会被解析成ognl表达式 <s:proertyvalue="‘username‘"/>此时的username..
分类:其他好文   时间:2016-03-02 07:07:45    阅读次数:145
HTML~From
http://www.w3school.com.cn/tags/tag_form.asp 文本域(Text fields) 本例演示如何在HTML页面创建文本域。用户可以在文本域写入文本。 密码域 本例演示如何创建HTML的密码域。 复选框 本例演示如何在HTML页中创建文本框。用户可以选中或取消选...
分类:Web程序   时间:2016-02-25 15:19:46    阅读次数:170
后缀自动机(SAM) :SPOJ LCS - Longest Common Substring
LCS - Longest Common Substring no tags A string is finite sequence of characters over a non-empty finite set Σ. In this problem, Σ is the set of lower
分类:其他好文   时间:2016-02-25 00:04:38    阅读次数:183
在hexo静态博客中利用d3-cloud来展现标签云
效果: http://lucyhao.com/tags/ hexo自带的tag cloud的标签展现不太美观,想能够展现出“云”效果的标签。在网上找到了d3-cloud这个项目,github地址:https://github.com/jasondavies/d3-cloud demo地址:https
分类:其他好文   时间:2016-02-22 19:12:25    阅读次数:184
获取图片属性详细信息
获取图片属性详细信息,通过PIL库实现,PIL库为2.9.0(3.0版本以下) python代码实现 #-*-coding:utf8-*- from PIL import Image from PIL.ExifTags import TAGS img = Image.open("img.jpg")
分类:其他好文   时间:2016-02-21 15:39:30    阅读次数:158
SVN打tag
SVN打tag是一个非经常常使用的功能,要谈打tag,还得从SVN官方推荐的文件夹结构说起。SVN官方推荐在一个版本号库的根文件夹下先建立trunk、branches、tags这三个文件夹。当中trunk是开发主干,存放日常开发的内容;branches存放各分支的内容。比方为不同客户制定的不同版本号
分类:其他好文   时间:2016-02-20 21:36:49    阅读次数:245
第12篇 PSR-1规范
这个规范也不多,七点如下: 1. Overview Files MUST use only <?php and <?= tags. Files MUST use only UTF-8 without BOM for PHP code. Files SHOULD either declare symb
分类:其他好文   时间:2016-02-01 15:41:14    阅读次数:279
Python正则表达式中的re.S
title: Python正则表达式中的re.Sdate: 2014-12-21 09:55:54categories: [Python]tags: [正则表达式,python]--- 在Python的正则表达式中,有一个参数为re.S。它表示多行匹配。看如下代码: import re a = ''
分类:编程语言   时间:2016-01-29 19:54:01    阅读次数:113
前端大牛的职业生涯建议 原文
中文链接:http://blog.jobbole.com/53812/ The best career advice I’ve received Posted at October 15, 2013 by Nicholas C. Zakas Tags: Advice Career Mentoring
分类:其他好文   时间:2016-01-29 15:45:37    阅读次数:169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!