#includevoid ShellSort(int *a,int length){ int
jump=length; int temp=0; int change=1; while(jump>0) //while1 { jump=jump/2;
change=1; /***************...
分类:
其他好文 时间:
2014-06-07 03:53:30
阅读次数:
243
Global cursor:To change the cursor in a
application wide fashion, you have to access the Glass Pane and set its cursor,
and then make the glass pane v...
分类:
编程语言 时间:
2014-05-30 11:18:29
阅读次数:
284
iOS开发UI篇—推荐两个好用的Xcode插件(提供下载链接)这里推荐两款好用的Xcode插件,并提供下载链接。一、插件和使用如下:1.两款插件对项目中图片提供自动提示功能的插件:KSImageNamed-Xcode-master提供快速创建自动注释:VVDocumenter-Xcode-maste...
分类:
移动开发 时间:
2014-05-30 01:25:46
阅读次数:
351
sql server 全部库:declare @i int,@id int,@dbname
varchar(255),@sql varchar(255) set @i = 6 set @id=(select count(*) from
master..sysdatabases)drop ...
分类:
数据库 时间:
2014-05-29 22:15:06
阅读次数:
310
目前发现在Qt-Design中右击控件,可以选择Change
StyleSheet------------------------以下总结不太对刚接触Qt,发现Qt
Design无法对每个控件进行颜色风格设置。正在纳闷如此受欢迎的开发工具,怎么会没有这种,Delphi,VB,VC,C#都具备的基本功...
分类:
其他好文 时间:
2014-05-29 21:39:17
阅读次数:
469
本文转载于
http://www.cnblogs.com/zfc2201/archive/2012/09/06/2674312.htmlJQuery获取和设置Select选项方法汇总如下:获取select先看看下面代码:$("#select_id").change(function(){//code...
分类:
Web程序 时间:
2014-05-29 16:57:39
阅读次数:
289
The following MySQL error might occur if you are
using MySQL replication and binary logs.mysql> show binary logs;ERROR 1381
(HY000): You are not using...
分类:
其他好文 时间:
2014-05-29 01:42:38
阅读次数:
518
date:20140527auth:Jin一、问题描述线上store应用,偶尔出现慢的现象。检查发现是writer角色在master-backup之前漂移检查mysql-log没有发现异常,也没前端nginx/php以及mysql-proxy无关master
show processlist500多...
分类:
其他好文 时间:
2014-05-28 11:04:57
阅读次数:
325
使用:#######################################配置:#######################################安装:服务端安装:[root@OperMainManager
about_saltstack]# yum -y install yu...
分类:
其他好文 时间:
2014-05-28 10:05:15
阅读次数:
508
下图为TI C6xx DSP Nyquist总线拓扑图,总线连接了master与slave,提供了高速的数据传输。有很多种速率不同的总线,如图中的红色方框,最高速总线为CPU/2 TeraNet SCR(即VBUSM SCR),带宽为256bit,其他低速总线为CPU/3,CPU/6,带宽参考图中所示。总线之间用Bridge(桥)连接,作用包括转换总线的速率,使之与所流向总线的速率相同等。
在具...
分类:
其他好文 时间:
2014-05-25 22:42:54
阅读次数:
402