上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 49 下一页

2015年10月23日

解压文件--linux

摘要: linux下不同的文件格式用不同的命令解压。对于tar.gz文件,用以下命令。.tar.gz 和 .tgz解压:tar zxvf FileName.tar.gz压缩:tar zcvf FileName.tar.gz DirName解压之前,有时先要使文件可以操作chmod 755 文件名 阅读全文

posted @ 2015-10-23 18:58 大木哥 阅读(129) 评论(0) 推荐(0) 编辑

2015年10月22日

上传文件到linux服务器

摘要: 可以在SecureCRT下上传先用使用命令下载一个文件:yum install lrzsz -y然后在跳转到要保存的目录最后,拖拽文件到secureCRT中即可 阅读全文

posted @ 2015-10-22 20:17 大木哥 阅读(288) 评论(0) 推荐(0) 编辑

连接linux主机

摘要: 需要工具:puttyPuTTY是一个Telnet、SSH、rlogin、纯TCP以及串行接口连接软件远程连接Linux云服务器-命令行模式1、远程连接工具。目前Linux远程连接工具有很多种,您可以选择顺手的工具使用。下面使用的是名为Putty的Linux远程连接工具。该工具是免费的,且不需要安装,... 阅读全文

posted @ 2015-10-22 15:49 大木哥 阅读(197) 评论(0) 推荐(0) 编辑

java 开发之linux 下 tomcat

摘要: tomcat作为java开发的服务器,可以部署在各种系统中。官方下载地址:http://tomcat.apache.org/download-80.cgi1. 装tomcat 之前,先要装jdk1.1 下载http://www.oracle.com/technetwork/java/javase/d... 阅读全文

posted @ 2015-10-22 15:09 大木哥 阅读(238) 评论(0) 推荐(0) 编辑

Eclipse 工具栏不见了

摘要: window->show toolbar 阅读全文

posted @ 2015-10-22 14:20 大木哥 阅读(393) 评论(0) 推荐(0) 编辑

开始Java学习(Java之负基础实战)

摘要: 开发平台:JavaSE:java标准平台,一般用于桌面程序开发JavaEE:开发web(如网站+Sping)JavaME:开发移动应用开发环境:JVM:跨平台核心。JRE:java运行时,jvm运行时需要lib中的包。JVM+lib=JREJDK(java development kit):JDK=... 阅读全文

posted @ 2015-10-22 11:18 大木哥 阅读(210) 评论(0) 推荐(0) 编辑

2015年10月21日

error: WatchKit App doesn't contain any WatchKit Extensions whose WKAppBundleIdentifier matches

摘要: error: WatchKit App doesn't contain any WatchKit Extensions whose WKAppBundleIdentifier matches "com.xxx.VimoHeartRate.watchkitapp". Verify that the v... 阅读全文

posted @ 2015-10-21 14:53 大木哥 阅读(992) 评论(0) 推荐(0) 编辑

error: Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier

摘要: xcode + iwatch调试错误在工程的 Targets 下面的 三项(工程名为my):my 、 my Watchkit app 、my Watchkit extentionGeneral -> identity 下面的 Bundle Identifier都是有固定写法的,不要随便改。例如:co... 阅读全文

posted @ 2015-10-21 06:10 大木哥 阅读(1961) 评论(0) 推荐(0) 编辑

真机调试iwatch

摘要: http://blog.csdn.net/chenyufeng1991/article/details/48976639错误:no symbols for paired Apple Watch错误:No debugging symbols are available for the OS versi... 阅读全文

posted @ 2015-10-21 05:50 大木哥 阅读(507) 评论(0) 推荐(0) 编辑

2015年10月20日

创建iwatch 程序选项

摘要: include complication :包含自定义表盘事件include glance scene:包含缩略图事件 阅读全文

posted @ 2015-10-20 13:34 大木哥 阅读(305) 评论(0) 推荐(0) 编辑

上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 49 下一页

导航