附网址:http://qt-project.org/doc/qt-5/qtquick-usecase-integratingjs.html
Use Case - Integrating JavaScript in QML
—— 在QML中集成JavaScript代码
JavaScript代码可以很容易被集成到QML中以提供UI逻辑,必要的控制,或是其他益处。
Using J...
分类:
编程语言 时间:
2014-06-19 12:31:55
阅读次数:
242
附网址:http://qt-project.org/doc/qt-5/qtquick-usecase-styling.html
Use Case - Style And Theme Support
—— 用例 - 风格和主题支持
Qt Quick模块提供的类型并不能独立地覆盖用户界面所需要的所有组件。一个常见的做法是通过Qt Quick的基本模块开发一套自定义样式的用户界面组件。通过...
分类:
其他好文 时间:
2014-06-19 11:52:51
阅读次数:
354
I use the Elicpse IDE to develope the ansdroid app.Sometime encounter the messy code in the Elicpse
One solve method is that to fix the Ecicpse's enCoding setting:
click "Windows->Preference...
分类:
其他好文 时间:
2014-06-19 09:57:22
阅读次数:
211
启动Tomcat服务器报错: Several ports (8005, 8080, 8009) required by Tomcat v5.5 Server at localhost are already in use. The server may already be running in a...
分类:
其他好文 时间:
2014-06-15 23:15:35
阅读次数:
397
又很久没写博客,今天记录一个SQLserver通用分页存储过程(适用于SqlServer2000及以上版本)1.支持连表2.支持条件查询USE [MYDB] GO/****** Object: StoredProcedure [dbo].[SP_CommonPage]SET QUOTED_IDENT...
分类:
数据库 时间:
2014-06-15 22:13:19
阅读次数:
303
ledisdb现在已经支持replication机制,为ledisdb的高可用做出了保障。使用假设master的ip为10.20.187.100,端口6380,slave的ip为10.20.187.101,端口为6380.首先我们需要master打开binlog支持,在配置文件中指定:use_bin_log : true
在slave的机器上面我们可以通过配置文件指定slaveof开启replic...
分类:
数据库 时间:
2014-06-15 16:44:32
阅读次数:
266
##RECORD,help me remember ###Make Lazy Version
Installer 1、Write this LazyVersion Installer DMG to a RAW empty disk 2、Use
Clover l...
分类:
其他好文 时间:
2014-06-13 15:27:01
阅读次数:
349
Applies to:BI Publisher (formerly XML
Publisher) - Version 5.6.3 to 5.6.3 [Release 5] Information in this document
applies to any platform. Oracle XML...
分类:
其他好文 时间:
2014-06-12 11:06:58
阅读次数:
325
原文地址:http://elinux.org/Debugging_by_printing#Usage
If variable is of Type, use printk format
specifier:----------------------------------------------....
分类:
其他好文 时间:
2014-06-12 08:17:15
阅读次数:
297