`
Rowen
  • 浏览: 81850 次
  • 性别: Icon_minigender_1
  • 来自: 福州
社区版块
存档分类
最新评论
文章列表
新安装了myeclipse后原Eclipse代码提示[Alt+/]可能会失效. Eclipse3.3中把内容助手(Content Assist)的快捷键由 Alt+/ 改成了Ctrl+Space,这与操作系统的输入法切换的快捷键冲突,所以造成内容助手不能使用了。 而已前Eclipse 3.2版本中的 Alt+/ 快捷键被作为新的单词补全(Word Competion)功能的快捷键。所以现在想像以前一样使用 Alt+/ 来实现内容助手的功能,就需要更改Eclipse3.3快捷键的设置了。 恢复办法: 1、启动MyEclipse 选择菜单栏 Windows ->Preperences ...

oracle 服务

之前因为360顽固木马专杀,把我的oracle 服务弄都没掉了。。。 原来只要重建一个新的数据库,这些oracle services就可以重新出现喽。。 Configuration and Migration Tools ->Database Configuration Assists->后面就重新创建数据库喽
需要的JAR包: Commons-Email-x.x.jar mail-x.x.jar activation-x.x.jar (注:如果是JDK1.6,就可以不需要这个了) commons-email 用户指南 http://commons.apache.org/email/userguide.html 下面只是一个简单的邮件发送。 package com.common.email; import org.apache.commons.mail.EmailException; import org.apache.commons.mail.SimpleEmail; public c ...
一个简单的grid 传form 传值,用了click事件,其实用select事件更优雅一点。 Ext.onReady(function () { var data = [ ['rowen', 'hohai', 'basketball', '2004-11-01'], ['yyy', 'yizhong', 'football', '2004-01-11'], ['ysc', 'jianzhong', 'pingpong', '2004-01-21'], ['yww', 'jianxiao', 'pingpong', ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset ...
在代码中已经注释了plugins,因为没注释的话,使用getRowClass改变行的CSS不起作用。 另外想用行扩展的话,把plugins:expander的注释去掉即可,不过这样行的CSS就失效了。 //plugins:expander, 在页面中添加RowExpander.js文件引用,文件见附件。 <script type="text/javascript" src="RowExpander.js"></script> CSS: .x-grid-record-red table{ background-colo ...
上一步,下一步的类向导,这里用card布局。 Ext.onReady(function () { this.firstPanel = new Ext.Panel({ frame: true, title: '第一个面板', html: '这是第一个面板' }); this.secondPanel = new Ext.Panel({ frame: true, title: '第二个面板', html: '这是第二个面板' }); va ...
10个优秀的Ajax和Javascript国外资源网站 转载地址:http://www.zzsky.cn/build/content/1246.htm         1、Ajax Rain: http://www.ajaxrain.com   AjaxRain有很多完美整合Ajax、CSS、DHTML或Javascript的实例,有一些Demo的确值得你去看一看,即使你不是网页设计(开发)师。   2、Ajax Daddy: http://www.ajaxdaddy.com   Ajax Daddy收集了大量漂亮的Web2.0工具,其中一个使用的功能就是,在你把某个Ajax或Javascr ...
5 Steps to Understanding Drag and Drop with Ext JS September 13, 2009 by Jay Garcia http://www.extjs.com/blog/2009/09/13/5-steps-drag-and-drop-with-ext-js/ One of the most powerful interaction design patterns available to developers is “Drag and Drop.” We utilize Drag and Drop without really giving i ...
The 5 Most Common Problems New Programmers Face--And How You Can Solve Them by Alex Allain http://cprogramming.com/beginner_programming_mistakes.html When you're just starting out with programming, it's easy to run into problems that make you wonder how anyone has ever managed to write a computer pro ...
5 Ways You can Learn Programming Faster by Alex Allain http://www.cprogramming.com/how_to_learn_to_program.html Learning to program isn't something you can do in an afternoon, but it doesn't have to be a life's work, either. There are lots of things you can do to make it easier on yourself when you a ...
问题:http://www.iteye.com/problems/21336引用A:<input name='an[61_1]' type='text' class='style5' size='15' value=''>  A:<input name='an[61_1]' type='text' class='style5' size='15' value=''> 在网页中的效果: 但现在要显示的效果是: 感觉这个是用css改的吧?具体怎么改? CSS 样式: <style type='text/css'> .style5{ ...
成为优秀的程序员真不简单 http://blog.csdn.net/n5/archive/2009/06/13/4267306.aspx 真正精通一门语言,特别是c++这样的复杂语言,不简单。 况且可能需要熟悉3,4种语言,而且要防止惯性的干扰,不简单。 精通数据结构和算法以及优化,正确分析选择问题所需要的数据结构和算法,不简单。 熟悉自己工作的平台的方方面面,从硬件到操作系统到编译器到各种开发库,不简单。 能实用的运用设计模式去设计软件,系统结构清晰合理,开发高效,易维护,不简单。 编写的代码就像艺术品,增一行则多,减一行则少,不简单。 懂得重构,善用重构,追求完美但不超预算,不简 ...

省市二级联动

省市二级联动,要导入city.js见附件。 Ext.onReady(function () { var store = new Ext.data.SimpleStore({ fields: ['text', 'city'], data: citys }); var linkStore = new Ext.data.SimpleStore({ fields: ['text', 'city'], data: [] }); var provinceCombo = new Ext.f ...
仿QQ邮箱附件,这个只能看不能用。原因忘记了,反正跟IE有关。 <!-- Author: aqua qin Tech blog:http://blog.csdn.net/aquadp/ Create Date: 2008-4-8 22:00:00 Last Modify Date: 2008-4-9 22:46:35 --> <HTML> <HEAD> <script> /**//* 需要注意的几个地方: .由于input type=file控件不能对type属性赋值( ...
Global site tag (gtag.js) - Google Analytics