要先从苹果网站将证书下载下来安装,在Xcode->target->general中fix一下,然后让管理员将你添加到team中,再在水果网站下载自己的证书,添加到钥匙串(双击(状态是登录)),此时钥匙串中应该有相应的公钥、私钥,最后在Xcode->target->buid ssetting中将Code Signing中Code Signing Identity下改为自己的Identity,Pro...
分类:
移动开发 时间:
2015-03-16 14:35:43
阅读次数:
176
问题描述: app 在iPhone上运行正常,在iPad上出现黑边。 问题原因: 首先选中你的项目,右侧出现我们熟悉的General、Capabilities、Info等等。现在检查General->Deployment Info的Deployment Target 以及 Devices,一要保证ios系统版本配套,二要保证设备选中通用,有些朋友由于前个项目是设置了iPhone,第二次建项目时一时...
分类:
移动开发 时间:
2015-03-16 11:09:05
阅读次数:
184
http://codeigniter.org.cn/user_guide/general/creating_libraries.html创建类库当我们使用术语"类库"时,我们一般指的是位于libraries文件夹中的类,它们在wiki的"类库参考"这个板块被讨论.在当前这个话题中,我们将讨论如何在a...
分类:
其他好文 时间:
2015-03-15 18:12:07
阅读次数:
100
Red Hat Enterprise Linux 7 Release/Update General Availability Date redhat-release Errata Date* Kernel Version RHEL 7 Update 2 TBA TBA TBA RHEL 7 Upda...
分类:
系统相关 时间:
2015-03-15 00:27:33
阅读次数:
419
GNU:GNUisnotunix.GPL:GeneralpublicLicense,通用公共许可证,版权shell:GUI:GraphicuserInterface windows x-windows Gnome IDE XfaceCLI:CommandLinuxInterface sh bash csh ksh zsh tcshIDE:集成的开发环境DLL:Dynamiclinklibary(动态链接库)SO:sharedobject(共享对象)..
分类:
系统相关 时间:
2015-03-14 20:12:50
阅读次数:
223
Description
Here is a famous story in Chinese history.
"That was about 2300 years ago. General Tian Ji was a high official in the country Qi. He likes to play horse racing with the king and othe...
分类:
其他好文 时间:
2015-03-14 20:04:31
阅读次数:
144
如下脚本创建数据库yourdbname,并制定默认的字符集是utf8。CREATE DATABASE IF NOT EXISTS yourdbname DEFAULT CHARSET utf8 COLLATE utf8_general_ci;如果要创建默认gbk字符集的数据库可以用下面的sql:cr...
分类:
数据库 时间:
2015-03-14 19:54:17
阅读次数:
121
设置默认编码为utf8:set names utf8;设置数据库db_name默认为utf8:ALTER DATABASE `db_name` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;设置表tb_name默认编码为utf8:ALTER T...
分类:
数据库 时间:
2015-03-14 16:45:31
阅读次数:
131
第一步:windows -->preference -->java -->editor -->content Assist --> auto activation -->tiggers for java -->在.后面加abc。点击0k第二步:file-->export -->general下面的p...
分类:
系统相关 时间:
2015-03-14 12:17:37
阅读次数:
192
一个工作流表单中,如何方便的查询相关的工作流表单内容,反复打开各个菜单必然需要造成多次点击浪费时间,切换也会带来思路的中断。这里通过js代码的方式把这个问题进行了解决。
function click_fun(){
if(document.form1.DATA_1.value!=""){
window.open( "/general/workflow/list/pri...
分类:
其他好文 时间:
2015-03-14 09:38:51
阅读次数:
132