码迷,mamicode.com
首页 >  
搜索关键字:eve    ( 10269个结果
鼠标事件-拖拽5(带虚线框的拖拽)
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> #div2 { width: 150px; height: 150px; position: absolute; background: #CCCC ...
分类:其他好文   时间:2017-04-28 10:30:59    阅读次数:171
法线贴图是用来解决低模的细节表现问题
法线贴图制作工具 NVIDIA Texture Tools for Adobe Photoshop A collection of texture tools generating normal maps, texture compression, mip map generation and cu ...
分类:其他好文   时间:2017-04-28 10:22:12    阅读次数:152
BZOJ 1229 [USACO2008 Nov]toy 玩具(三分+贪心)
【题木链接】 http://www.lydsy.com/JudgeOnline/problem.php?id=1229 【题目大意】 每天对玩具都有一定的需求ni,每天可以花f价值每条购买玩具, 当天用完的玩具可以花费fA价值每个通过快消毒在A天之后得到一条可用的, 也可以通过花费fB价值每个,通过 ...
分类:其他好文   时间:2017-04-28 01:02:28    阅读次数:175
Happy Matt Friends(DP)
Happy Matt Friends Time Limit: 6000/6000 MS (Java/Others) Memory Limit: 510000/510000 K (Java/Others)Total Submission(s): 3700 Accepted Submission(s): ...
分类:移动开发   时间:2017-04-27 21:16:38    阅读次数:270
httpd的编译安装
1.环境介绍 系统:2.6.32-279.el6.i686 2.准备编译环境 3.下载安装需要软件 4.安装apr,apr-tuil 5.编译httpd 6.其他必要的配置 7启动httpd ...
分类:Web程序   时间:2017-04-27 21:04:19    阅读次数:262
zabbix action理解
Maintenance status not in maintenance 谷歌翻译:维护状态不在维护中,中文意思就是监控的设备有problem,触发器报警了,然后执行action {TRIGGER.STATUS}: {TRIGGER.NAME} 主机:{HOST.NAME}地址:{HOST.IP} ...
分类:其他好文   时间:2017-04-27 16:42:31    阅读次数:288
python-queue知识点
1.dict获取value dict.get(key_name)2.三元运算 res,err=stdout.read(),stderr.read() #三元运算 result=res if res else err print(result.decode())36:10 知识回顾: 1.执行一个线程 ...
分类:编程语言   时间:2017-04-27 15:37:59    阅读次数:154
Java基础笔记——集合工具类
1 package collections_show; 2 /* 3 * 操作集合Collection的工具类Collections 4 * 说明: 5 Collections 是一个操作 Set、List 和 Map 等集合的工具类 6 Collections 中提供了一系列静态的方法对集合元素进... ...
分类:编程语言   时间:2017-04-27 15:37:01    阅读次数:163
谷歌地图控制圆圈随缩放自适应大小 js
var circleOptions = { strokeColor:"#95C7F9", strokeOpacity:1, strokeWeight:0.5, fillColor:"#95C7F9", fillOpacity:0.35, map:map.map, center:position }; ...
分类:Web程序   时间:2017-04-27 14:21:53    阅读次数:607
UVA 10115 Automatic Editing(字符处理)
Text-processing tools like awk and sed allow you to automatically perform a sequence of editing operations based on a script. For this problem we cons ...
分类:其他好文   时间:2017-04-27 13:56:25    阅读次数:160
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!