資源簡(jiǎn)介
本PPT分別介紹了Web程序設(shè)計(jì)基礎(chǔ)、HTML和XML、CSS、JavaScript腳本語言、C#語法、服務(wù)器端控件、Web數(shù)據(jù)庫、數(shù)據(jù)綁定、Web Service、AJAX技術(shù)等內(nèi)容。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
namespace?e06_02
{
????class?Program
????{
????????static?void?Main(string[]?args)
????????{
????????????byte?byte1?=?0x9a;???//binary?10011010decimal?154
????????????byte?byte2?=?0xdb;???//binary?11011011decimal?219
????????????byte?result;
????????????System.Console.WriteLine(“byte1?=?“?+?byte1);
????????????System.Console.WriteLine(“byte2?=?“?+?byte2);
????????????//bitwise?AND
????????????result?=?(byte)(byte1?&?byte2);
????????????System.Console.WriteLine(“byte1?&?byte2?=?“?+?result);
????????????//bitwise?OR
????????????result?=?(byte)(byte1?|?byte2);
????????????System.Console.WriteLine(“byte1?|?byte2?=?“?+?result);
????????????//bitwise?exclusive?OR
????????????result?=?(byte)(byte1?^?byte2);
????????????System.Console.WriteLine(“byte1?^?byte2?=?“?+?result);
????????????//bitwise?NOT
????????????result?=?(byte)~byte1;
????????????System.Console.WriteLine(“~byte1?=?“?+?result);
????????????//left?shift
????????????result?=?(byte)(byte1?<1);
????????????System.Console.WriteLine(“byte1?<1?=?“?+?result);
????????????//right?shift
????????????result?=?(byte)(byte1?>>?1);
????????????System.Console.WriteLine(“byte1?>>?1?=?“?+?result);
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-04-19?19:56??新建文件夾\
?????文件??????650240??2013-01-24?12:06??新建文件夾\Chap01_Web程序設(shè)計(jì)基礎(chǔ).ppt
?????文件?????1056256??2013-01-24?12:07??新建文件夾\Chap02_HTML與xm
?????文件??????756736??2013-01-24?12:07??新建文件夾\Chap03_利用CSS布局網(wǎng)頁.ppt
?????文件?????1924608??2013-01-24?12:07??新建文件夾\Chap04_ja
?????文件??????465920??2013-01-24?12:09??新建文件夾\Chap05_ASP.NET基礎(chǔ).ppt
?????文件??????545792??2013-01-24?12:10??新建文件夾\Chap06_C#語言基礎(chǔ).ppt
?????文件??????723456??2013-01-24?12:10??新建文件夾\Chap07_服務(wù)器端控件.ppt
?????文件??????666112??2013-01-24?12:11??新建文件夾\Chap08_常用對(duì)象.ppt
?????文件??????779776??2014-11-21?20:34??新建文件夾\Chap09_訪問Web數(shù)據(jù)庫.ppt
?????文件??????856064??2014-12-09?09:36??新建文件夾\Chap10_數(shù)據(jù)綁定.ppt
?????目錄???????????0??2015-04-19?19:56??新建文件夾\源代碼\
?????目錄???????????0??2015-04-19?19:56??新建文件夾\源代碼\chap02\
?????文件?????????560??2011-03-27?22:26??新建文件夾\源代碼\chap02\bookstore.xm
?????文件?????????162??2011-01-14?15:08??新建文件夾\源代碼\chap02\person.css
?????文件?????????123??2013-01-21?12:41??新建文件夾\源代碼\chap02\person.dtd
?????文件??????????98??2011-01-14?15:03??新建文件夾\源代碼\chap02\person.xm
?????文件?????????361??2013-01-21?12:44??新建文件夾\源代碼\chap02\person.xsd
?????文件?????????481??2011-01-16?11:37??新建文件夾\源代碼\chap02\person.xslt
?????文件?????????150??2011-01-14?15:04??新建文件夾\源代碼\chap02\person_css.xm
?????文件?????????251??2011-01-16?11:37??新建文件夾\源代碼\chap02\person_xslt.xm
?????文件?????????533??2013-01-21?12:31??新建文件夾\源代碼\chap02\例2-1.htm
?????文件?????????508??2013-01-21?12:33??新建文件夾\源代碼\chap02\例2-2.htm
?????文件?????????901??2013-01-21?12:35??新建文件夾\源代碼\chap02\例2-3.htm
?????目錄???????????0??2015-04-19?19:56??新建文件夾\源代碼\chap03\
?????文件????????1746??2013-01-22?08:48??新建文件夾\源代碼\chap03\CSS盒子.htm
?????文件?????????353??2011-01-16?12:41??新建文件夾\源代碼\chap03\例3-1welcome.htm
?????文件?????????481??2014-09-21?20:55??新建文件夾\源代碼\chap03\例3-1welcome_css.htm
?????文件?????????507??2011-01-21?23:06??新建文件夾\源代碼\chap03\例3-2.htm
?????目錄???????????0??2015-04-19?19:56??新建文件夾\源代碼\chap04\
?????文件?????????240??2013-01-21?13:14??新建文件夾\源代碼\chap04\04-01.html
............此處省略345個(gè)文件信息
評(píng)論
共有 條評(píng)論