1、使用distinct查询所有不重复的记录2、创建数据表相同结构的临时表,将第一步的数据复制进去
create temporary table if not exists student_temp as (select distinct(name), sex
from student);3、tru...
分类:
数据库 时间:
2014-06-13 06:04:01
阅读次数:
290
样式:a{text-decoration: none;}*{margin:0;
padding:0;}/*容器设置*/.player { width:216px; height:248px;
background:url(http://i2.itc.cn/20120117/2cc0_da8f6c82...
分类:
Web程序 时间:
2014-06-12 22:19:02
阅读次数:
409
附网址:http://qt-project.org/doc/qt-5/qtquick-usecase-userinput.html
Supported Types of User Input
—— 用户输入的支持类型
Qt Quick模块提供了支持常用用户输入的支持类型(types),包括鼠标和触摸事件,文本输入和按键按下事件。其他模块也分别提供了针对其他用户输入的响应类型(例如,Q...
分类:
其他好文 时间:
2014-06-10 18:15:49
阅读次数:
314
高通Quick Charge 2.0 快速充电原理分析...
分类:
其他好文 时间:
2014-06-10 17:25:07
阅读次数:
229
附网址:http://qt-project.org/doc/qt-5/qtquick-usecase-visual.html
Use Case - Visual Elements In QML
—— 用例 - QML中的可视化元素
The Rectangle Type —— 矩形
对于最基本的视觉元素,Qt Quick提供了Rectangle类型来绘制矩形。这些矩形可以使...
分类:
其他好文 时间:
2014-06-10 17:21:33
阅读次数:
399
Vmware Player添加网络连接,
选择“Host-only”:查看网卡ip=192.168.245.132:安装samba图形管理界面:#sudo apt-get install
system-config-samba启动samba图形管理界面:#sudo system-config-sam...
分类:
其他好文 时间:
2014-06-10 11:21:57
阅读次数:
257
手机游戏目前是弱联网居多,http登录是常用功能。我们现在就来实现。
在启动时候,自动请求http.function MainScene:ctor()
local url = "http://localhost/request.php"
local request = network.createHTTPRequest(onRequestFinished, url, "P...
分类:
Web程序 时间:
2014-06-10 07:20:02
阅读次数:
446
Two players, S and T, are playing a game where they make alternate moves. S plays
first.
In this game, they start with an integer N. In each move, a player removes one digit from the integer and p...
分类:
其他好文 时间:
2014-06-10 06:31:29
阅读次数:
302
一、firefox 正确安装Adobe flash player
有时候我们需要在Ubuntu下采用手动安装一些软件,比如Firefox的Flash插件。Adobe® Flash® Player 是一款轻量级浏览器插件,具有丰富的 Internet 应用运行时间,提供持续的迷人用户体验、绝妙的音频/视频回放效果和刺激的游戏。
Flash Player 已在超过 13 亿系统...
分类:
其他好文 时间:
2014-06-10 06:28:47
阅读次数:
345
附网址:http://qt-project.org/doc/qtcreator-3.1/creator-using-qt-quick-designer.html
Using Qt Quick Designer...
分类:
其他好文 时间:
2014-06-10 06:21:13
阅读次数:
324