marquee:基本已被弃用!!1 可以模拟弹幕效果 1.方向:direction up right left down 2.behavior 3.scrollamountsc --> <marquee direction="left" scrollamount="100" scrolldelay= ...
分类:
其他好文 时间:
2016-12-03 23:47:13
阅读次数:
260
假设在在我们的vs环境新建一个类 copy以下代码,表面看好像一切都没有问题。 同时创建两个属性 一个为get_started_on 一个为started_on;立马报错。 错误 CS0102 类型“coupon_setting”已经包含“get_started_on”的定义。 开什么玩笑,微软大哥 ...
By default, queries in MongoDB return all fields in matching documents. To limit the amount of data that MongoDB sends to applications, you can includ ...
分类:
数据库 时间:
2016-12-01 07:44:53
阅读次数:
258
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping yo ...
分类:
其他好文 时间:
2016-11-29 22:49:35
阅读次数:
202
题目如下, 有两个数据表分表是, 用户表: Members(qqnumber,userid); 充值表: Payment(payid,userid,paytime,amount); 查询2012年各个月充值最多的用户的qqnumber,要求根据qqnumber进行汇总(提示:一个qqnumber可能 ...
分类:
数据库 时间:
2016-11-29 17:03:31
阅读次数:
490
You are given two jugs with capacities x and y litres. There is an infinite amount of water supply available. You need to determine whether it is poss ...
分类:
其他好文 时间:
2016-11-28 12:55:51
阅读次数:
198
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping yo ...
分类:
其他好文 时间:
2016-11-28 09:26:28
阅读次数:
185
第十二章- DELEGATES(代理) 12.1 –概述 12.2 - 声明代理(Delegate) 代理参数 默认行为 12.3 - 代理变量 12.4 - 传递Delegate(代理)给函数 12.5 - 代理和内存 12.6 - UISCENE 和 UIOBJECT DELEGATES(代理) ...
分类:
其他好文 时间:
2016-11-26 17:30:03
阅读次数:
286
阅读目录 1. 了解RGB和HSL颜色标准 2. RGB函数 3. HSL函数 4. Opacity函数 5. 其他颜色函数 6. 一个简单的应用 在Sass中,定义了很多现成的函数,可供我们使用。在最初使用Sass的时候,用的最多的颜色函数就是lighten($color, $amount)和da ...
分类:
其他好文 时间:
2016-11-25 23:45:34
阅读次数:
356
一HTML5新增属性 1.1contcxtmcnu contextmenu的作用是指定右键菜单。 运行效果: 1.2、data-* data-*属性能让用户自定义属性的方式来存储数据<span data-order-amount=100></span>取值:getAttribute('data-or ...
分类:
Web程序 时间:
2016-11-25 16:47:30
阅读次数:
419