- 浏览: 44258 次
- 性别:
- 来自: 广州
最新评论
-
www.sendmaillist.com:
pop3 和 smtp
java邮件
文章列表
test类...
package com.lrs.tool;
public class Test {
public static void main(String[] args) {
MD5 m = new MD5();
String name = m.getMD5ofStr("sheng");
String password = m.getMD5ofStr("123456");
if ("96DF8B1234077E86071408649D94C5CE".equals(name)) {
...
1.struts.xml配置文件
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
"http://struts.apache.org/dtds/struts-2.0.dtd">
<struts>
<constant name ...
配置自己安装的jdk方法:
window-->preferences-->Java-->Installed JREs-->add-->Directory-->本机jdk安装路径-->Finish-->选中-->ok
可以看到项目在硬盘上真正的样子
window-->Show View--> Other-->General-->Navigator把该视图打开 ...
内容的输入:
<!-- 内容 -->
<script type="text/javascript" src="<%=basePath %>fckeditor/fckeditor.js"></script>
<script type="text/javascript">
window.onload = function()
{
// Automatically calculates the editor base path based on the _sam ...
tomcat里配置路径
<Host name="www.sheng.com" appBase="webapps"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
<Context path="" docBase="cheapso" ...
泡泡卡丁车:出现问题的解决方法:
http://www.gameguard.co.kr/gameguard/faq/cn/FAQ_3xx.htm
jdk1.6中文帮助文档官方下载
http://download.java.net/jdk/jdk-api-localizations/jdk-api-zh-cn/publish/1.6.0/chm/JDK_API_1_6_zh_CN.CHM
htmlcol.exe(网页吸色器)
百度搜索
数据库...
mysql-------------->(Navicat for MySQL可视化工具)
编辑器(EditPlus 3)
http://www.brothersoft.com/download-editplus-16751.html ...
NullPointerException,为什么报这种错误,让你知道原因却也云里雾里,整死人。。正所谓会了不难,难了不会。现在写下与大家分享。这种报错肯定是java代码的错。以下是从网上看到的,很好:
[ 所谓空指针异常,是因为用空(null)去调用属性或方法。null表示没有这个对象,既然没有这个对象,那么去调用他的属性和方法,就会报异常。<--主要有以下几种原因:1、使用了未初始化的变量(虽然已经声明)2、使用了未初始化的对象(虽然已经声明)3、使用了关键字或已存在的类名作变量对象方法或类名。
当应用程序试图在需要对象的地方使用 null 时,抛出该异常。<--这种情况包 ...
js代码
<script type="text/javascript">
var areaList={
"北京":[["选择城区","10"],["东城区",""],["西城区",""],["崇文区",""],["宣武区",""],["朝阳区",""],["丰台区",& ...
文本框只能输入数字
onkeyup="this.value=this.value.replace(/\D/g,'')" onafterpaste="this.value=this.value.replace(/\D/g,'')"
js(ip)所在地的在线城市
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> < ...
1.关闭updating indexes Window > Preferences > Myeclipse Enterprise Workbench > Maven4Myeclipse > Maven> 禁用Download repository index updates on startup 2、关闭MyEclipse的自动validation validation有很多,包括xml、jsp、jsf、js等等,我们没有必要全部都去自动校验一下,只是需要的时候才会手工校验一下,速度将很快提升好几个档次。 windows > perferences > ...