摘要: 不可继承的:display、margin、border、padding、background、height、min-height、max- height、width、min-width、max-width、overflow、position、left、right、top、 bottom、z-index、float、clear、table-layout、vertical-align、page-break-after、 page-bread-before和unicode-bidi。所有元素可继承:visibility和cursor。内联元素可继承:letter-spacing、word-spaci 阅读全文
posted @ 2014-01-21 09:53 陈生伟笔记 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 逻辑问题、边界条件、变量未初始化、内存越界等问题 阅读全文
posted @ 2014-01-20 18:14 陈生伟笔记 阅读(66) 评论(0) 推荐(0) 编辑
摘要: contrubute to eclipse[成事在天:机遇在市场及人生中的隐蔽角色].以交易为生(珍藏版)(高清)-亚历山大·埃. 阅读全文
posted @ 2014-01-15 16:48 陈生伟笔记 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-01-07 17:51 陈生伟笔记 阅读(234) 评论(0) 推荐(0) 编辑
摘要: http://www.uimaker.com/uimakerdown/uitutorial/35990.htmlhttp://maqetta.org/downloads/.Data.jsData.js是一个JavaScript数据表示框架,提供统一的接口和数据域。http://www.biznessapps.com/client/step3.phphttps://gomockingbird.com/mockingbird/# 阅读全文
posted @ 2013-12-20 11:25 陈生伟笔记 阅读(212) 评论(0) 推荐(0) 编辑
摘要: /* * Author: Jan Odvarko, www.janodvarko.cz*/FBL.ns(function() { with (FBL) { function HelloWorldPanel() {} HelloWorldPanel.prototype = extend(Firebug.Panel, { name: "HelloWorld", title: "Hello World!", initialize: function() { Firebug.Panel.initialize.apply(this, arguments); }, 阅读全文
posted @ 2013-12-13 18:07 陈生伟笔记 阅读(128) 评论(0) 推荐(0) 编辑
摘要: http://pan.baidu.com/share/link?shareid=492277&uk=637823677http://circles.arenaofthemes.com/http://circles.arenaofthemes.com/ 阅读全文
posted @ 2013-12-12 01:00 陈生伟笔记 阅读(102) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <style> textarea{ width:800px; height:250px; } </style> <script> function trans(){ var content = document.getElementById("content"); //去 阅读全文
posted @ 2013-12-10 18:08 陈生伟笔记 阅读(202) 评论(0) 推荐(0) 编辑
摘要: Ext.onReady(function(){ Ext.create('Ext.container.Viewport', { layout:'border', items:[{ region: 'south', xtype: 'panel', height: 20, split: false, html: '版权所有!', margins: '5 5 5 5' },{ region:'north', xtype:'panel', height:20, split:fa 阅读全文
posted @ 2013-07-26 15:20 陈生伟笔记 阅读(331) 评论(0) 推荐(0) 编辑
摘要: Data:var store = new Ext.data.Store({ fields:['name', 'email', 'phone'], data:[ { 'name': 'Lisa', "email":"lisa@simpsons.com", "phone":"555-111-1224" }, { 'name': 'Bart', "email":"bart@simp 阅读全文
posted @ 2013-07-24 16:13 陈生伟笔记 阅读(112) 评论(0) 推荐(0) 编辑