::SetCursor(::LoadCursor (::AfxGetInstanceHandle(),
MAKEINTRESOURCE(IDB_BMP_MOUSE)));void CMyListCtrl::OnItemchanged(NMHDR* pNMHDR,
LRESULT* pRe...
分类:
其他好文 时间:
2014-05-01 08:13:36
阅读次数:
339
Oracle按不同时间分组统计的sql如下表table1: 日期(exportDate)
数量(amount) -------------- ----------- 14-2月 -08 20...
分类:
数据库 时间:
2014-05-01 08:12:15
阅读次数:
452
想要按时间段分组查询,首先要了解level,connect
by,oracle时间的加减.关于level这里不多说,我只写出一个查询语句:----level 是一个伪例 select level from dual
connect by level d.dt-2 group by d.dt ...
分类:
数据库 时间:
2014-05-01 08:09:44
阅读次数:
415
1、实现内容
定义一个简单的jquery插件,alert传递进来的参数2、插件js文件(jquery.showplugin.js)(function ($) {
//定义插件中的方法 var methods = { //Object showName: function ...
分类:
Web程序 时间:
2014-05-01 08:09:02
阅读次数:
403
using System;using System.Collections.Generic;using
System.Web;using System.Web.UI;using System.Web.UI.WebControls;using
System.IO;using System.Drawin...
分类:
Web程序 时间:
2014-05-01 08:07:45
阅读次数:
408
本文主要介绍如何解决ViewPager在ScrollView中滑动经常失效、无法正常滑动问题。解决方法只需要在接近水平滚动时ScrollView不处理事件而交由其子View(即这里的ViewPager)处理即可,重写ScrollView的onInterceptTouchEvent函数,如下:pack...
分类:
其他好文 时间:
2014-05-01 08:06:33
阅读次数:
330
VC/MFC
当鼠标移到控件上时显示提示信息ToolTip是Win32中一个通用控件,MFC中为其生成了一个类CToolTipCtrl,总的说来其使用方法是较简单的,下面讲一下它的一般用法和高级用法。一般用法步骤:添加CToolTipCtrl成员变量
m_tt。在父窗口中调用EnableToolTi...
分类:
其他好文 时间:
2014-05-01 08:04:34
阅读次数:
485
1. 锁的基本知识根据要保护的对象不同,oracle的数据锁可以分成以下几类:DML锁,(data
locks)数据锁,用于保护数据的完整性;DDL锁(dictionary
locks),用于保护数据库内部结构,如表,索引等结构定义;内部锁和闩(internal locks and latcheds...
分类:
数据库 时间:
2014-05-01 08:03:53
阅读次数:
613
nginxserver { listen 80; server_name localhost;
root /apps/web/; index index.html; location / { } location /server { ...
分类:
其他好文 时间:
2014-05-01 08:03:15
阅读次数:
902
This article mainly introduces the process of
Memcached, libevent structure of the main thread and worker thread based on the
processing of the connec...
分类:
其他好文 时间:
2014-05-01 02:44:07
阅读次数:
571