1.window preferences 2.java installed jres(点击不用展开) 选中使用的jar包 editor 3.选中rt.jar source Attachment... 4.选择第二个,找到你JDK的安装路径下面的Src.zip包,然后点击OK就真的OK 了。。。。。。 ...
分类:
系统相关 时间:
2017-08-12 17:05:26
阅读次数:
235
0、未完,还有一部分未写 1、CSS背景 属性 描述 background 简写属性,作用是将背景属性设置在一个声明中。 background-attachment 背景图像是否固定或者随着页面的其余部分滚动。 background-color 设置元素的背景颜色。 background-image ...
分类:
Web程序 时间:
2017-08-10 23:46:47
阅读次数:
234
协同单据新增附件 以公文管理中的收文管理为例,草稿中新增收文,并添加附件,后台数据库中查看相关表的变化。 涉及的数据库表:ct_odm_bljtsw(收文单)t_bas_boattchasso(附件与业务对象关联表) T_bas_attachment(附件表) 逻辑关系:收文单中的每新增一个附件,在 ...
分类:
其他好文 时间:
2017-08-05 00:23:54
阅读次数:
180
上一篇翻译了图集解析单元,今天把骨架解析也翻译完了(二进制,.skel文件)。1000多行代码,把我累的。。。 spine.core.bone, spine.core.slot, spine.core.skin, spine.core.attachment, spine.core.constrain ...
01. CSS背景属性(Background) 属性与描述 background:在一个声明中设置所有的背景插件1 background-attachment:设置背景图像是否固定或者随着页面的其余部分滚动1 background-color:设置元素的背景颜色1 background-image: ...
分类:
Web程序 时间:
2017-07-30 13:43:32
阅读次数:
272
最近看到一个页面,当文本内容长时,背景不动,内容跟着变化,使用到了CSS的background-attachment:fixed属性,这篇文章,就来说一下background和position属性 1.CSS中的背景(背景是不可继承的) background-color 默认值为transparen ...
分类:
其他好文 时间:
2017-07-27 15:44:08
阅读次数:
126
背景ie9+ background-size 为背景图片定义宽高 cover 铺满背景区域,多余的裁切 contain 缩放图片完全显示出来,背景大小不符合有留白 px em % 注:如果自定义则传递两个参数,background-attachment为fixed时无效 ie7 8兼容写法:filt ...
分类:
Web程序 时间:
2017-07-25 10:13:13
阅读次数:
151
1.背景与前景:background-color:;背景色,样式表优先级高。 background-image:url(路径);设置背景图片 background-attachment:fixed;背景固定,不随字体滚动。scroll;背景随字体滚动。 background-repeat:no-re ...
分类:
Web程序 时间:
2017-07-24 21:29:27
阅读次数:
206
.box { width:100%; height:80%; background: url('img/nav_bg.png') no-repeat; background-attachment: fixed; filter: progid:DXImageTransform.Microsoft.Al ...
分类:
其他好文 时间:
2017-07-23 19:57:28
阅读次数:
202
以下是Python数据处理的题目说明与要求: The attachment is a log file used to show running status of set-top-box, and each line in the file follows the format of “LineN ...
分类:
编程语言 时间:
2017-07-18 22:12:31
阅读次数:
203