2016年7月1日
摘要: 代码已放到Github上 https://github.com/zhangwen9229/MagnifyingGlassEffect 阅读全文
posted @ 2016-07-01 17:34 顺文章 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 圆形进图条 带刻度释义 代码已放到github上 https://github.com/zhangwen9229/FabricApps 阅读全文
posted @ 2016-07-01 17:29 顺文章 阅读(475) 评论(0) 推荐(0) 编辑
摘要: 弧度 = 角度/180 * Π 角度 = 弧度/Π * 180 阅读全文
posted @ 2016-07-01 17:07 顺文章 阅读(4044) 评论(0) 推荐(0) 编辑
摘要: ::-webkit-input-placeholder { /* WebKit browsers */ color: #999; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999; } ::-moz-placeholder 阅读全文
posted @ 2016-07-01 17:06 顺文章 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 在chrome下: input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{ -webkit-appearance: none !important; margin: 0; } Firefox下: input[type="n 阅读全文
posted @ 2016-07-01 17:05 顺文章 阅读(1210) 评论(0) 推荐(0) 编辑
摘要: $ wget https://svn.apache.org/repos/asf/oodt/tools/oodtsite.publisher/trunk/distribute_setup.py $ python distribute_setup.py 阅读全文
posted @ 2016-07-01 17:04 顺文章 阅读(856) 评论(0) 推荐(0) 编辑
摘要: 请查看以下两个链接 http://www.tuicool.com/articles/Afq6Bzq http://www.sheng00.com/2148.html 阅读全文
posted @ 2016-07-01 17:02 顺文章 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 在线演示 <!doctype html> <html> <head> <meta charset="UTF-8"> <title>test</title> <style type="text/css"> *{ margin:0; padding:0;} body{font:12px/1 '微软雅黑' 阅读全文
posted @ 2016-07-01 16:48 顺文章 阅读(1408) 评论(0) 推荐(0) 编辑