上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 59 下一页
  2011年6月12日
摘要: 阅读全文
posted @ 2011-06-12 10:55 一个人的天空@ 阅读(1152) 评论(0) 推荐(0) 编辑
  2011年6月10日
摘要: 由于记忆力有限,把平时常用的Linux命令整理出来,以便随时查阅:linux 基本命令ls (list 显示当前目录下文件和目录 ls -l 详细显示 =ll )[root@linux ~]# ls [-aAdfFhilRS] 目录名称[root@linux ~]# ls [--color={none,auto,always}] 目录名称[root@linux ~]# ls [--full-time] 目录名称参数:-a :全部的档案,连同隐藏档( 开头为 . 的档案) 一起列出来~-A :全部的档案,连同隐藏档,但不包括 . 与 .. 这两个目录,一起列出来~-d :仅列出目录本身,而不是列 阅读全文
posted @ 2011-06-10 18:05 一个人的天空@ 阅读(145621) 评论(9) 推荐(15) 编辑
摘要: catchattrchgrpchmodchowncksumcmpdiffdiffstatfilefindgitgitviewindentcutlnlesslocateisattrmattribmcmdelmdirmktempmoremmovemreadmrenmtoolsmtoolstestmvodpastepatchrcprmslocatesplitteetmpwatchtouchumaskwhichcpinmcopymshowfatrhmaskwhereis cddfdirsduedquotaejectmcdmdeltreemdumkdirmlabelmmdmrdmzippwdquota. 阅读全文
posted @ 2011-06-10 18:03 一个人的天空@ 阅读(4276) 评论(1) 推荐(2) 编辑
摘要: I’ve written about building iOS applications withHudsonJenkins, but until recently there hasn’t been a convenient way of getting those applications to your testers. Of course the most important part of your build output will be the app bundle you send to Apple’s iTunes Connect web interface, but thr 阅读全文
posted @ 2011-06-10 09:58 一个人的天空@ 阅读(2331) 评论(0) 推荐(0) 编辑
摘要: I’ve already posted before onhow to set up Hudson to compile and build iPhone applications, but I just had a “OMG I <3 Hudson!” moment just now, and felt I had to share it.I do most of my mobile development literally while I’m mobile; on the train during my morning commute, from coffee shops on t 阅读全文
posted @ 2011-06-10 09:56 一个人的天空@ 阅读(360) 评论(0) 推荐(0) 编辑
摘要: As any iPhone application developer who’s released at least a single app to the App Store will tell you, releasing your app is a terrible pain in the…well, it’s not a fun experience. After your second or third app you start to get the hang of things, but there’s still pain and suffering involved. Ma 阅读全文
posted @ 2011-06-10 09:54 一个人的天空@ 阅读(483) 评论(0) 推荐(0) 编辑
  2011年6月9日
