Time of Update: 2015-02-27
標籤:<html><head><script type="text/javascript" src="jquery.min.js"></script><script type="text/javascript" src="layer.min.js"></script><script> var html=‘<div class>使用者名稱:<input />
Time of Update: 2015-02-27
標籤:<html><head><meta http-equiv="Content-Type" content="text/html; charset=gbk"><meta http-equiv="Cache-Control" content="no-transform" /><script type="text/javascript"
Time of Update: 2015-02-27
標籤:一、字型屬性主要包括下面幾個font-family,font-style,font-variant,font-weight,font-size,fontfont-family(字型族): “Arial”、“Times New Roman”、“宋體”、“黑體”等;font-style(字型樣式):
Time of Update: 2015-02-27
標籤:此錯誤的官方解釋:1、當hql中不需要參數,而傳遞了參數導致,2、set參數時沒有從0開始。 但此問題不屬這兩種。 檢查匯入的libraries無錯誤。 最後在網路搜尋到:http://qihaihui.iteye.com/blog/228685,其中提示:1. 如果PO類沒有加Entity和Table的annotation,也會引發此錯誤,2.
Time of Update: 2015-02-27
標籤:Remoting與Web Services的區別是:(1)既支援TCP通道又支援HTTP通道,傳輸速度快(2)即可傳輸XML的SOAP包又可傳輸二進位流,效率高(3)Remoteing主要用於C/S結構項目(4)不一定要依賴IIS伺服器remoting與平台相關,需要客戶和伺服器都支援.net framework架構,可配置特性比較好,可以自訂協議。web service可以做到跨平台通訊,但必須採用SOAP協議。 Remoting&WebService的區別之處
Time of Update: 2015-02-27
標籤:我們有一個 欄位儲存內容是 xxxx意見[email protected]~~是在頁面上需要分開顯示,格式為xxx意見 是 使用${fn:split(comments, ‘[email protected]~~‘)[1]}來分割是發現出現@符文字就被隔斷了,測試了下,有可能split只能對單個字元做拆分所以修改如下<c:set var="len1" value=‘${fn:indexOf(comments,
Time of Update: 2015-02-27
標籤:這個問題出現過兩次,上次沒有做好記錄,今天又出現了。不過這兩次的情景也不完全一致。今天通過搜尋找到這篇文章的解決方式很好,可供參考。原部落格地址http://blog.csdn.net/izgnaw/article/details/6178472。在web.xml中加入一下代碼:<!-- 控制jsp:include的編碼 --> <jsp-config>
Time of Update: 2015-02-27
標籤:項目中用spring shiro來處理許可權的問題,但是啟動的時候會列印如下日誌org.apache.shiro.realm.AuthorizingRealm - No cache or cacheManager properties have been set. Authorization cache cannot be obtained.檢查了basicRelam配置如下<bean id="basicRealm" class="com.ebon.platform.realm.
Time of Update: 2015-02-27
標籤:<html><head><script type="text/javascript"> // 全選按鈕選中標誌 var checkflag = "false"; // 全選功能
Time of Update: 2015-02-27
標籤:off()函數用於移除元素上綁定的一個或多個事件的事件處理函數。off()函數主要用於解除由on()函數綁定的事件處理函數。該函數屬於jQuery對象(執行個體)。文法jQuery 1.7 新增該函數。其主要有以下兩種形式的用法:用法一:jQueryObject.off( [ events [, selector ] [, handler ] ] )用法二:jQueryObject.off( eventsMap [, selector ]
Time of Update: 2015-02-27
標籤:分類: LINUX安裝方式:yum install httpdyum install mysql-serveryum install phpyum install php-mysql 一、WEB伺服器與Apache1、web伺服器與網址2、Apache的曆史3、補充http://www.netcraft.com/可以查看apache伺服器的市場佔有率同時必須注意的是ngnix,正
Time of Update: 2015-02-27
標籤:php獲得用戶端ip//獲得用戶端IPpublic static function getIp() { if (@$_SERVER["HTTP_X_FORWARDED_FOR"]) &
Time of Update: 2015-02-27
標籤:html 標籤空格: 換行:<br/><input
Time of Update: 2015-02-27
標籤:facebook profile xhprof XHProf是facebook
Time of Update: 2015-02-27
標籤:jquery mobile<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%><%String path = request.getContextPath();String basePath = request.getScheme()+"://"+request.getServerName()+":&
Time of Update: 2015-02-27
標籤:jquery mobile listview <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%><%String path = request.getContextPath();String basePath =
Time of Update: 2015-02-27
標籤:js 表單 bootstrap3 bootstrap 表單驗證 作者的GITHUB:https://github.com/mrlong/bootstrap3-validation.js,先感謝一下,很好用~作者的樣式,當表單有類為:form-horizontal
Time of Update: 2015-02-27
標籤:getdispatchertype httpservletrequest undefined web項目訪問時就報錯,建立的一個jsp檔案裡面沒有任何的內容也報錯,錯誤:The method getDispatcherType() is undefined for the type HttpServletRequest嚴重: Servlet.service() for servlet
Time of Update: 2015-02-27
標籤:一、 搭建開發環境 本教程使用的開發環境為MacOSX 10.10+JDK1.8+Eclipse Java EE IDE4.4.1+Maven3.2.5。以下是開發環境的搭建過程。1. 安裝JDK 1.8本教程使用的JDK版本為JDK1.8。你可以在http://java.com下載到這個最新的JDK。JDK的安裝配置就不用多說了,你明白的。2. 安裝Eclipse Java EE本教程使用Eclipse為Eclipse
Time of Update: 2015-02-27
標籤:今天寫代碼時,每儲存一次就彈出一次Errors occurred during the build的錯誤,百度上的方法普遍是:選擇一個項目—-右鍵Properties—-Builders—-取消 “JavaScript Validator” 和 Mule 3 hot