码迷,mamicode.com
首页 >  
搜索关键字:touch    ( 4490个结果
mac 配置 JAVA_HOME
1.启动Terminal终端工具 2.输入cd ~/ 进入当前用户的home目录 或cd /Users/YourUserName 3. 创建: sudo touch .bash_profile 4.打开并编辑: sudo vim .bash_profile JAVA_HOME=$(/usr/libexec/java_home -v 1.7...
分类:编程语言   时间:2014-12-04 14:08:53    阅读次数:169
linux学习-文件处理命令
文件处理命令 命令名称:touch 命令所在路径:/bin/touch 执行权限:所有用户 语法:touch[文件名] 功能描述:创建空文件 范例:$ touch hephec.list文件处理命令 命令名称:touch 命令所在路径:/bin/touch 执行权限:所有用户 语法:touch[文件名] 功能描述:创建空文件 范例:$ touch hephec.list...
分类:系统相关   时间:2014-12-04 14:01:48    阅读次数:159
linux中touch命令的常见用法
linux下touch命令的常见用法...
分类:系统相关   时间:2014-12-03 21:29:14    阅读次数:213
Apache Cordova介绍
Apache Cordova是一套设备API,允许移动应用的开发者使用JavaScript来访问本地设备的功能,比如摄像头、加速计。它可以与UI框架(如 jQuery Mobile或Dojo Mobile或Sencha Touch)等相结合使用,这些UI框架可以使用HTML、CSS和JavaScri...
分类:Web程序   时间:2014-12-03 12:10:31    阅读次数:466
关于tableView点击状态栏列表回到顶部的说明
这是tableView继承的scrollView的一个属性  scrollsToTop。 官方说明是这样的: // When the user taps the status bar, the scroll view beneath the touch which is closest to the status bar will be scrolled to top, but onl...
分类:其他好文   时间:2014-12-02 17:16:58    阅读次数:143
The bundle does not contain an app icon for iPhone / iPod Touch of exactly '57x57' pixels, in .png format for iOS versions < 7.0”
用Xcode6 或 Application Loader发布时总是提示“Missing required icon file.The bundle does not contain an app icon for iPhone / iPod Touch of exactly '57x57' pixe...
分类:移动开发   时间:2014-12-02 11:45:30    阅读次数:247
03 Linux文件管理类命令详解
自由软件开源协定版权描述www.kernel.org获取当前最新的内核版本号Linux,GNU:GNU/Linux,源代码=》编译---》发行版发行版:Fedora,RedHat(Centos),SUSE,Debian(Ubuntu,Mint)高手Debian;Gentoo(可以自己编译),LFS(LinuxFromScratch)主流:RedHat,SUSE,DebianRedHat:通用格式..
分类:系统相关   时间:2014-12-02 09:05:17    阅读次数:222
linux常用命令 之 文件处理(二)
命令名称:touch 所在路径:/bin.touch 执行权限:所有用户 oot@localhost tmp]# touch list.txt [root@localhost tmp]# touch /root/list.txt [root@localhost tmp]# touch program files [root@localhost tmp]# ll 总计 52 drwxr-xr-...
分类:系统相关   时间:2014-12-01 16:06:48    阅读次数:237
解决使用Touch ID API在回调时界面“长时间卡住”的问题
Touch ID是iOS8上新公开的API,关于详细介绍和用法可以看CocoaChina的这两篇文章:上 和 下,在此篇文章中不在赘述。 我在app中需要的效果是如果touch id验证通过,则页面push到下一个viewController,否则本视图的数字密码输入框becomeFirstR...
分类:Windows程序   时间:2014-11-30 16:47:44    阅读次数:278
UIView
UI编程 第?一讲:UIView及其?子类?一、UIView ?二、UILabeliOS概述 iOS是Apple公司的移动操作系统,主要?用于iPhone、iPad、iPad Mini、iPod Touch等移动产品。 借助iOS,我们可以开发视频类、美图类、新闻类、?音乐类、团购类、电商类、阅读类...
分类:其他好文   时间:2014-11-28 21:22:26    阅读次数:303
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!