码迷,mamicode.com
首页 >  
搜索关键字:msgthis api without    ( 50709个结果
tdx api z
调用TdxAPI.dll函数.DLL命令 TdxInit, 逻辑型, "TdxApi.dll", "TdxInit", , 初始化通达信实例,成功时返回true,失败时返回false .参数 IP, 文本型, , 交易服务器IP .参数 Port, 整数型, , 交易服务器端口 .参数 Versio...
分类:Windows程序   时间:2014-05-19 19:14:06    阅读次数:671
使用windows API函数获取目录下所有文件名---目录下文件的扫描和处理
使用windows API函数获取目录下所有文件名---目录下文件的扫描和处理...
分类:Windows程序   时间:2014-05-18 14:28:16    阅读次数:691
Android中的隐藏API和Internal包的使用之获取应用电量排行
今天老大安排一个任务叫我获取手机中应用耗电排行(时间是前天晚上7点到第二天早上10点),所以在网上各种搜索,没想到这种资料还是很多的,发现了一个主要的类:PowerProfile,但是可以的是,这个类没有曝光给我们开发者,所以我们不能调用它 那怎么办呀?,还是有办法的,这个类是藏在:com.android.internal.os.PowerProfile com.android.interna...
分类:移动开发   时间:2014-05-18 14:01:26    阅读次数:366
setAnimationTransition:forView:cache: 执行动画时背景色问题
首先我描述一下问题:当我从一个view到另外一个view的时候? 解答:这个问题的解决还需要看setAnimationTransition:forView:cache: 官方Api,官方是这样说的: 1.Begin an animation block. 2.Set the transition on the container view. 3.Remove the subview fro...
分类:其他好文   时间:2014-05-18 10:44:03    阅读次数:370
LeetCode: Divide Two Integers [028]
【题目】 Divide two integers without using multiplication, division and mod operator. 【题意】 计算两个数的商,不能使用乘、除、取余操作 【思路】 用加法,确定多少除数相加其和恰好<=被除数 为了提高算法效率,利用贪心思想,采用滚雪球式的翻倍叠加策略,使和快速逼近被除数 集中特殊情况需要注意: 1. 结果是负数 ...
分类:其他好文   时间:2014-05-18 10:42:00    阅读次数:259
LinearLayout详解二:从其父类View说起
如果大家不知道怎么下载View.class的源代码,或者说懒得去下载(因为源代码确实比较大,大概有10G)的话,教大家几个取巧的办法: 1.直接在google中输入“android view.java”即可。这种方法成功率非常高,一般android的比较重要的类都能搜到。 2.给大家提供一个人家用于放源码的的git:git@gitorious.org:rowboat/frameworks-base.git 大家自己去clone一下。(什么!你Y的居然连git都不会用!服了,好吧,请继续往下看)。 3登录到这...
分类:其他好文   时间:2014-05-18 08:32:48    阅读次数:751
LeetCode: Substring with Concatenation of All Words [029]
【题目】 You are given a string, S, and a list of words, L, that are all of the same length. Find all starting indices of substring(s) in S that is a concatenation of each word in L exactly once and without any intervening characters. For example, given: S:...
分类:其他好文   时间:2014-05-18 08:31:48    阅读次数:228
Java操作mongoDB2.6的常见API用法
以mongoDB的Java驱动为例,演示一些常见的数据操作API...
分类:数据库   时间:2014-05-18 07:51:40    阅读次数:445
jackson 解析json含有不规则的属性的json字符串的方法
对于json中含有点号,等其他特殊的,不是规范的java变量名的字符,可以使用一个注解来处理。 贴代码: import com.fasterxml.jackson.annotation.JsonProperty; public class Api { private Bean APISSInshopApi; @JsonProperty("API.SSInshopApi") pub...
分类:Web程序   时间:2014-05-18 07:06:37    阅读次数:358
ledisdb:支持类redis接口的嵌入式nosql
ledisdb现在可以支持嵌入式使用。你可以将其作为一个独立的lib(类似leveldb)直接嵌入到你自己的应用中去,而无需在启动单独的服务。ledisdb提供的API仍然类似redis接口。首先,你需要创建db对象:import "github.com/siddontang/ledisdb/ledis" configJson = []byte('{ "data_db" : {...
分类:数据库   时间:2014-05-18 05:02:25    阅读次数:412
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!