题目描述 Farmer John has noticed that the quality of milk given by his cows varies from day to day. On further investigation, he discovered that although ...
分类:
其他好文 时间:
2018-01-20 16:59:14
阅读次数:
153
Obi - Advanced Rope Simulation 绳索插件学习文档 插件分享: 链接:https://pan.baidu.com/s/1eTwZOrg 密码:p8wa //插件导入有错误产生,将错误代码行注释掉即可 一、绳子解算类脚本控制 1.Max Particles :最大粒子数 2 ...
分类:
编程语言 时间:
2018-01-20 16:31:45
阅读次数:
5756
参照资料:http://blog.csdn.net/lpandeng/article/details/72778451 box-shaow: 距离(x-offset y-offset) 虚影(blur-radius) 扩展(spread-radius) 投影色( rgba); "角度(Angle)" ...
分类:
Web程序 时间:
2018-01-20 13:55:16
阅读次数:
522
一、全屏banner 1、设置网页图片全屏banner 二、全屏轮播 ...
分类:
其他好文 时间:
2018-01-18 18:27:06
阅读次数:
171
前端朋友们,今天要介绍的这款小点心牛B了。相信每个前端都应该接触过这种效果,而且是非常流行的交互。这种弹窗的使用场景主要出现在移动端。为了以后不必再为写这种效果烦心,特此写了【底部浮现弹窗】小插件。 ...
分类:
其他好文 时间:
2018-01-17 13:43:42
阅读次数:
151
画圆: var radius = 40, segments = 64, material = new THREE.LineBasicMaterial({ color: 0x0000ff }), geometry = new THREE.CircleGeometry(radius, segments) ...
分类:
Web程序 时间:
2018-01-17 00:26:51
阅读次数:
511
mysql允许远程连接GRANT ALL PRIVILEGES ON *.* TO 'root'@'%'WITH GRANT OPTION 允许任何主机的登录root账号你也可以指定指定其他用户,%代表任何主机执行 FLUSH PRIVILEGES 生效
分类:
数据库 时间:
2018-01-15 10:59:18
阅读次数:
123
function GetDistance( lat1, lng1, lat2, lng2){ var radLat1 = lat1 * Math.PI / 180.0 var radLat2 = lat2 * Math.PI / 180.0 var a = (lat1 - lat2) * Math.... ...
分类:
Web程序 时间:
2018-01-14 21:26:14
阅读次数:
215
题目描述 您需要写一种数据结构(可参考题目标题),来维护一些数,其中需要提供以下操作: 插入x数 删除x数(若有多个相同的数,因只删除一个) 查询x数的排名(排名定义为比当前数小的数的个数+1。若有多个相同的数,因输出最小的排名) 查询排名为x的数 求x的前驱(前驱定义为小于x,且最大的数) 输入输 ...
分类:
其他好文 时间:
2018-01-13 13:01:38
阅读次数:
167