在很多项目中,我们经常需要使用JS,在页面前面对前台的某些元素做做修改,js
的replace()方法就必不可少。经常使用"ABCABCabc".replace("A","B")的同学应该会比较清楚,改语句的最终结果是BBCABC,这种方法只能替换第一个匹配的元素。如果替换所有呢?使用正则表达式即可...
分类:
Web程序 时间:
2014-04-29 14:40:29
阅读次数:
689
I had been waiting for the latest MySQL
connector for .NET to come out so I can move on to the new and sleek Visual
Studio 2012 for my projects. Found...
分类:
数据库 时间:
2014-04-29 14:17:54
阅读次数:
753
Index.jsp struts2
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts...
分类:
Web程序 时间:
2014-04-29 13:57:27
阅读次数:
510
创建方式有两种:通过Eclipse创建在工具栏上选择New》android》android
application project,或者在导航栏上选择file》new》project》android》android application
project。在出现的窗口上填上与选择你的Applicat...
分类:
移动开发 时间:
2014-04-29 13:55:22
阅读次数:
560
1、首先需要安装SVN客户端TortoisSVN。地址:http://tortoisesvn.net/2、eclipse低版本的需要安装Subversive
Revision Graph,地址:http://download.eclipse.org/tools/gef/updates-pre-3_8...
分类:
系统相关 时间:
2014-04-29 10:14:46
阅读次数:
580
当在eclipse中的web工程中增加了extjs4,出现An internal error
occurred during: "Building workspace". Java heap space 错误。
解决办法1:把extjs4的工程安装包不要放到web工程中就ok了,或者建议直接用mye...
分类:
其他好文 时间:
2014-04-29 10:13:46
阅读次数:
401
说到Dreamweaver这个网页制作神器,不由得想起在学校里上的选修课,那是的我们只知道
table
布局,只知道构建网站最方便的是使用“所见即所得”编辑器。回忆一下,真的是很怀旧啊!虽说咱现在大部分时间都在用sublimeText和eclipse,但是想要入门web前端,Dreamweaver的...
分类:
Web程序 时间:
2014-04-29 09:41:45
阅读次数:
452
相对于JLabel显示提示文字,JTextArea有一个先天优势:文字可以拷贝出来。经过下面设置它也能在外观上和JLabel一致。代码如下:JTextArea
txtArea=new JTextArea(5,20);// 初始化// 设置文字txtArea.setText("We needto up...
分类:
其他好文 时间:
2014-04-29 09:33:45
阅读次数:
544
WPF调用WinForm中的 OpenFileDialog 和 FolderBrowserDialog
来实现响应的功能对应的引用程序集:using System.Windows.Forms; OpenFileDialog openFileDialog = new
OpenFileDialog();...
分类:
其他好文 时间:
2014-04-29 09:24:45
阅读次数:
404
eclipse中的maven插件安装之后,window->preference->Maven下的Installation中最好设置成本地的maven路径,然后User
Setting中的setting.xml一般不设置,这样eclipse会直接去~/.m2/下去找本地仓库里面的内容。如果我们已经有了...
分类:
其他好文 时间:
2014-04-29 09:18:47
阅读次数:
988