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

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

火技術(shù)

  • This function is another tutorial on how to do computer vision type stuff with Octave/Matlab. It sh

    This function is another tutorial on how to do computer vision type stuff with Octave/Matlab. It shows how to implement Hartley and Zisserman s "DLT" algorithm for estimating a homography from point correspondences

    標簽: function computer tutorial another

    上傳時間: 2013-12-21

    上傳用戶:ruixue198909

  • Client/Server application. This application was written using RMI Java. It resolve "access to critic

    Client/Server application. This application was written using RMI Java. It resolve "access to critical section " example problem. To use this program you should change in *.bat / *.sh files the java path according in your computer

    標簽: application resolve written Client

    上傳時間: 2013-12-03

    上傳用戶:hxy200501

  • Word排版藝術

    Word排版藝術,現代人雖說是辦公Office必會,但未必對于一個簡單的Word能用得如火純青,本文對于覺得有必要提升使用word技術的人是一本不可多得的寶典!

    標簽: Word 排版

    上傳時間: 2017-07-26

    上傳用戶:ommshaggar

  • This project solves the purpose of creating vb6 application using oracle database in back end. It sh

    This project solves the purpose of creating vb6 application using oracle database in back end. It shows how to handle the record with the oracle. my other source codes are at: http://www.developerssourcecode.com Shyam Singh Chandel

    標簽: application creating database project

    上傳時間: 2013-12-18

    上傳用戶:清風冷雨

  • linux下快速進入目錄的工具 qdir 解壓后運行install即可

    linux下快速進入目錄的工具 qdir 解壓后運行install即可,最好將qd.sh文件的倒數第而行改為rm -rf "$QD"。比如在工作目錄下 \home\AAA\BBB\CCC\DDD\EEE\FFF\GGG,運行qd –s . 即可,用qd –e可以看到: 1 \home\AAA\BBB\CCC\DDD\EEE\FFF\GGG 我們又到一個目錄,\home\MyName\ AAA\BBB\CCC\DDD\EEE\FFF\GGG, 運行qd –s . 2,可以將這個目錄設置在第二個位置,用qd –e可以看到: 1 \home\AAA\BBB\CCC\DDD\EEE\FFF\GGG 2 \home\MyName\ AAA\BBB\CCC\DDD\EEE\FFF\GGG 這樣我們在任何目錄下,鍵入qd –e 1就立刻進入\home\AAA\BBB\CCC\DDD\EEE\FFF\GGG目錄,鍵入qd –e 2就立刻進入\home\MyName\ AAA\BBB\CCC\DDD\EEE\FFF\GGG ,可以做到工作目錄瞬間轉換。

    標簽: install linux qdir 目錄

    上傳時間: 2014-01-20

    上傳用戶:520

  • log4cxx 0.10 unix下編譯包

    log4cxx 0.10 unix下編譯包,已經集成unix下所有需要的依賴包,直接執行編譯角本compile.sh就可以得到你所需要的一編譯包

    標簽: log4cxx 0.10 unix 下編譯

    上傳時間: 2013-12-14

    上傳用戶:我干你啊

  • 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

    上傳用戶:蟲蟲蟲蟲蟲蟲

  • swt帶dnd應用的網址收藏夾源碼

    swt帶dnd應用的網址收藏夾源碼,使用xml語言作為數據技久支持,對網址進行分類,收藏,技持拖放技術---全是自己寫的源碼

    標簽: swt dnd 網址 源碼

    上傳時間: 2017-09-26

    上傳用戶:杜瑩12345

  • samba服務器實驗指導

    第一節、samba是干什么的?它有什么用? Samba(SMB是其縮寫) 是一個網絡服務器,它是Linux作為本地服務器最重要的一個服務,用于Linux和Windows共享文件之用;Samba可以用于Windows和 Linux之間的共享文件,也一樣用于Linux和Linux之間的共享文件;不過對于Linux和Linux之間共享文件有更好的網絡文件系統 NFS,NFS也是需要架設服務器的; 2、安裝及服務操作命令 安裝samba程序非常簡單,使用rpm -q samba查看當前系統是否已經安裝了samba軟件。 如果沒有那就進入光盤,rpm -ivh *samba*.rpm即可。 仔細說下安裝的包: samba-common-3.0.28-0.el5.8    //samba服務器和客戶端中的最基本文件 samba-3.0.28-0.el5.8           //samba服務器核心軟件包 system-config-samba-1.2.39-1.el5     //samba圖形配置界面 samba-client-3.0.28-0.el5.8          //samba客戶端軟件   啟動、暫停和停止服務: /etc/init.d/smb start /etc/init.d/smb stop /etc/init.d/smb restart 或 service smb start service smb stop service smb restart   第二節、由最簡單的一個例子說起,匿名用戶可讀可寫的實現 第一步: 更改smb.conf 我們來實現一個最簡單的功能,讓所有用戶可以讀寫一個Samba 服務器共享的一個文件夾;我們要改動一下smb.conf ;首先您要備份一下smb.conf文件; [root@localhost ~]# cd /etc/samba [root@localhost samba]# cp smb.conf smb.conf.bak [root@localhost samba]# vi smb.conf 或geidt smb.conf & 然后我們把下面這段寫入smb.conf中:   [global] workgroup = WORKGROUP netbios name = Liukai server string = Liukai's Samba Server security = share [test]         path = /opt/test         writeable = yes         browseable = yes         guest ok = yes 注解: [global]這段是全局配置,是必段寫的。其中有如下的幾行; workgroup 就是Windows中顯示的工作組;在這里我設置的是WORKGROUP (用大寫); netbios name 就是在Windows中顯示出來的計算機名; server string 就是Samba服務器說明,可以自己來定義;這個不是什么重要的; security 這是驗證和登錄方式,這里我們用了share ;驗證方式有好多種,這是其中一種;另外一種常用的是user的驗證方式;如果用share呢,就是不用設置用戶和密碼了; [test] 這個在Windows中顯示出來是共享的目錄; path = 可以設置要共享的目錄放在哪里; writeable 是否可寫,這里我設置為可寫; browseable 是否可以瀏覽,可以;可以瀏覽意味著,我們在工作組下能看到共享文件夾。如果您不想顯示出來,那就設置為 browseable=no,guest ok 匿名用戶以guest身份是登錄; 第二步:建立相應目錄并授權 [root@localhost ~]# mkdir -p /opt/test [root@localhost ~]# id nobody uid=99(nobody) gid=99(nobody) groups=99(nobody) [root@localhost ~]# chown -R nobody:nobody /opt/test 注釋:關于授權nobody,我們先用id命令查看了nobody用戶的信息,發現他的用戶組也是nobody,我們要以這個為準。有些系統nobody用戶組并非是nobody ; 第三步:啟動服務器 第四步:訪問Samba 服務器的共享; 1、在Linux 中您可以用下面的命令來訪問; [root@localhost ~]# smbclient -L //liukai或 smbclient //192.168.0.94/test Password: 注:直接按回車 2、在Windows中,您可以用下面的辦法來訪問; \\liukai  或  \\192.168.0.94 3、說明:如果用了netbiosname,就可以用“\\主機名”來訪問,如果沒用netbiosname,就不能用主機名訪問。   第三節、簡單的密碼驗證服務器 修改smb.conf文件: security = user guest account = liukai encrypt passwords = yes smb passwd file = /etc/samba/smbpasswd 然后,建立一個新用戶 useradd liukai passwd liukai 成功后,cat /etc/passwd | mksmbpasswd.sh > /etc/samba/smbpasswd smbpasswd -a liukai 這就成功地添加了一個smb用戶。 重啟服務,使用這個用戶進行登錄即可。    

    標簽: samba 嵌入式

    上傳時間: 2015-05-13

    上傳用戶:yangkang1192

  • 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

主站蜘蛛池模板: 蒙城县| 海城市| 伊通| 扶沟县| 汽车| 安庆市| 酉阳| 汽车| 云和县| 顺昌县| 天台县| 闵行区| 宕昌县| 湖北省| 芜湖县| 佛冈县| 饶平县| 栖霞市| 新田县| 黎川县| 科技| 寿光市| 南丹县| 铜山县| 澳门| 宽城| 大方县| 武宣县| 增城市| 大方县| 凌海市| 青岛市| 铜川市| 曲周县| 准格尔旗| 宁强县| 惠东县| 穆棱市| 农安县| 蓝山县| 盐亭县|