码迷,mamicode.com
首页 >  
搜索关键字:control files    ( 24036个结果
iOS 开发技巧
快速移除键盘 之前一直是讲view的父类改成control,然后加一个全屏按钮,点击让键盘消失。这个方法要写好多代码,现在一个比较好的方法是重写一个下面的方法:- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ ...
分类:移动开发   时间:2014-04-30 02:54:24    阅读次数:542
利用wsdl.exe生成webservice代理类
根据提供的wsdl生成webservice代理类1、开始->程序->Visual Studio 2005 命令提示2、输入如下红色标记部分D:/Program Files/Microsoft Visual Studio 8/VC>wsdl /language:c# /n:TestDemo /out:...
分类:Web程序   时间:2014-04-30 02:14:22    阅读次数:780
[ejoy2d] - 安装
1. 安装openglessudo apt-get install libgles-mesa-dev2. 安装glew 1.9下载codehttp://sourceforge.net/projects/glew/files/glew/makesudo make install3. 安装freetyp...
分类:其他好文   时间:2014-04-30 00:58:28    阅读次数:506
获取iPod library中的媒体文件
【获取iPod library中的媒体文件】 The Media Player framework provides facilities for playing movie, music, audio podcast, and audio book files. This framework a....
分类:其他好文   时间:2014-04-30 00:15:17    阅读次数:591
Android 近百个项目的源代码
Android 近百个项目的源代码Android PDF 阅读器 http://sourceforge.net/projects/andpdf/files/个人记账工具 OnMyMeans http://sourceforge.net/projects/onmymeans/developAndroi...
分类:移动开发   时间:2014-04-29 22:33:46    阅读次数:640
Windows Server 2008 R2: 创建任务计划
task Scheduler 在业务复杂的应用程序中,有时候会要求一个或者多个任务在一定的时间或者一定的时间间隔内计划进行,比如定时备份或同步数据库,定时发送电子邮件等。创建一个任务计划:开始Start菜单,在Search programs and files中键入Task Scheduler在Ta...
分类:Windows程序   时间:2014-04-29 11:42:46    阅读次数:1078
Java01 常用的linux命令
一、linux 命令 0.man:查询使用手册1.pwd:Print the full filename of the current working directory. 打印当前工作目录(文件夹)2.ls:List information about the FILEs (the current...
分类:编程语言   时间:2014-04-29 11:31:46    阅读次数:489
Java System Properties
未命名java.runtime.name=Java(TM) SE Runtime Environmentsun.boot.library.path=D:\Program Files\Java\jdk1.6.0_31\jre\binjava.vm.version=0.2-b02-internal, 1...
分类:编程语言   时间:2014-04-29 11:26:47    阅读次数:495
libevent学习笔记-使用指导
windows下Code::Blocks建立GNU编译的工程:1、需要添加如下头文件:D:\E\programing\levent-libevent\includeD:\E\programing\levent-libevent\gnu\includeC:\Program Files\Dev-Cpp\...
分类:其他好文   时间:2014-04-29 10:47:47    阅读次数:284
[Android学习笔记]Unable to execute dex Multiple dex files define:xxxx 问题
不同情况可能会出现这个问题,我遇到的问题是:引入的多个jar包中,其中可能是第三方的SDK,但是其中可能使用了比较流行的开源框架,此时你项目中就有两套包名一样的代码,编译没问题,部署到手机之后就报如上错误解决办法是:把第三方jar包包含的开源代码删掉即可比如:项目中使用了android-async-...
分类:移动开发   时间:2014-04-29 09:13:46    阅读次数:500
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!