亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

jrc-src

  • 用eclipse打開 在eclipse左側包資源管理器中右鍵選擇導入 然后選擇現有項目到工作空間中

    用eclipse打開 在eclipse左側包資源管理器中右鍵選擇導入 然后選擇現有項目到工作空間中,點下一步 在選擇根目錄中選擇壓縮包解壓后的目錄,單擊完成即可 用eclipse新建 新建項目 新建源文件夾src,及對應三個類 新建文件夾pic,與src同目錄,放置圖片

    標簽: eclipse 資源管理器 項目

    上傳時間: 2017-07-16

    上傳用戶:ynzfm

  • 最簡單的生成驗證碼圖片的程序

    最簡單的生成驗證碼圖片的程序,在頁面中的圖像標記中設置其src為該servlet即可。

    標簽: 程序

    上傳時間: 2014-12-06

    上傳用戶:moerwang

  • GAUSS軟件的CML模塊

    GAUSS軟件的CML模塊,下載后解壓復制到gauss程序的SRC文件夾中。

    標簽: GAUSS CML 軟件 模塊

    上傳時間: 2013-12-22

    上傳用戶:sdq_123

  • NetGUI v0.4.1 INSTALL Instructions Pedro de la

    NetGUI v0.4.1 INSTALL Instructions Pedro de las Heras Quiros pheras@gmail.com 1. Install netkit (www.netkit.org) 2. Compile src/*java 3. mv src/*class bin 4. Edit and adapt bin/netgui.sh 5. Run bin/netgui.sh

    標簽: Instructions INSTALL NetGUI Pedro

    上傳時間: 2013-12-20

    上傳用戶:蟲蟲蟲蟲蟲蟲

  • │ .classpath │ .project │ 404.html │ index.html │ welcome.html │ ├─bin │ └─com │

    │ .classpath │ .project │ 404.html │ index.html │ welcome.html │ ├─bin │ └─com │ └─accp │ └─demo │ └─socket │ Client.class │ HttpServer.class │ Server.class │ └─src └─com └─accp └─demo └─socket Client.java HttpServer.java Server.java

    標簽: html classpath project welcome

    上傳時間: 2013-12-19

    上傳用戶:csgcd001

  • linux

    簡單命令使用grep等的使用 [zorro@isch ~]$ history     1  ifconfig     2  su     3  exit     4  ls     5  cd Desktop/     6  ls     7  tar zxcf VMwareTools-8.4.5-324285.tar.gz      8  tar zxvf VMwareTools-8.4.5-324285.tar.gz      9  cd  vmware-tools-distrib/    10  ls    11  ./vmware-install.pl     12  su    13  ls    14  cd ..    15  ls    16  rm VMwareTools-8.4.5-324285.tar.gz     17  rm -r vmware-tools-distrib    18  ls    19  make    20  ls    21  cd redis/    22  quit    23  ls    24  ca redis/    25  cd redis/    26  cd redis-2.8.17    27  make    28  cd redis-2.8.17    29  ls    30  cd redis-2.8.17    31  cd str    32  cd src    33  ls    34  ./redis-cli    35  ls    36  cd redis-2.8.17 tar.gz    37  make    38  cd src    39  ./redis-server .. /redis.conf    40  ./redis-cli    41  ./redis-server ../redis.conf    42  vi test1.sh    43  ./test1.sh    44  vi test.sh    45  ./test.sh    46  ls    47  chmod 777 test.sh    48  ./test.sh    49  vi express    50  $ grep –n ‘the’ express    51  clear    52  grep -n 'the' express    53  vi express    54  grep -n 'the' express    55  grep -vn 'the'express    56  grep -vn 'the' express    57  grep -in 'the' express    58  vi test2.c    59  grep -l 'the' *.c     60  grep -n 't[ae]st' express    61  grep -n 'oo' express    62  grep -n '[^g]oo' express    63  grep -n '[a^z]oo' express    64  grep -n '[0^9]' express    65  grep -n '^the' express    66  vi express    67  sed -e 'd' express    68  sed -e '1d' express    69  sed -e '1~7d' express    70  sed -e '$d' express     71  sed -e '1,/^$/d' express     72  ls    73  cd    74  pwd    75  history [zorro@isch ~]$ 

    標簽: 簡單命令使用

    上傳時間: 2016-05-24

    上傳用戶:12345678gan

  • zj智能卡Src

    一個支持多應用智能卡源碼,其中的文件系統很好。

    標簽: Src 智能卡

    上傳時間: 2016-08-19

    上傳用戶:zhaistone

  • src人臉識別

    稀疏人臉識別,基于稀疏表示的人臉識別方法與綜述

    標簽: src人臉識別 基于稀疏矩陣的人臉識別

    上傳時間: 2016-09-23

    上傳用戶:Odelia

  • CCS樣式選擇符設計

    CCS樣式選擇符,初學者,設計,DW,網頁制作,大一作業 部分預覽: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CSS樣式選擇符</title> <style type="text/css">  body  { background-image:url(images/%E8%83%8C%E6%99%AF%E5%9B%BE%E7%89%87.jpg); background-repeat:repeat;  }    .class1  { text-align:center; font-weight:bolder;  }  .class2  { font-family:"仿宋"; text-indent:8em;  }    .class3  { font-size:18px; font-family:"宋體"; text-indent:4em;  }    #id1  { font-family:Zombie, Verdana, "Comic Sans MS"; font-style:oblique; font-size:64px;  }    #id2  { font-family:"黑體"; font-size:36px;  }  #id3  { color:#F69; font-weight:bolder; text-shadow:#FCC;  } </style> </head> <body>  <table width="780" height="1555" border="0" cellspacing="0" align="center" bgcolor="#FFFFFF">   <tr height="30">    <td align="center"><img src="images/頂部圖片.jpg" /></td>   </tr>

    標簽: CCS 網頁設計

    上傳時間: 2017-12-07

    上傳用戶:圈圈Ace

  • notepad2_4.2.25漢化資源文件

    notepad2_4.2.25漢化資源文件 CSDN-tags:notepad2 sChinese 中文rc資源 Notepad2中文資源修改自: http://www.flos-freeware.ch/zip/notepad2_4.2.25_src.zip\src\Notepad2.rc

    標簽: notepad2 25 漢化 資源

    上傳時間: 2018-09-08

    上傳用戶:xxagri

主站蜘蛛池模板: 阳高县| 尼勒克县| 台南县| 开封县| 胶州市| 新和县| 镇远县| 通渭县| 洞口县| 慈利县| 宜章县| 旬阳县| 开远市| 瑞金市| 南昌县| 西乌珠穆沁旗| 波密县| 四平市| 将乐县| 定南县| 黄石市| 武城县| 新竹县| 凤冈县| 五指山市| 建阳市| 井冈山市| 达日县| 吐鲁番市| 鲁山县| 黔南| 青浦区| 连城县| 双鸭山市| 南充市| 镇赉县| 天津市| 永济市| 曲阜市| 辉县市| 厦门市|