Python web 周總結

按順序查詢數據庫

order_by()    order_by(- )spa

下拉框默認顯示code

<select name="canteen_type_id" id="" class="inputCont"> {%for type in type_list%} {% if type.sct_id == plan.canteen_type_id %} <option value="{{type.sct_id}}"name="canteen_type_id"selected="selected">{{type.type_name}}</option> {% else %} <option value="{{type.sct_id}}"name="canteen_type_id">{{type.type_name}}</option> {% endif %} {%endfor%} </select>

float 0.0 不爲空的方法blog

{%if dish.price != none%} <input type="text"value="{{dish.price}}" name="price"class="inputCont price"> {%else%} <input type="text" name="price"class="inputCont price"> {%endif%}

 

數據庫邏輯是解決大部分問題的關鍵,各個表之間是靠主外鍵關聯的。input

相關文章
相關標籤/搜索