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

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

User-rights

  • 一套非常好的新聞管理系統

    一套非常好的新聞管理系統,小蟲新聞管理系統 V1.0(jsp+javabean+mysql)   1.解壓縮 (如解壓縮到D:\tomcat4\webapps\ROOT\news目錄下)   2.進入classes目錄,打開news.txt。    修改mysql.url(數據庫聯接地址及數據庫名),mysql.user(用戶名),mysql.password(密碼),ilog(數據庫聯接池日志文件,請注意路徑分隔符為“\\”,在linux中是“/”);   3.建數據庫,并將database目錄下news.sql導入;news.sql中37行中用戶可修改你想要的密碼,但用戶名admin不能更改,否則不能實現超級管理員的功能   4.運行管理文件 --> admin/index.jsp 對系統進行一些基本設置(首先添加欄目)

    標簽: 新聞 管理系統

    上傳時間: 2015-03-27

    上傳用戶:q123321

  • The ICA/BSS algorithms are pure mathematical formulas, powerful, but rather mechanical procedures: T

    The ICA/BSS algorithms are pure mathematical formulas, powerful, but rather mechanical procedures: There is not very much left for the user to do after the machinery has been optimally implemented. The successful and efficient use of the ICALAB strongly depends on a priori knowledge, common sense and appropriate use of the preprocessing and postprocessing tools. In other words, it is preprocessing of data and postprocessing of models where expertise is truly ne

    標簽: mathematical algorithms mechanical procedures

    上傳時間: 2015-03-31

    上傳用戶:silenthink

  • 在J2ME中實現虛擬代理

    在J2ME中實現虛擬代理,然后過濾user-agent ,用于突破廣東移動等的cmwap限制 使用方法,啟動后將相應軟件(如Opera)的代理設成localhost 8080,即可

    標簽: J2ME 虛擬 代理

    上傳時間: 2014-01-12

    上傳用戶:aappkkee

  • 一、安裝SQL數據庫 1、 打開Microsoft SQL Server 企業管理器 2、 建立一個新的數據庫

    一、安裝SQL數據庫 1、 打開Microsoft SQL Server 企業管理器 2、 建立一個新的數據庫,名稱為 XfokSite_Free (必須為這個名字) 3、選擇該數據庫,點擊鼠標右鍵 -> 所有任務 -> 還原數據庫 -> 從設備 -> 選擇設備 -> 添加 -> 選擇程序目錄下的數據庫里面的文件 二、安裝程序 1、如果程序沒有放在虛擬目錄下,請把所有文件放在網站根目錄下,否則會提示出錯。 三、設置 1、 用文本編輯器打開web.config 2、 找到<add key="SqlConnectionString" value="Data Source=(local) Integrated Security=false Initial Catalog=XfokSite_Free User ID=xfok Password=xfok" /> 紅色部分:數據庫服務器地址,如果為本地地址,請設置為(local),外部請直接修改為IP地址(不要加括號) 深紅部分:數據庫名稱 粉紅部分:SQL數據庫登陸用戶名 藍色部分:SQL數據庫登陸密碼 四、設置完畢! 直接在瀏覽器中敲入地址,來體驗一下心隨我動,網站建設超輕松的快感吧!

    標簽: SQL Microsoft Server 數據庫

    上傳時間: 2015-04-15

    上傳用戶:璇珠官人

  • This the specification of the Enterprise JavaBeansTM architecture.The Enterprise JavaBeans architec

    This the specification of the Enterprise JavaBeansTM architecture.The Enterprise JavaBeans architecture is a component architecture for the development and deployment of componentbased distributed business applications. Applications written using the Enterprise JavaBeans architecture are scalable, transactional, and multi-user secure. These applications may be written once, and then deployed on any server platform that supports the Enterprise JavaBeans specification.

    標簽: Enterprise specification architecture JavaBeansTM

    上傳時間: 2013-12-01

    上傳用戶:牛津鞋

  • Kismet is an 802.11b network sniffer and network dissector. It is capable of sniffing using most wir

    Kismet is an 802.11b network sniffer and network dissector. It is capable of sniffing using most wireless cards, automatic network IP block detection via UDP, ARP, and DHCP packets, Cisco equipment lists via Cisco Discovery Protocol, weak cryptographic packet logging, and Ethereal and tcpdump compatible packet dump files. It also includes the ability to plot detected networks and estimated network ranges on downloaded maps or user supplied image files. Kismet是一個針對IEEE802.11b無線局域網的嗅探和包分析器,支持大多數無線網卡,支持自動檢測UDP、ARP和DHCP的數據包,支持通過CDP協議檢測思科網絡設備,支持加密數據包記錄,采用與Ethereal和Tcpdump兼容的的數據包記錄文件,支持通過用戶提供地圖來檢測和評估無線網絡范圍。

    標簽: network dissector sniffing capable

    上傳時間: 2014-11-26

    上傳用戶:wweqas

  • How to Use Tables With the JTable (in the API reference documentation) class you can display tables

    How to Use Tables With the JTable (in the API reference documentation) class you can display tables of data, optionally allowing the user to edit the data. JTable doesn t contain or cache data it s simply a view of your data. Here s a picture of a typical table displayed within a scroll pane

    標簽: documentation the reference display

    上傳時間: 2013-12-23

    上傳用戶:ayfeixiao

  • Setting and Changing Column Widths By default, all columns in a table start out with equal width,

    Setting and Changing Column Widths By default, all columns in a table start out with equal width, and the columns automatically fill the entire width of the table. When the table becomes wider or narrower (which might happen when the user resizes the window containing the table), all the column widths change appropriately.

    標簽: Changing Setting default columns

    上傳時間: 2015-05-04

    上傳用戶:璇珠官人

  • The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That c

    The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That call is necessary because if the user moves the columns around, the view s index for the column doesn t match the model s index for the column. For example, the user might drag the Vegetarian column (which the model considers to be at index 4) so it s displayed as the first column — at view index 0. Since prepareRenderer gives us the view index, we need to translate the view index to a model index so we can be sure we re dealing with the intended column

    標簽: convertColumnIndexToModel straightforward perhaps fairly

    上傳時間: 2013-12-10

    上傳用戶:it男一枚

  • to show the waveform of audio file and play it on computer Purpose: Familiar with WAV file format a

    to show the waveform of audio file and play it on computer Purpose: Familiar with WAV file format and UI design It should have the following functions: Provide a Graphic User Interface for user to browse the file system and select one WAV file Show the waveform of input audio signal Play the selected WAV file Print the parameters of WAV file such as sampling rate, bit-depth, etc

    標簽: file Familiar computer waveform

    上傳時間: 2015-05-07

    上傳用戶:l254587896

主站蜘蛛池模板: 哈尔滨市| 昌平区| 刚察县| 阿克苏市| 漳平市| 龙游县| 焦作市| 上饶县| 商都县| 手游| 肇东市| 伊川县| 祁东县| 江达县| 沛县| 凌云县| 旌德县| 鹰潭市| 介休市| 恩施市| 常熟市| 昌邑市| 长汀县| 临漳县| 玉门市| 定南县| 赣州市| 运城市| 万宁市| 山东省| 灌阳县| 鄯善县| 札达县| 万盛区| 无棣县| 宁海县| 九江市| 浦县| 建平县| 清丰县| 罗甸县|