越简单越好!
Distribution Provisioning Profiles 在续费后 过期的问题
发表于 2013-04-01 15:17    

解决方法:

1. 进入苹果开发者后台-> Certificate -> Distribution

2. 删除已过期的 Current Distribution Certificate -> "Revoke"

......

查看详情已有3098次阅读  |  0次点赞  |  0个评论
iOS 6 and Core Plot 打包时的一个错误问题
发表于 2013-03-29 09:50    
ld: file is universal (2 slices) but does not contain a(n) armv7s slice: /Users/bevin1984/ios开发/erpUnitStore.ios/erpUnitStore/libCorePlot-CocoaTouch.a for architecture armv7s clang: error: linker command failed with exit code 1 (use -v to see invocation)
查看详情已有1921次阅读  |  0次点赞  |  0个评论
设置控件全局显示样式appearance proxy
发表于 2013-03-25 16:34    
appearance是apple在iOS5.0上加的一个协议,它让程序员可以很轻松地改变某控件的全局样式(背景)
查看详情已有1765次阅读  |  0次点赞  |  0个评论
Sizes of iPhone UI Elements
发表于 2013-03-13 15:56    
Sizes of iPhone UI Elements
查看详情已有2289次阅读  |  0次点赞  |  1个评论
通过修改本地hosts文件打开GitHub
发表于 2013-01-25 10:48    

本次GitHub被封,手段是DNS污染。虽然可以在hosts里显式设置GitHub的ip地址来绕过,但终归还是不便。

目前,通过修改host文件的形式可以访问GitHub。

查看详情已有2094次阅读  |  0次点赞  |  0个评论
iOS开发icon图标设置
发表于 2012-11-14 11:06    
iPhone,iPad,iTunes App Store 上icon各种尺寸。
查看详情已有5606次阅读  |  4次点赞  |  1个评论
Linux运行与控制后台进程的方法:nohup, setsid, &, disown, screen
发表于 2012-10-22 11:37    
我们经常会碰到这样的问题,用ssh登录了远程的Linux服务器,运行了一些耗时较长的任务,结果却由于网络等的不稳定导致任务中途失败。这是由于在用户注销(logout)或者网络断开时,终端会收到 HUP(hangup)信号从而关闭其所有子进程。解决办法有两种:让进程忽略HUP信号,或让进程运行在新的会话里从而成为不属于此终端的子进程。
查看详情已有1951次阅读  |  0次点赞  |  0个评论
Linux下netstat命令详解
发表于 2012-10-22 11:01    
Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。
查看详情已有1567次阅读  |  0次点赞  |  0个评论
Setting up a Linux non-Steam Counter-Strike 1.5 Server
发表于 2012-10-21 15:20    

Most of these are the same instructions you can find on the "noWON CS1.5 server" page over at No WON. I have simplified, reorganized and rephrased them so that (hopefully) they will make better sense.

Once you've followed these instructions your server will be accessible from the internet via the WON2 network. Be sure to patch your client with the No-WON / WON2 Patch for Playersthen use the in-game browser to find your server.

查看详情已有2211次阅读  |  0次点赞  |  0个评论
Mac截图基本方法
发表于 2012-10-17 13:24    
Mac截图高级用法 “指定区域截图”有更高级一点的用法,使用快捷键 Command-Shift-4 并用鼠标选取需要截图的区域后,不要松开鼠标,然后你有几种选择: 按住鼠标的同时,按空格键,这时你能通过移动鼠标来移动整个已选择区域。 按住鼠标的同时,按 Shift 键,这时你能通过横向或竖向移动鼠标来改变已选择区域的长或高。 按住鼠标的同时,按 Option 键,这时你通过移动鼠标可以改变已选择区域的半径大小。 当你使用快捷键后发现想停止截图,在按住鼠标的同时只要按Esc就会中止截图的过程,不会保存任何文件。 如果不改变设置, 所有截图会默认保存到桌面,也就是 Desktop 文件夹。
查看详情已有1397次阅读  |  0次点赞  |  0个评论
返回顶部 ^