码迷,mamicode.com
首页 >  
搜索关键字:base station    ( 15321个结果
关闭对话框,OnClose和OnCancel
我们知道,在对话框中,屏蔽ESC键自己主动退出能够选择重载OnCancel为哑函数的方法: void CXXXXDlg::OnCancel() { // TODO: Add your specialized code here and/or call the base class //CD...
分类:其他好文   时间:2014-08-27 23:11:28    阅读次数:295
IOS上传多张图片(ASIHTTPRequest)
/* 上传图片 */ //#define API_BASE_URL(_URL_) [NSURL URLWithString:[@"http://172.20.0.248:8080/BaiXin/mapi/" stringByAppendingString:_URL_]] ASIFormD...
分类:移动开发   时间:2014-08-27 18:25:38    阅读次数:237
ndk如何将代码放在jni之外
LOCAL_PATH := $(call my-dir)SDK_PATH := ../../..include $(CLEAR_VARS)LOCAL_MODULE := libiconv_staticLOCAL_SRC_FILES := $(SDK_PATH)/base/3dparty/libico...
分类:其他好文   时间:2014-08-27 18:10:18    阅读次数:230
Jboss wildfly add JDBC driver
Jboss wildfly 添加 JDBC driver我这里使用的是wildfly-8.0.0.Final第一步:首先在modules里面添加mysql的驱动包例如:modules\system\layers\base\com 在这下面新建 mysql文件夹,然后在mysql下面建子文件夹main...
分类:数据库   时间:2014-08-27 18:02:58    阅读次数:293
centos6.5下oracle自动备份删除指定天数的文件
第一步先做一个备份#!/bin/shexport ORACLE_BASE=/home/oracle/appexport ORACLE_HOME=$ORACLE_BASE/oracle/product/11.2.0/dbhome_1export ORACLE_SID=orclexport LD_LIB...
分类:数据库   时间:2014-08-27 17:52:59    阅读次数:201
Android源码中中一种常见的struct使用方法
直接看例子:#include#includeusing namespace std;struct Base{ int ba; int bb; void printB(){ coutb.ba = 12; a->b.bb = 34; a->aa = 65; ...
分类:移动开发   时间:2014-08-27 15:58:08    阅读次数:177
CXF之客户端调用
一、返回类型为Map问题 cxf的restful实现已经实现返回类型为Map,不需要做任何的转换。 二、参数为Map问题 因为cxf不直接支持参数为Map情况,所以需要我们定义一个类型转换适配器 package com.winssage.base.modu...
分类:其他好文   时间:2014-08-27 14:52:39    阅读次数:213
php 身份证号检测
function idcard_verify_number($idcard_base){if (strlen($idcard_base) != 17){return false;}$factor = array(7, 9, 10, 5, 8, 4, 2, 1, 6, 3, 7, 9, 10, 5, ...
分类:Web程序   时间:2014-08-27 12:49:07    阅读次数:190
media_root以及static_root配置
# At the top of settings/base.pyfrom os.path import join, abspath, dirnamehere = lambda *x: join(abspath(dirname(__file__)), *x)PROJECT_ROOT = here("....
分类:其他好文   时间:2014-08-26 22:51:26    阅读次数:239
Chronometer控件实现的Android计时器
本文为大家演示了如何使用Chronometer控件实现Android计时器的实例。 先贴上最终的实现效果图:Android计时器实现思路 使用Chronometer控件实现计器的操作。通过设置setBase(long base)来设置初始时间,然后为其添加一个 setOnChronometerT.....
分类:移动开发   时间:2014-08-26 19:01:56    阅读次数:333
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!