原文:Magic of CSS border property译文:不可思议的CSS border属性译者:dwqs在CSS中,其border属性有很多的规则。对于一些事物,例如三角形或者其它的图像,我们仍然使用图片代替。但是现在就不需要了,我们可以用CSS形成一些基本图形,我分享了一些关于这方面的...
分类:
Web程序 时间:
2014-11-16 01:50:46
阅读次数:
208
原文:Magic of CSS border property
译文:不可思议的CSS border属性
译者:dwqs
在CSS中,其border属性有很多的规则。对于一些事物,例如三角形或者其它的图像,我们仍然使用图片代替。但是现在就不需要了,我们可以用CSS形成一些基本图形,我分享了一些关于这方面的技巧。
1、正三角形:
.triangle_up
{
height:0px; width:0px;
border-bottom:50px solid #006633;
border-l...
分类:
Web程序 时间:
2014-11-16 00:37:49
阅读次数:
222
常用的就不说了,虽然是菜鸟,但是教程大大有。点滴1:保持层次:使用chipscope时非常实用,右键synthesize-XST(没事到处瞎点,没准有惊喜),process properties-keep_hierarchy-YES 。property display level(’小字部分‘)选择...
分类:
其他好文 时间:
2014-11-15 21:31:59
阅读次数:
386
function createComparisonFunction(propertyName) { return function (object1, object2) { var value1 = object1[property...
分类:
Web程序 时间:
2014-11-14 17:35:31
阅读次数:
186
loadhibernate.cfg.xml出现了问题获取配置信息代码应该这样写Configuration conf = new Configuration().configure();2009.8.31 更新.An AnnotationConfiguration instance is requir...
分类:
Web程序 时间:
2014-11-14 12:09:18
阅读次数:
114
1、关于@property在 .h 里声明了@property之后,默认 .m 不需要写@synthesize,编译器会自动生成 getter 和 setter;如果自己实现 getter 或者 setter 其中的某一个,那么 .m 里也不需要写 @synthesize ,而如果 getter 和...
分类:
移动开发 时间:
2014-11-14 00:14:12
阅读次数:
274
在info.plist 添加两个键View controller-based status bar appearance YESStatus bar is initially hidden NO代码中在要隐藏状态栏的地方(UIViewController 中)@property (nonatomi....
分类:
其他好文 时间:
2014-11-13 22:16:27
阅读次数:
120
ViewController.h @interface?ViewController?:?UIViewController
@property?(readonly,?getter=isCancelled)?BOOL?cancelled;
@end GViewController.h @interface?GViewController?:?ViewController
...
分类:
其他好文 时间:
2014-11-13 19:16:14
阅读次数:
137
一、??Nutch安装并整合到Solr ? 1、下载并解压Nutch(此处使用版本1.9)????? http://nutch.apache.org/ ? 2、修改apache-nutch-1.9/conf/nutch-site.xml <property> <name>http.agent.name</name> <val...
分类:
其他好文 时间:
2014-11-13 19:15:38
阅读次数:
218
将myeclipse创建项目的项目导入eclipse的时候,启动tomcat的时候项目会报如下错误,导致无法正常运行: ????警告:[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property‘source‘ to ‘o...
分类:
系统相关 时间:
2014-11-13 14:49:28
阅读次数:
339