Time of Update: 2018-12-05
參考了:http://www.cnblogs.com/xingshao/archive/2009/09/11/1564938.html 改進的地方: 1、ashx返回json資料,減少傳輸資料量,html頁面樣式控制也比較靈活;2、改寫html頁的jQuery代碼;3、把3個ashx檔案簡化為1個。一、建立表的測試資料: create table test(id int identity,title varchar(36))declare @index int;set @index =
Time of Update: 2018-12-05
首頁:http://galleria.aino.se/下載 使用非常簡單,下面是例子:<html xmlns="http://www.w3.org/1999/xhtml"><head><script type="text/javascript" src="jquery-1.4.2.min.js"></script><script type="text/javascript"
Time of Update: 2018-12-05
代碼Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><%@ Page Language="C#" AutoEventWireup="true" CodeFile="JqueryTest.aspx.cs" Inherits="JqueryTest" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML
Time of Update: 2018-12-05
<html > <head> <meta http-equiv="Content-Type" content="text/html; charset=gbk" /> <script type="text/javascript" src="jquery-1.3.2.js"></script>//注意要匯入Jquery的類庫 <script language="javascript">
Time of Update: 2018-12-05
來源:http://code.google.com/p/lwrte/應用例子:<html xmlns="http://www.w3.org/1999/xhtml"><head><title>A Light weight RTE jQuery Plugin</title><link type="text/css" rel="stylesheet" href="jquery.rte.css" /><script type="text/
Time of Update: 2018-12-05
在之前,我對MSSQL中的內串連和外串連所得出的資料集不是很清楚。這幾天重新溫習了一下SQL的書本,現在的思路應該是很清楚了,現在把自己的理解發出來給大家溫習下。希望和我一樣對SQL的串連語句不太理解的朋友能夠有所協助。(發這麼菜的教程,各位大大們別笑話偶了,呵:D ) 有兩個表A和表B。 表A結構如下: Aid:int;識別值種子,主鍵,自增ID Aname:varchar 資料情況,即用select * from A出來的記錄情況如1所示: 圖1:A表資料 表B結構如下:
Time of Update: 2018-12-05
XML檔案內容:<?xml version="1.0" encoding="UTF-8"?><book><book1 ip="sco01" url="www.163.com"><z1 name="第一章" content="做人"><j1 name="第一節">我要做個好人,請help help我,hohoho^_^ !</j1><j2 name="第二節">但我還是想做回壞人哦:)
Time of Update: 2018-12-05
首先引入命名空間 using Microsoft.VisualBasic; #region 轉換成簡體體中文 /// <summary> /// 轉換成簡體體中文 /// </summary> public static string ToSChinese(string str) { return Strings.StrConv(str, VbStrConv.SimplifiedChinese, 1033);
Time of Update: 2018-12-05
1.按姓氏筆畫排序:Select * From TableName Order By CustomerName Collate Chinese_PRC_Stroke_ci_as 2.資料庫加密:select encrypt('原始密碼')select pwdencrypt('原始密碼')select pwdcompare('原始密碼','加密後密碼') = 1--相同;否則不相同 encrypt('原始密碼')select pwdencrypt('原始密碼')select pwdcompare(
Time of Update: 2018-12-05
比較麻煩,把他記錄下來。前台UI:實現的類代碼:
Time of Update: 2018-12-05
關於ORACLE提示:"System.Data.OracleClient.OracleException: ORA-06550: 第 1 行, 第 7 列: \nPLS-00306: 調用 'xxxxxx' 時參數個數或類型錯誤\nORA-06550: 第 1 行, 第 7 列: \nPL/SQL: Statement ignored\n\r\n
Time of Update: 2018-12-05
flash檔案下載/Files/xiachufeng/focus1.swf 前台代碼: <div runat="server" id="flashTD"></div> 後台代碼/// <summary> /// 動態綁定flash 中的圖片,圖片標題 /// </summary> public void showFlash() { IList<NewsArticle> articleList =
Time of Update: 2018-12-05
1. Oracle10g安裝過程中出現“無法確定主機的IP地址時產生該異常錯誤”。(本機設定自動獲得IP地址)Oracle在用Net Configuraton配置網路服務名時需要取系統的IP地址,而如果解析IP地址錯誤就會出現上述異常。經修改c:\windows\system32\drivers\etc\hosts檔案來手動解析後安裝成功,檔案內容如下:127.0.0.1 localhost192.168.1.102 ldgis2.檢查完成。此次檢查的總體結果為: 未執行
Time of Update: 2018-12-05
代碼 Code highlighting produced by Actipro CodeHighlighter
Time of Update: 2018-12-05
test.htmlview plaincopy to clipboardprint?<html> <head> <title>表單驗證</title> <mce:script src="jquery-1.3.2.min.js" mce_src="jquery-1.3.2.min.js" type="text/javascript"></mce:script> <mce:script
Time of Update: 2018-12-05
比較麻煩,把他記錄下來。前台UI:實現的類代碼: 程式碼/// <summary> /// 多條件組合查詢 /// </summary> /// <param name="suppliercode">供應商代碼</param> /// <param name="materialcode">物料代碼</param> /// <param name="
Time of Update: 2018-12-05
<html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title> <style type="text/css"> .content { border: 1px solid #ccc; width: 440px; overflow:
Time of Update: 2018-12-05
jQuery實戰(一) 從ITCAST上看到出了個jQuery實戰的視頻(http://www.itcast.net/portal/courses/unit/198),目前不用錢,呵呵,昨晚看了一下,覺得很不錯,遂記錄下來,以便日後複習!!! JQuery實戰課程是一個系列課,採用每節課動手實戰一個執行個體效果的方式來介紹如何使用JQuery快速開發AJAX前端應用,並結合執行個體介紹一些前端開發中HTML,CSS,Javascript的知識以及跨瀏覽器差異問題的解決方案。
Time of Update: 2018-12-05
來源:http://coffeescripter.com/code/ad-gallery/<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><head><link rel="stylesheet" type="text/css" href="jquery.ad-gallery.css">
Time of Update: 2018-12-05
--題目:編寫一個數據庫觸發器,當任何時候某個部門的從dept表中刪除的時,該觸發器將從emp表中刪除該部門的所有雇員。 CREATE OR REPLACE TRIGGER TRI_G1 BEFORE DELETE ON DEPT FOR EACH ROW BEGIN DELETE FROM emp where DEPORTNO=:OLD.DEPT_NO; END; select * from emp select * froM DEPT INSERT INTO