码迷,mamicode.com
首页 >  
搜索关键字:general    ( 2945个结果
设置app name 和icon
1、我们的app一般默认的名字是我们的工程名字,所以我们一般会更改一个更加友好的名字,更改的方法:supporting files —— infoPlist.string ——CFBundleDisplayName="app name";2,app iconTargets -General - Ap...
分类:移动开发   时间:2014-11-14 15:32:45    阅读次数:202
linux下mysql环境支持中文配置步骤
sql脚本执行前加上:CREATE DATABASE IF NOT EXISTS mydatabase DEFAULT CHARSET utf8 COLLATE UTF8_GENERAL_CI;use broadleaf;替换原备份中建表编码:ENGINE=MyISAM DEFAULT CHARSE...
分类:数据库   时间:2014-11-14 14:02:53    阅读次数:250
MyEclipse开发的Web项目编码问题解决
一、开发工具中可以修改编码的地方:1)Window-->Preferences-->General-->ContentTypes-->Text选择要设置的文件,在Defaultencoding中输入【GBK或者UTF-8】,点击后面的update2)Window-->Preferences-->Workspace-->Textfileencoding在Other后面的选择..
分类:Web程序   时间:2014-11-13 13:05:21    阅读次数:231
GPIO
一、什么是GPIO? 首先应该理解什么是GPIO。GPIO,英文全称为General-Purpose IO ports,也就是通用IO口。在嵌入式系统中经常有数量众多,可是结构却比較简单的外部设备/电路,对这些设备/电路有的须要CPU为之提供控制手段,有的则须要被CPU用作输入信号。并且,很多这种设...
分类:其他好文   时间:2014-11-12 20:58:38    阅读次数:296
简单的php留言板(二)
首先在sql中字节。ALTERTABLE`content`ADD`reply`VARCHAR(200)CHARACTERSETutf8COLLATEutf8_general_ciNOTNULLAFTER`content`一. 新建login.php无标题文档留言本首页 | 留言帐号:密码: 二.l....
分类:Web程序   时间:2014-11-11 20:43:39    阅读次数:267
GRASP通用职责分配软件模式
GRASP是General Responsibility Assignment Software Patterns(通用职责分配软件模式) GRASP提出了几个基本原则,用来解决面向对象设计的一些问题。与GoF设计模式不同的地方在于,GoF等设计模式是针对特定问题而...
分类:Web程序   时间:2014-11-11 16:48:54    阅读次数:189
activiti 数据表设计
activiti数据表分为5个部分: 通用数据表、流程存储表、身份数据表、运行时数据表、历史数据表1.通用(general)数据表 以ACT_GE开头 资源表-act_ge_btyearray: 用于保存与流程引擎相关的资源,如:字符串、流程文件内容、流程图片等 属性表-act_ge_pro...
分类:其他好文   时间:2014-11-11 00:41:25    阅读次数:264
田忌赛马
题目来自:NYOJ 田忌赛马 时间限制:3000 ms  |  内存限制:65535 KB 难度:3 描述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...
分类:其他好文   时间:2014-11-08 12:06:48    阅读次数:214
Manage and Create Journals in Oralce Fusion Application
Open slcai806 environment with FINUSER1/*******, we will see the welcome page. Click 'Navigator' button and select 'General Accounting Dashboard' which is under General Accounting, we will go to G...
分类:移动开发   时间:2014-11-07 14:53:14    阅读次数:276
Dental Appliance For Abrading Dental Resin
Resins rather than amalgams are now predominately used for filling cavities or other dental decay and/or as a general dental restorative supplies. The...
分类:移动开发   时间:2014-11-07 12:55:41    阅读次数:145
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!