码迷,mamicode.com
首页 >  
搜索关键字:process api    ( 58170个结果
用gson和httpclient调用微信公众平台API
吐槽:微信api很无语,部分用xml,部分用json。
分类:微信   时间:2014-04-28 21:51:47    阅读次数:3509
用gson和httpclient调用微信公众平台API
吐槽:微信api很无语,部分用xml,部分用json。
分类:微信   时间:2014-04-28 21:51:47    阅读次数:844
iOS 中 #error宏 的使用的一个例子
头文件中如下定义宏:/** * @brief 默认空间名(必填项) */#error 必填项#define DEFAULT_BUCKET @""/** * @brief 默认表单API功能密钥 (必填项) */#error 必填项#define DEFAULT_PASSCODE @...
分类:移动开发   时间:2014-04-28 18:15:07    阅读次数:684
android selector(如对TextView点击样式改变)
selector1.selector 从单词的意思来说:选择者,选择器,就是对你的目标的控制。从API来说:A controller for the selection of SelectableChannel objects. Selectable channels can be register...
分类:移动开发   时间:2014-04-28 17:45:31    阅读次数:705
Windows API 编程学习记录<二>
恩,开始写Windows API编程第二节吧。上次介绍了几个关于Windows API编程最基本的概念,但是如果只是看这些概念,估计还是对Windows API不是很了解。这节我们就使用Windows API 让大家来了解下Windows API的用法。 第一个介绍的Windows API 当然是....
分类:Windows程序   时间:2014-04-28 17:29:29    阅读次数:706
IOS中的多线程【二】— NSOperation和NSOperationQueue
NSOperationQueue是一套基于Objective-c语言的API。GCD与NSOperationQueue的优缺点:NSOperationQueue:比较安全GCD:没有NSOperationQueue安全,但使用起来简单,快速,还提供了一些操控底层的方法。实际开发中还是以GCD为主。N...
分类:移动开发   时间:2014-04-28 12:06:08    阅读次数:611
Android录音--AudioRecord、MediaRecorder
Android提供了两个API用于实现录音功能:android.media.AudioRecord、android.media.MediaRecorder。 网上有很多谈论这两个类的资料。现在大致总结下: 1、AudioRecord 主要是实现边录边播(AudioRecord+AudioTrack)...
分类:移动开发   时间:2014-04-28 01:45:38    阅读次数:935
csharp:Google TTS API text to speech
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2014-04-27 23:51:43    阅读次数:1188
一些编程语录
【一些编程语录】1、If debugging is the process of removing software bugs, then programming must be the process of putting them in.– Edsger Dijkstra 如果调试程序是移除臭....
分类:其他好文   时间:2014-04-27 22:56:14    阅读次数:543
《Cracking the Coding Interview》——第16章:线程与锁——题目1
2014-04-27 19:09题目:线程和进程有什么区别?解法:理论题,操作系统教材上应该有很详细的解释。我回忆了一下,写了如下几点。代码: 1 // 16.1 What is the difference between process and thread? 2 Answer: 3 P...
分类:编程语言   时间:2014-04-27 21:53:11    阅读次数:668
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!