刪除b表中與a表不同的記錄 delete from b where not exists( select * from a where a.id=b.id and a. name =b. name ) delete from b where b.id not in ( select a.id from a) or b. name not in ( select a. name from a) delete from v9_pho
update v9_hits SET hitsid = REPLACE(hitsid,c-12-,c-13-) where 1 = ( case when(select COUNT(*) from v9_photo where id=replace(hitsid,c-12-,))0 then 1 else 0 end) updatev9_hitsSEThitsid=REPLACE(hitsid,c-12-,c-13-) fromv9_hits,v9_photowhereid=
刪除自帶的WAP版。用手機打開ECSHOP,就會跳轉(zhuǎn)到mobile文件夾,如果打開wap功能,就能看到wap版得網(wǎng)站,且有BUG,難看。 但目前智能手機、PAD、IPhone、Android可以跟電腦一樣瀏覽和購物。
(1)單網(wǎng)頁: {loop $arrchild_arr $cid}!--只適應用單網(wǎng)頁-- li {if $catid==$cid}class=cur_link{/if}a href={$CATEGORYS[$cid][url]}/{$CATEGORYS[$cid][catname]}/a/li {/loop} (2)模型列表頁: {pc:content action=category catid=$pare
{template content,header} ----------調(diào)用根目錄下phpcms\template\content\header文件 {CHARSET}-------------------------------------字符集 (gbk或者utf-8) {if isset($SEO[title]) !empty($SEO[title])} {$SEO[title]}{/if} {$SEO[sit
1.截取調(diào)用標題長度 {str_cut($r[title],36,)} 2.格式化時間 調(diào)用格式化時間 2011-05-06 11:22:33 {date(Y-m-d H:i:s,$r[inputtime])} 3.多欄目調(diào)用多推薦位調(diào)用 調(diào)用需求:文章范圍為59 60 61三個欄目,并且推
{catpos($catid)} 顯示文章位置導航 {$CATEGORYS[$catid][url]} 顯示當前欄目鏈接 {$CATEGORYS[$catid][catname]} 顯示當前欄目名稱
{php $sql=select arrchildid from v9_category where catid=1 ;} !--表名自己改,要什么欄目下的文章總數(shù)就填catid=什么,當前的話填catid=$catid就可以了 -- {pc:get sql=select count(*) num from v9_news where catid in
很多朋友在用Phpcms做站時,具體需要在列表頁、首頁調(diào)用文章列表調(diào)用文章的點擊量和評論排行,那么怎么才能做到在Phpcms v9首頁、頻道頁、列表頁、推薦位等頁面獲取文章瀏覽量和評
稍微改一下phpcms/libs/functions/global.func.php文件中的thumb函數(shù)。 第一步:將函數(shù)thumb默認參數(shù)$height = 100改為$height = 0; 第二步:找到這句if($width=$width_t || $height=$height_t) return $imgurl; (大約
風信建站應用實際項目的開發(fā)過程,項目需求為通過文字鏈接模擬表單提交數(shù)據(jù),在...
我基本上已經(jīng)能用了,還差一些優(yōu)化,跟著這個教程做需要更改大量配置文件對linu...
此操作記錄基于Laravel 5.5升級到Laravel 5.7,我們需要修改composer.json文件...
在PHP中,主要有以下3種錯誤類型。 1. 注意(Notices) 這些都是比較小而且不嚴...
以下記錄為laravel框架常用artisan常用命令集合,日常開發(fā)過程中會經(jīng)常使用到。...
大多數(shù)網(wǎng)頁喜歡采用 lightbox 形式來展示相冊圖像,特別是電子商務購物網(wǎng)站最為...
如何獲得該IP所在的地理位置呢?騰訊的IP分享計劃(http://fw.qq.com/ipaddress...
如何在CentOS Linux上設置固定IP地址。首先,確認不同版本的CentOS可能使用的網(wǎng)...