越简单越好!
Code Sign error: Certificate identity '...' appears more than once in the keychain. 解决方法
发表于 2013-04-01 15:24    

进行如下操作:

1. 打开 “Keychain” 的查看 “显示已过期证书”

2. 再从证书列表里把已过期的“iPhone Distribution:....”删除掉。

3. 再打包一切正常。

查看详情已有2670次阅读  |  0次点赞  |  0个评论
Distribution Provisioning Profiles 在续费后 过期的问题
发表于 2013-04-01 15:17    

解决方法:

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

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

......

查看详情已有3380次阅读  |  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)
查看详情已有2217次阅读  |  0次点赞  |  0个评论
设置控件全局显示样式appearance proxy
发表于 2013-03-25 16:34    
appearance是apple在iOS5.0上加的一个协议,它让程序员可以很轻松地改变某控件的全局样式(背景)
查看详情已有2050次阅读  |  0次点赞  |  0个评论
Sizes of iPhone UI Elements
发表于 2013-03-13 15:56    
Sizes of iPhone UI Elements
查看详情已有2743次阅读  |  0次点赞  |  1个评论
通过修改本地hosts文件打开GitHub
发表于 2013-01-25 10:48    

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

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

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

查看详情已有2768次阅读  |  0次点赞  |  0个评论
返回顶部 ^