jQuery星級評等功能外掛程式(修改適應IE6,IE7, IE8, Firefox, Opera, Chrome, Safari)

下載了一些jQuery滑鼠滑過星級評等的外掛程式,比如這個jQuery Star Rating Plugin V3.12,還有這個Sexy Vote。發現相容性不好,有的在firefox下有問題,有的在IE6,7,8下有問題,大家可以自己測試一下。只好自己修改了一下一個簡單的評分功能外掛程式,終於相容IE6,IE7, IE8, Firefox, Opera, Chrome, Safari。效果參考: 用法:參考下載後的index.html 依賴: jQuery.js

近來工作和面試一些人的感受(原)

最近公司招聘,面試了很多人,有牛人 -

自動給URL地址加上超連結

使用者發表文章或回複,一般網站都有一個超連結的按鈕,其實可以後台自動判斷並自動給URL地址加上超連結(當然,名字只能是url地址)。例如使用者輸入“看我的部落格:http://www.cnblogs.com/mainz/”,自動轉換成“看我的部落格:<a href="http://www.cnblogs.com/mainz/"

表變數與暫存資料表的優缺點

什麼情況下使用表變數?什麼情況下使用暫存資料表? 表變數:     DECLARE @tb  table(id   int   identity(1,1), name   varchar(100))     INSERT @tb     SELECT id, name   FROM mytable    WHERE name like ‘zhang%’   暫存資料表:    SELECT name, address  INTO #ta   FROM mytable    WHERE

談談我眼中的德國技術人員

因為工作關係,經常去德國出差,對德國IT技術人員有些瞭解。下面談談我眼中的德國IT技術人員,主要是想比較和思考一下兩國技術人員的差異,看看有哪些地方需要我們中國人學習和借鑒的地方,文章最後比較了一下行業氛圍和環境的問題。嚴謹認真,注重細節     

20 Ways to Eliminate Stress From Your Life

You often see articles on ways to unwind and relax after a stressful day, which I always find useful, but for me the most important advice would be to get to the source of the problem, and cut stress out before it even happens. By careful editing of

[Silverlight入門系列]Silverlight Logging Framework/日誌架構

Logging是記錄系統log的系統,用來記錄異常、事件、錯誤等log。而Silverlight是在用戶端瀏覽器中啟動並執行一個application,如何?Siverlight logging?Silverlight Logging實現方法:1. 在服務端記錄用戶端異常,使用WCF Service或者WCF Ria Service,在服務端實現一個Logging Service,服務端可以使用第三方日誌組件,例如Log4NET,具體思路和實現可以參考老外這篇文章《Silverlight

jQuery 1.4 Released ( jQuery 1.4 發布)

文章目錄 Performance Overhaul of Popular MethodsEasy Setter FunctionsAjax In celebration of jQuery’s 4th birthday, the jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of

IList(T)轉換DataSet

using System.Data;using System.Collections.Generic; #region Convert IList<T> to DataSet /// <summary>/// Converts to data set./// </summary>/// <typeparam name="T"></typeparam>/// <param name="list">The

The Simple Life

文章目錄 The simple life, although hard to reach it in a big city… The simple life, although hard to reach it in a big city…Quiet mornings. Sing-a-long songs with my toddlers in the car. Sunset and a beer with my wife.

[Silverlight入門系列]Error: 2104 Could not download the Silverlight application. Check web server settin

今天遇到奇怪的錯誤:Line: 56 Error: Unhandled Error in Silverlight Application Code: 2104    Category: InitializeError       Message: Could not download the Silverlight application. Check web server settings  網上搜了一下解決方案,大部分都是配置IIS,設定.xap檔案類型等,但我是vs2

Leading by Example

It takes discipline for development teams to benefit from modern software engineering conventions.If your team doesn't have the right kind of engineering discipline, thetools and processes you use are almost irrelevant. I advocated as muchin

[Silverlight入門系列]CopyLocal=False or CopyLocal=True?

今天調試Silverlight項目的時候發現一個錯誤,說請注意CopyLocal屬性的值,我是手動把添加引用的dll改為CopyLocal=False了,MSDN對於這個屬性的解釋如下:The project-assigned value of CopyLocal is determined in the following order:  If the reference is another project, called a project-to-project reference,

績效考核指標

  我們公司對軟體工程師的績效考核由上級和客戶兩方面進行,以下考核指標:1.        架構設計2.        編程能力3.        (技術創新)4.        測試能力5.        項目支援6.        文檔編寫7.        客戶滿意度8.        業務能力9.        解決問題能力10.    獨立工作能力11.    技術管理能力12.    溝通交流能力13.    遵規守紀14.    主動性15.    責任感 

Google發現的十大真理

Our Philosophy以使用者為中心,其他一切紛至遝來。最好的方式是將一件事情做到極致。快比慢好。網路需要民主的作風。您不必坐在台式機前也能獲得所需的答案。您可以通過正當途徑賺錢。資訊始終在不斷地累加。對資訊的需求超越了國界。沒有西裝革履也一樣嚴肅認真。只是優秀還不夠。Never settle for the best "The perfect search engine," says Google co-founder Larry Page, "would understand

[Silverlight入門系列]Prism4的ModulesCatalog.xaml詳解

Prism中ModulesCatalog.xaml這個檔案是用來定義各個模組的,典型的XML檔案例如: 1: <Modularity:ModuleCatalog xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 2: xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 3:

團隊管理中的有效溝通

   最近看了餘博士的《有效溝通》管理培訓,談談對於團隊管理中溝通的一些個人感想。每個人表達的方式不一樣,有的善談,有的善聽,有的善行。善於交談不等於有效溝通,對於個人、企業和社會來說,評價有效溝通的標準應該取決具體的溝通是否有利於問題的解決;是否對人的發展及企業和社會有貢獻。而溝通的目的和意義,對於企業和個人來說,他認為最終目的就是為瞭解決問題,通過解決問題做好企業和社會中的事。而就IT項目成員來講,大多數成員不是很善於言談,因為大多數人基本上和電腦相處的時間比較多,而與人溝通技巧上相對缺乏。

Pair Programming vs. Code Reviews

Tom Dommett wrote in to share his positive experience with pair programming:The idea is two developers work on the same machine. Both have keyboardand mouse. At any given time one is driver and the other navigator. Theroles switch either every hour,

Aptana+Zen Coding,UltraEdit+Zen Coding,Dreamwaver+Zen Coding 超快寫HTML無敵!

Zen Coding寫HTML和CSS真是超爽無敵了,輸入:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->div#header>ul.navigation>li*4>a按下快速鍵,輸出:代碼Code highlighting produced by Actipro CodeHighlighter (freeware)http://

.net招人面試題

公司要招人,我準備了一些面試題,大概如下:簡述 private、 protected、 public、 internal

總頁數: 61357 1 .... 3889 3890 3891 3892 3893 .... 61357 Go to: 前往

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.