Time of Update: 2015-02-01
標籤:需求:眾所周知一般網站的logo都是固定的所以我在做網站時也是使用的靜態logo檔案,但最近用wp給一個客戶做的網站時,因為網站現在的logo可能會需要重新設計,所以客戶提出了需要在後台可以自己修改網站logo,接收需求後就在網路上找如何解決,但找了一圈都沒有找到想要的效果(都是如何修改wp的登入logo),還好找到兩篇相關的文章,最後根據這兩篇文章自己Codeing最終實現了功能代碼:1.在function中添加以下代碼<?php/**在function中添加以下代碼*
Time of Update: 2015-01-31
標籤: 1 $(‘#query_camera‘).combogrid({ 2 panelWidth:400, 3 idField:‘id‘, 4 textField:‘name‘, 5 url:queryUrl, 6 multiple:true, 7 fitColumns: true, 8 striped: true,
Time of Update: 2015-01-28
標籤:剛才做了個有點特殊的需求,在某視窗關閉時,要把Gridpanel中的選擇行清空,因為如果不清空,直接雙擊,就不能即時更新出來我想要的內容。答案是:Grid.getSelectionModel().clearSelections(); 順便,把Gridpanel的多種操作總結一下,它的協助文檔不給力啊。 1、Ext.grid.GridPanel 主要配置項: store:表格的資料集 columns:表格列模式的配置數組,可自動建立Colum
Time of Update: 2015-01-24
標籤:做前端這行的 能直接貼代碼就直接貼代碼了,不用多說什麼別的效果需要引入jquery和jquery.masonry.min.js這兩個JSJS代碼如下:$(document).ready(function(){var $container = $(‘.space_main_con1 .con‘);var animated;var i=1;//判斷是否需要 masonry.js這個裡面提供動畫 如果是IE瀏覽器並且版本低於9.0 則添加動畫 否則就用
Time of Update: 2015-01-24
標籤: $ip = ‘192.168.6.1‘;$mask = ‘255.255.2.0‘;$sub_net = array();//子網$ip_explode = explode(‘.‘, $ip);$mask_explode = explode(‘.‘, $mask);foreach ($ip_explode as $key => $ip_num) { //10進位轉2進位 $a = decbin($ip_num); $b =
Time of Update: 2015-01-17
標籤:在dnn下調用第三方dll的sdk ,代碼如下: WebClient wc = new WebClient(); wc.Encoding = encoding ?? Encoding.UTF8; wc.DownloadString(url); 在調用 wc.DownloadString(url);時出現 System.Security.Permissions.SecurityPermission,
Time of Update: 2015-01-17
標籤:本文來自http://my.oschina.net/noahxiao/blog/132277,個人儲藏使用1、背景在採用Hibernate做對象映射時,我一直都採用UUID來做主鍵。由於Hibernate的UUID需要佔用32位的字元,所以一般都會讓人感覺響效率且增加儲存佔用。我在查看公司項目時發現了一種比較好的產生UUID的方法,就是將UUID資料進行Base64化。覺得比較有意義拿出來給大家分享。2、傳統UUIDa、java.util.UUIDJava中的UUID採用RFC
Time of Update: 2015-01-17
標籤:找一大圈原因, 最後終於找到了, 不是PHP版本的原因[], 是自己把use 寫到了類裡的方法裡了.這個東東, 不能脫離類單獨使用, 否則的話, 會被認為是命名空間了. 測試例子如下// Trait.phptrait CustomerFunctionsTrait { public function plus ( $a = 1, $b = 1 ) { echo $a + $b; } public function minus (
Time of Update: 2015-01-15
標籤:我們知道通過介面設定欄位的change事件,是否是必填,是否可見非常容易。但有時我們需要動態地根據某些條件來設定,這時有需要通過js來動態地控制了。 下面分別介紹如何用js來動態設定。 一、動態設定欄位的change事件 // form on load event function onLoad() { init();
Time of Update: 2015-01-12
標籤:http://blog.163.com/hao_2468/blog/static/130881568201141251642215/.net System.Web.Mail發送郵件 2011-05-12 17:16:42| 分類: asp.net學習 | 標籤:.net發送郵件 |舉報|字型大小 訂閱 net
Time of Update: 2015-01-08
標籤:目前做了一台公網的測試機,主要是 php 5.3.3 版本,是 browser --> nginx --> apache --> php今天因為想要安裝一個商城,要求需要 Php >= 5.3.4 ,而且更重要的是需要 zendframework ,看到php的一個擴充為 eaccelear 順手就安裝了。悲劇出現了。訪問任何頁面出現錯誤,檢查 nginx 和 apache 的日誌,都沒發現問題,只是在 apche
Time of Update: 2015-01-08
標籤: 將struts1檔案上傳的操作匯總了一下,包括單檔案上傳和多檔案上傳,內容如下,留作備忘: Struts2實現檔案上傳的文章(http://blog.csdn.net/itwit/article/details/7031785)1、單檔案上傳1)JSP頁面(singleFileUpload.jsp)<%@page pageEncoding = "UTF-8"%><h1>檔案上傳</h1><hr /><form
Time of Update: 2015-01-09
標籤:Hibernate understands both the Java and JDBC representations of application data. The ability to read and write object data to a database is called marshalling, and is the function of a Hibernate type. A type is an implementation of the
Time of Update: 2015-01-30
10分鐘快速學Handlebars,10分鐘handlebars前端開發whqet,csdn,王海慶,whqet,前端開發專家原文:Learn Handlebars in 10 Minutes or Less翻譯:前端開發whqet, 意譯為主,不當之處敬請指正。作者簡介:Danny Markov
Time of Update: 2015-01-22
Ckeditor編輯器的配置使用,ckeditor編輯器配置<span style="font-family:Microsoft YaHei;font-size:12px;"><span style="white-space: pre;"></span> <strong>Ckditor配置使用</strong><span style="white-space: pre;"
Time of Update: 2015-01-11
電子商務系統的設計與實現(十四):菜單高亮,電子商務系統高亮 菜單高亮,幾乎是所有Web網站都需要的一個功能。 這個功能,說起來,簡單得很,給當前頁面的菜單增加一個高亮樣式,刪除其它菜單的高亮樣式。 如果只高亮1個頁面的菜單, 太簡單了,但是如果菜單和頁面比較多,就產生了爭議。 第1種方式:每個頁面單獨高亮。 <li id="indexli"
Time of Update: 2015-01-30
使用二分尋找判斷IP地區區間測試,ip地區IP地址都是轉換成Long型,每個地區以IP段表示,通過二分尋找判斷IP地址落在哪個段。package hello;import java.util.*;public class datatest {public static void main(String[] args) throws InterruptedException {final HashMap<Integer, String> map = new
Time of Update: 2015-01-28
jquery File upload使用總結,jqueryupload1. jquery file upload 下載jquery file upload Demo 地址:https://blueimp.github.io/jQuery-File-Upload/jquery file upload 下載 地址:https://github.com/blueimp/jQuery-File-Upload/tagsjquery file upload API
Time of Update: 2015-01-26
_ReturnAddress 使用,_returnaddress使用msdn:The _ReturnAddress intrinsic provides the address of the instruction in the calling function that will be executed after control returns to the caller._ReturnAddress
Time of Update: 2015-01-12
最簡單的基於DirectShow的樣本:視頻播放器自訂版,directshow樣本本文記錄一個簡單的基於DirectShow的自訂的視頻播放器。這裡所說的“自訂播放器”,實際上指的是自己在Filter Graph中手動逐個添加Filter,並且串連這些Filter的後啟動並執行播放器。這麼做相對於使用RenderFile()這種“智能”建立Filter