(傳個破圖片真費勁)言歸正傳這是別人發的一個文章但是我實在想知道這些問題答案(越清楚越好)所以我自己在補發一次,望各位大仙多多支援,謝謝
眾仙家快快施展神通吧
回複討論(解決方案)
這麼大力度怎麼還沒有人回啊
你把題目抄一遍,可能就有人回應了
你把題目抄一遍,可能就有人回應了
若非他們看不到圖片?
我都不看,我又不是 OCR
我都不看,我又不是 OCR
還是不理解什麼是OCR呢?
OCR (Optical Character Recognition,光學字元辨識)
你把題目抄一遍,可能就有人回應了
這句話我不懂什麼意思?
眾仙家有沒有“良廁”啊!但說無妨凡是參與留言者都有分拿
據說參與留言者都有分拿.
因此我留言了
凡參與者都有獎!
為了這句話,我來留言了
希望能得獎
我只會動感光波可以得獎嗎
第七題
dbmopen() ;dbase_open() ;filepro() ;filepro_rowcount() ;filepro_retrieve() ;
首先感謝眾仙家捧場其次是有沒有其他大仙有“良廁”啊
參與的一定會有獎的
參與有獎 參與有獎~~~~~~~
我是來參與的。。。
我是來蹭分的!
若有那個“大蝦”可以回答出幾個來趕快大顯身手吧。今天18點之前結貼福利就沒嘍當然捧場同學還會予以獎勵的
就知道第十個
這是全能型的嗎?前端後端都有了。還有營運。。。
1.
'; } // some more function below // ... } class TextShop { //這是一個文印處理店,只文印,賣紙,不照相 private $printer; public function __construct(Printer $printer) { $this->printer = $printer; } public function sellPaper() { //賣紙 echo 'give you some paper
'; } public function __call($method, $args) { //將代理對象有的功能交給代理對象處理 if(method_exists($this->printer, $method)) { $this->printer->$method($args); } } } class PhotoShop { //這是一個照相店,只文印,拍照,不賣紙 private $printer; public function __construct(Printer $printer) { $this->printer = $printer; } public function takePhotos() { //照相 echo 'take photos for you
'; } public function __call($method, $args) { //將代理對象有的功能交給代理對象處理 if(method_exists($this->printer, $method)) { $this->printer->$method($args); } } } $printer = new Printer(); $textShop = new TextShop($printer); $photoShop = new PhotoShop($printer); $textShop->printSth(); $photoShop->printSth(); ?>
2.在可點擊的位置上加Google Analytics
3.
減少資料訪問(減少磁碟訪問)
返回更少資料(減少網路傳輸或磁碟訪問)
減少互動次數(減少網路傳輸)
減少伺服器CPU開銷(減少CPU及記憶體開銷)
利用更多資源(增加資源)
4.200w太少,隨便導。大資料可以分表分批導
5.
function Person(){ this.name = “Mike”; this.sayGoodbye = function(){"alert(GoodBye!");};}Person.prototype.sayHello = function(){alert(”Hello!”);};function Student(){}Student.prototype = new Person();
6.低偶合,高內聚。
7.chdir, move_uploaded_file, chgrp, parse_ini_file, chown, rmdir, copy, rename, fopen, require, highlight_file, show_source, include, symlink, link, touch, mkdir, unlink
9.
$file = "temp.txt"; $fp = fopen($file , 'w'); if(flock($fp , LOCK_EX)){ fwrite($fp , "abc\n"); flock($fp , LOCK_UN); } fclose($fp);
10.
echo strtotime('2014-9-23 10:30:25');
蹭蹭分
這麼大力度怎麼還沒有人回啊
回這麼多了……
3 最佳化資料庫 建索引
4mysqldump 匯出
10 strtotime()