码迷,mamicode.com
首页 >  
搜索关键字:code banking    ( 108690个结果
在ListCtrl控件中设置自定义光标
::SetCursor(::LoadCursor (::AfxGetInstanceHandle(), MAKEINTRESOURCE(IDB_BMP_MOUSE)));void CMyListCtrl::OnItemchanged(NMHDR* pNMHDR, LRESULT* pRe...
分类:其他好文   时间:2014-05-01 08:13:36    阅读次数:339
Oracle按不同时间分组统计
Oracle按不同时间分组统计的sql如下表table1: 日期(exportDate) 数量(amount) -------------- ----------- 14-2月 -08 20...
分类:数据库   时间:2014-05-01 08:12:15    阅读次数:452
Oracle按时间段分组统计
想要按时间段分组查询,首先要了解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
编写一个简单的Jquery插件
1、实现内容 定义一个简单的jquery插件,alert传递进来的参数2、插件js文件(jquery.showplugin.js)(function ($) { //定义插件中的方法 var methods = { //Object showName: function ...
分类:Web程序   时间:2014-05-01 08:09:02    阅读次数:403
ASP.NET打包生成zip压缩文件
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
ScrollView中ViewPager无法正常滑动问题
本文主要介绍如何解决ViewPager在ScrollView中滑动经常失效、无法正常滑动问题。解决方法只需要在接近水平滚动时ScrollView不处理事件而交由其子View(即这里的ViewPager)处理即可,重写ScrollView的onInterceptTouchEvent函数,如下:pack...
分类:其他好文   时间:2014-05-01 08:06:33    阅读次数:330
VC/MFC 当鼠标移到控件上时显示提示信息
VC/MFC 当鼠标移到控件上时显示提示信息ToolTip是Win32中一个通用控件,MFC中为其生成了一个类CToolTipCtrl,总的说来其使用方法是较简单的,下面讲一下它的一般用法和高级用法。一般用法步骤:添加CToolTipCtrl成员变量 m_tt。在父窗口中调用EnableToolTi...
分类:其他好文   时间:2014-05-01 08:04:34    阅读次数:485
ORACLE【2】:锁机制及解锁
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
Memcached source code analysis -- Analysis of change of state--reference
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!