摘要: 请注意:本文档之前命名为iPhone OS编程指南。iPhone SDK为创建iPhone的本地应用程序提供必需的工具和资源。在用户的Home屏幕上,iPhone的本地应用程序表示为图标。它们和运行在Safari内部的web应用程序不同,在基于iPhone OS的设备上,它们作为独立的执行程序来运行。本地应用程序可以访问iPhone和iPod Touch的所有特性,比如加速计、位置服务、和多点触摸接口,正是这些特性使设备变得更加有趣。本地应用程序还可以将数据保存在本地的文件系统中,甚至可以通过定制的URL类型来和安装在设备上的其它程序进行通讯。为iPhone OS开发本地应用程序需要使用UIK 阅读全文
posted @ 2011-06-09 23:17 一个人的天空@ 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 安裝Jenkins到http://jenkins-ci.org/網站下載jenkins.war在系統管理者的家目錄(例如/Users/admin)下建立一個目錄叫hudson, 將hudson.war放到這個目錄, 例如/Users/admin/hudson/hudson.war到$TOMCAT_INSTALL_DIR$/conf/Catalina/localhost/目錄下新增一個檔案名為hudson.xml, 檔案內容如下 <Context path="/hudson" docBase="/Users/admin/hudson/hudson.war&qu 阅读全文
posted @ 2011-06-09 18:10 一个人的天空@ 阅读(7199) 评论(0) 推荐(0) 编辑
摘要: 安裝Hudson到http://tomcat.apache.org下載tomcat 6.x版,例如apache-tomcat-6.0.24.zip將apache-tomcat-6.0.24.zip解壓縮到$$your_profile$$/Library, $$your_profile$$為你在Mac OS X中的使用者家目錄, 例如/Users/admin執行 chmod a+x $$your_profile$$/Library/apache-tomcat-6.0.24/bin/*.sh設定管理者的帳號與密碼:編輯 $$your_profile$$/Library/apache-tomcat- 阅读全文
posted @ 2011-06-09 14:26 一个人的天空@ 阅读(13403) 评论(1) 推荐(0) 编辑
摘要: 步骤下载Tomcat,我下的是Tomcat 7.0.12解压,文件夹改名为Tomcat移动该文件夹,至你习惯的目录,比如/Library执行/Library/Tomcat/bin下的startup.sh打开http://localhost:8080查看是否Tomcat已经启动解决文件权限问题:sudo chmod 755 /Library/Tomcat/bin/*.sh定义JAVA_HOME,在/etc/profile中新增:export JAVA_HOME=/Library/Java/Home配置在/Library/Tomcat/conf/tomcat-users.xml文件合适位置加上ro 阅读全文
posted @ 2011-06-09 11:50 一个人的天空@ 阅读(5418) 评论(0) 推荐(0) 编辑
摘要: JAVA_HOME环境变量对java开发很重要,mac下也不例外。mac自带jdk,apple维护的jdk,默认的jdk路径,也就是JAVA_HOME路径是:/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Homejava version “1.6.0_22″Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261)Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03-307, mixed mode) 阅读全文
posted @ 2011-06-09 10:17 一个人的天空@ 阅读(26784) 评论(0) 推荐(0) 编辑
摘要: /根目录下的文件夹输入”/”,回车里面有很多文件夹,如:etc,home,lib,mnt等等etc:存放用户名和密码home:每个用户有个文件夹,存放在这里lib:操作系统文件等mnt:挂扣用的opt:java工具bea:web编程的一些东西sbin,bin,usr:这三个文件夹都是存放unix的命令的tmp:临时文件夹常用的操作:查看当前目录:pwd修改密码:passwd更换模式:csh,bash远程登陆:telnet 服务器ip回到上级目录:cd ..查看该目录下的文件夹:ls打开文件:vi /文件夹/文件文件显示的格式:root:x:0:root…:/root;/bin/bash 用户名 阅读全文
posted @ 2011-06-09 09:45 一个人的天空@ 阅读(6782) 评论(0) 推荐(0) 编辑
  2011年6月8日
摘要: 一、shell1.1 什么是shell● 用户与Linux的接口● 命令解释器● 支持多用户● 支持复杂的编程语言● Shell有很多种,如:csh,tcsh,pdksh,ash,sash,zsh,bash等。Linux的缺省Shell为bash(Bourne Again Shell)。Shell是用户和操作系统之间最主要接口。通过Shell,可以同时在后台运行多个应用程序,并且在把需要与用户交互的程序放在前台运行。通过在多条命令的序列中使用变量和流程控制,Shell可以作为一名复杂的编程语言。1.2 转义字符和通配字符●转义字符(metacharacters)指的是在Shell中有特殊含义的 阅读全文
posted @ 2011-06-08 14:16 一个人的天空@ 阅读(4227) 评论(0) 推荐(0) 编辑
摘要: 1、插入U盘2、输入 fdisk -l /dev/sda 查看输出结果,比如我的是这样的: # fdisk -l /dev/sda Disk /dev/sda: 131 MB, 131104768 bytes 3 heads, 32 sectors/track, 2667 cylinders Units = cylinders of 96 * 512 = 49152 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 2668 128016 6 FAT16注意:如果您的硬盘是 SCSI 接口的话,可能要将 sda 改成 sdb, 阅读全文
posted @ 2011-06-08 14:09 一个人的天空@ 阅读(557) 评论(0) 推荐(0) 编辑
摘要: 目录版权声明前言:关于find命令一、find 命令格式1、find命令的一般形式为;2、find命令的参数;3、find命令选项;4、使用exec或ok来执行shell命令;二、find命令的例子;1、查找当前用户主目录下的所有文件;2、为了在当前目录中文件属主具有读、写权限,并且文件所属组的用户和其他用户具有读权限的文件;3、为了查找系统中所有文件长度为0的普通文件,并列出它们的完整路径;4、查找/var/logs目录中更改时间在7日以前的普通文件,并在删除之前询问它们;5、为了查找系统中所有属于root组的文件;6、find命令将删除当目录中访问时间在7日以来、含有数字后缀的admin. 阅读全文
posted @ 2011-06-08 14:02 一个人的天空@ 阅读(248) 评论(0) 推荐(0) 编辑
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 59 下一页