解壓上傳到BBS目錄 link_txt.txt 權(quán)限設(shè)置為可寫(xiě)可修改,linux下設(shè)置為777 導(dǎo)入插件:discuz_plugin_friendlink http://www.bbscode.com/html/chajian/Discuz-houtaiyanzheng-duli-like-page/
上傳時(shí)間: 2013-12-29
上傳用戶(hù):redmoons
Perl and XML XML is a text-based markup language that has taken the programming world by storm. More powerful than HTML yet less demanding than SGML, XML has proven itself to be flexible and resilient. XML is the perfect tool for formatting documents with even the smallest bit of complexity, from Web pages to legal contracts to books. However, XML has also proven itself to be indispensable for organizing and conveying other sorts of data as well, thus its central role in web services like SOAP and XML-RPC. As the Perl programming language was tailor-
標(biāo)簽: programming text-based XML language
上傳時(shí)間: 2014-01-07
上傳用戶(hù):jichenxi0730
查錯(cuò)問(wèn)題 文件名:check.* 輸入文件:check.in(文本文件,選手按規(guī)定格式自行創(chuàng)建) 輸出文件:check.out(文本文件) 問(wèn)題描述: 很多英文文本編輯軟件都具有輔助查錯(cuò)功能。現(xiàn)在有一個(gè)標(biāo)準(zhǔn)的詞庫(kù),請(qǐng)根據(jù)該標(biāo)準(zhǔn)詞庫(kù)編制程序?qū)崿F(xiàn)查錯(cuò)功能。 輸入格式: 從文本文件check.in中讀入數(shù)據(jù)。 第一行一個(gè)整數(shù)N(N≤10000),表示標(biāo)準(zhǔn)詞庫(kù)中單詞的個(gè)數(shù)。 第2--N+1行,每行一個(gè)標(biāo)準(zhǔn)單詞,單詞的長(zhǎng)度不超過(guò)10。 第N+2行開(kāi)始為待查文本,其單詞間用空格(或連續(xù)空格)分隔,單詞的個(gè)數(shù)不會(huì)超過(guò)1000。 輸出格式: 輸出到文本文件check.out中。 (1)第一行開(kāi)始輸出拼錯(cuò)的單詞; (2)最后一行輸出一個(gè)整數(shù)表示拼錯(cuò)的單詞總數(shù)。(拼錯(cuò)相同的單詞重復(fù)計(jì)數(shù)) 注意:如果一個(gè)單詞在字典中無(wú)法找到,那么我們就認(rèn)為這個(gè)單詞拼錯(cuò)了。 輸入樣例: 3 like this we we like the sport 輸出樣例: the sport
上傳時(shí)間: 2013-11-28
上傳用戶(hù):2404
在PC機(jī)上運(yùn)行cadence需要先運(yùn)行命令:source filename,此處filename指.cshrc,或其他具有該文件內(nèi)容但名字不同的文件,該文件必須有set DISPLAY 本機(jī)IP:0.0 語(yǔ)句,同時(shí)應(yīng)將其他雷同設(shè)置封住.可以先從工作站上下載.cshrc文件,然后用notepad修改顯示設(shè)置相,不可用其他編輯器,否則文本文件格式會(huì)不一樣.記住,必須將顯示器設(shè)置為256色.
標(biāo)簽: filename DISPLAY cadence source
上傳時(shí)間: 2014-09-07
上傳用戶(hù):dsgkjgkjg
This text introduces the spirit and theory of hacking as well as the science behind it all it also provides some core techniques and tricks of hacking so you can think like a hacker, write your own hacks or thwart potential system attacks. 我記得好像的關(guān)于緩沖區(qū)溢出的
標(biāo)簽: introduces the hacking science
上傳時(shí)間: 2014-08-14
上傳用戶(hù):Breathe0125
HHT_and_intrduction_of_the_author_huang,this pdf include lots of picture just like a ppt
標(biāo)簽: HHT_and_intrduction_of_the_author huang
上傳時(shí)間: 2014-01-24
上傳用戶(hù):hzy5825468
A java GUI interface program used to download a batch of files in a specified URL, or a kind of similar files like pic01, pic02, pic03, ..., pic99, etc. And it can download all the links of index.html automatically.
標(biāo)簽: interface specified download program
上傳時(shí)間: 2017-02-16
上傳用戶(hù):大三三
To review what a metaball is, and how to render them and to describe a new optimization I ve made for rendering metaballs. For complex scenes, it can render hundreds of times faster, though I m certain others have discovered this trick as well. It does very slightly change the characteristic shape of the blobs, but there is no loss in image quality whatsoever. (I actually developed all this about two years ago, but just now felt like writing it all down, and had the time!)
標(biāo)簽: optimization and metaball describe
上傳時(shí)間: 2013-12-27
上傳用戶(hù):彭玖華
Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard exe projects 1. Packager 2. Setup1 The packager works like Visual basic Application deployment Wizard. And the setup1 project is used for the installation of the package. This project demonstrates how to compile visual basic project without launching the Vb6 kit and retrieving the dependency Files of any Visual basic project (although roughly done without any specific algorithm), Somebody can help me with this. I don’ t have time for the project, so I don’ t want any comment on the code indentation or arrangement and variable scoping. Comments are in the code therefore it would not be a problem to understand the code. If anyone wants to vote, I will like it Oh! I found some of the setup1 code and modify it with new features, so i have no or less credit for the setup1 project I felt like sharing code with PSCites. Thats why I made it
標(biāo)簽: Visual Basic Developers Installer
上傳時(shí)間: 2017-02-26
上傳用戶(hù):FreeSky
Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the tool I developed has a compatible Java version. I checked the Java SDK documentation before writing my own code, and found that almost everything I needed is already there, like the C++ case.
標(biāo)簽: XYDataArray template article posted
上傳時(shí)間: 2017-03-03
上傳用戶(hù):問(wèn)題問(wèn)題
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1