布局练习 <style>*{ margin:0px; padding:0px;}body{ min-width:1000px;}#a{ width:100%; height:100px; background-color:#006; top:0px; left:0px; position:fixed ...
分类:
Web程序 时间:
2016-08-14 17:48:56
阅读次数:
155
client 可视区域 clientWidth width+padding ...
分类:
其他好文 时间:
2016-08-14 17:47:04
阅读次数:
105
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>汉企网页</title><style>*{ margin:0px; padding:0px; } .a{ width:100%; top ...
分类:
Web程序 时间:
2016-08-14 17:46:21
阅读次数:
204
(给自己看的总结) 边框样式 1. border-width 边框宽度 比如:1px 2. border-color 边框颜色 3. border-radius 圆角边框 比如 20px 100px/50px (斜杠后面的数字可以视为比值) 4. border-style 边框样式 比如 solid ...
分类:
Web程序 时间:
2016-08-14 17:36:31
阅读次数:
129
<style type="text/css">*{ margin:0px; padding:0px;}#a{ width:100px; height:100px; top:50px; left:40px; background-color:#0F0; position:relative;}/*abs ...
分类:
其他好文 时间:
2016-08-14 16:14:56
阅读次数:
144
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> </head> <body> <canvas id="mycas" width="400" height="400"></canvas> <d ...
分类:
其他好文 时间:
2016-08-14 16:14:42
阅读次数:
184
本人菜鸟一枚,趁着奥运期间,一边看奥运,一边学习,最近在慕课网学习前端技术,学习过程中有向很多前辈们博客学习,现在就来分享我的学习所得。 慕课网,导航条菜单的制作,使用javascript去制作伸缩菜单(水平方向上),下面是学习过程中的一个小插曲: 注意到第10行中的 ...
分类:
Web程序 时间:
2016-08-14 16:11:29
阅读次数:
245
传值给.batos.system('%s %s %s %s %s' % ('image_dispose.bat', change_photo,dic['width'], '-resize', change_photo))convert %3 %2 %1 %4参数跟传入顺序有关来自为知笔记(Wiz) ...
分类:
编程语言 时间:
2016-08-14 14:32:34
阅读次数:
162
迭代查询,查询最高级别的单位,好处是看起来非常简单清晰def setTopDepartSpinfo(spinfo,item,value,depart,comp): # spinfo={"depart":,"comp":,"operator":,"upload":,"width":,"height":... ...
分类:
其他好文 时间:
2016-08-14 14:31:46
阅读次数:
232
h5+canvas绘制动画时钟 效果图,这个是截图,可以动的, 代码如下: <!DOCTYPE html><html><head><title>动画效果</title></head> <body> <canvas id="anm" width="600" height="600" style="bo ...
分类:
其他好文 时间:
2016-08-14 14:24:16
阅读次数:
174