原创 【easyUI】

   <div class="demo-info">   <div class="demo-tip icon-tip"></div>   <div>Click the right top buttons to perform actio

原创 【easyUI】

   <div class="easyui-panel"    style="width:500px;height:200px;padding:10px;"   title="My Panel"    data-options="ico

原创 【html】、

新建文本文檔.html: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-tr

原创 【communication】ajax之jquery與struts2通信

原文地址:http://blog.csdn.net/huangzihao100/article/details/7833471 jquery的ajax方式有如下幾種: 1.   $.post(url,params,callback);

原创 【easyUI】<div class="easyui-panel" >

   <div class="easyui-panel"    style="width:500px;height:200px;padding:10px;"   title="My Panel"    data-options="ico

原创 【jdbc】java連接mySQL數據庫 初步

================================================================ 已有: mySQL數據庫: 用戶名爲“root”,密碼爲“root” mySQL可視化

原创 【easyUI】<div class="demo-info">

   <div class="demo-info">   <div class="demo-tip icon-tip"></div>   <div>Click the right top buttons to perform actio

原创 【easyUI】$(function() {});

<script type="text/javascript">     $(function() {         //     });</script> 這是JQuery的語法,$表示JQuery

原创 【communication】ajax之jquery與struts2通信 小實驗

先創建一action,接受用戶的登錄參數,若用戶名、密碼相同,則返回success.jsp,否則返回fail.jsp 1、LoginAction.java package com.jing.action; import com.opens

原创 【Hibernate】Could not determine type for: String

  今天用hibernate連接數據庫的時候出現這樣的錯誤:    %%%% Error Creating SessionFactory %%%% org.hibernate.MappingException: Could not d

原创 【myeclipse】增強MyEclipse的代碼自動提示功能

http://www.cnblogs.com/netshuai/archive/2009/08/04/1538429.html 一般默認情況下,Eclipse ,MyEclipse 的代碼提示功能是比Microsoft Visual

原创 【tool】編碼問題。。

項目的編碼:項目->properties: 項目中某文件的編碼:文件->properties: <!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content=

原创 【easyUI】使用腳本動態創建panel

   <div id="p" style="padding:10px;">     <p>panel content.</p>     <p>panel content.</p></div> <script type="text/ja

原创 【Struts2】單文件、多文件上傳

轉自:http://blog.csdn.net/itwit/article/details/7031785 環境:Myeclipse 前提:爲Web項目添加Struts2支持後: 內容是struts2的文件上傳彙總,包括單文件和多文

原创 【MyEclipse】MyEclipse查找功能巧用

在網上粘了一堆代碼:結果連帶前面的編號也粘了下來 解決辦法: 其中:正則表達式    [0-9]+\:       表示:一些數字加冒號的組合 done 更多: 空行:^\s*\n http://www.cnblogs.com/aom