2021 02 23遇到的問題

2021-10-19 21:47:49 字數 406 閱讀 1824

select

*from news

where

del=0

and uid=#

and title like concat('%',#,'%' )

and classify = #

and sub_classify = #

and status = #

and pop = #

and recommend = #

不輸入條件直接查詢集合只顯示status為0的資料,新增條件進行查詢可以正確顯示集合

根據 tilte/classify/sub_classify/status/recommend/pop 條件查詢,去掉

and status = #

資料顯示 正常,還沒找到原因

變幻的矩陣 2021 02 23

個人理解 要判斷清楚發生變化的矩陣與原矩陣之間的關係 很容易混淆 分情況討論 太久沒用陣列傳 居然忘記怎麼寫實參了 記錄一下 實參直接寫陣列名即可judge judged,change 形參可以有多種形式int judge char str int judge char str include us...

遇到的問題

1 若class cnmdevctrlprotocol virtual public cnetcomm則starttimer編譯通不過 2 activex在ie下載入多個,相當於多執行緒,所以這時候的activex不要使用全域性變數,當時如果編寫動態庫也不要使用全域性變數 3 btn灰顯或sleep...

遇到的問題

這個文章用於記錄在學習和使用c 的時候遇到的一些問題,以及解決方法,記載了一些非常零散的知識點,沒有主題。在c 11中,有一種新的方法在用new運算子申請結構體內存的同時對其初始化。其格式為 struct car car p new car 但是如果結構體中包含了字元陣列 字串 就不能使用這種格式,...