摘要: ``` 互融CLUB 开始抽奖 000000 000000 000000 000000 000000 000000 000000 ... 阅读全文
posted @ 2018-05-02 14:16 我的大金金 阅读(151) 评论(0) 推荐(0) 编辑
摘要: ``` coding: utf 8 from __future__ import unicode_literals from django.http import JsonResponse import json from django.shortcuts import render from ba 阅读全文
posted @ 2018-05-02 11:51 我的大金金 阅读(133) 评论(0) 推荐(0) 编辑
摘要: ``` pyrcc4 -o images.py images.qrc self.setWindowIcon(QIcon(':img/background.ico')) ``` 阅读全文
posted @ 2017-09-19 14:20 我的大金金 阅读(881) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-09-05 15:59 我的大金金 阅读(1) 评论(0) 推荐(0) 编辑
摘要: select id from t where num/2=100 和 select id from t where num=100 2 那一条select更为优化,为什么? select 语句执行顺序 (8)SELECT (9)DISTINCT (11) (1)FROM (3) JOIN (2) O 阅读全文
posted @ 2017-08-31 14:45 我的大金金 阅读(148) 评论(0) 推荐(0) 编辑
摘要: ··· 新建一个对象的方法有以下几种: Person.objects.create(name=name,age=age) p = Person(name="WZ", age=23) p.save() p = Person(name="TWZ") p.age = 23 p.save() Person. 阅读全文
posted @ 2017-07-08 15:58 我的大金金 阅读(1718) 评论(0) 推荐(0) 编辑
摘要: Python3.6 用Django连接MySQL一直报错django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.3 or newer is required; you have 0.7.11.None 百度好久没解决 ,不知道在哪看到 阅读全文
posted @ 2017-06-29 18:08 我的大金金 阅读(970) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-06-28 17:57 我的大金金 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-06-28 17:56 我的大金金 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-06-28 17:56 我的大金金 阅读(1) 评论(0) 推荐(0) 编辑