bool HelloWorld::init(){ ////////////////////////////// // 1. super init first if ( !CCLayer::init() ) { return false; } ...
分类:
其他好文 时间:
2014-10-07 20:11:13
阅读次数:
196
把github上的help。First : 安装:ubuntu 下,终端输入命令:sudo apt-get install git-core git-gui git-docNext : 设置SSH Key检查是否已经有SSH Key。$cd ~/.ssh如果说没有这个目录,就直接看第三步备份生成一个...
分类:
其他好文 时间:
2014-10-07 15:44:03
阅读次数:
231
记得自己刚认识github的时候觉得他好高端,只知道好多牛人托管代码在上面,但是还觉得离我好遥远。其实不然,用起来,哇塞,真强大。 如果你现在像我当时一样茫然,那希望我的分享能帮助到你。(记录自己用起来的过程,备忘) 1.First Step: 毫无疑问的,第一步要先去下载git,你是windo.....
分类:
其他好文 时间:
2014-10-07 13:46:53
阅读次数:
219
首先配置好web.config
<add name="BookDbContext" connectionString=" Data Source=.\SQLEXPRESS;Initial Catalog=sales;Persist Security Info=True;Integrated Security=SSPI;"
providerName="System.Data...
分类:
Web程序 时间:
2014-10-07 01:43:42
阅读次数:
261
My First HeadingMy first paragraph.例子解释 与 之间的文本描述网页 与 之间的文本是可见的页面内容 与 之间的文本被显示为标题 与 之间的文本被显示为段落
分类:
Web程序 时间:
2014-10-07 01:39:22
阅读次数:
397
1.IDE准备 从Android Developers官网下载Eclipse ADT;http://developer.android.com/sdk/index.html 下载完成后解压adt-bundle-windows-x86_64-20140702.zip, 参照Android Develo...
分类:
移动开发 时间:
2014-10-07 00:32:50
阅读次数:
290
#include
char get_choice(void);
char get_first(void);
int get_int(void);
void count(void);
int main(){
int choice;
void count (void);
while ((choice =get_choice())!='q')
{
switch(choice)
{...
分类:
编程语言 时间:
2014-10-06 18:06:50
阅读次数:
183
First of all, you should install a clean Ubuntu Server (Amd-64) on your server. (Version 14.04 is strongly recommended for the best compatibility)Get ...
分类:
其他好文 时间:
2014-10-06 13:56:40
阅读次数:
187
Analysis of Algorithms:First part of the course is focused on analysis.Second part of the course is focused on design.The analysis of algorithm is the...
分类:
其他好文 时间:
2014-10-06 13:21:00
阅读次数:
182
Introduction Ethernet 是过去30年以来最为成功的局域网(local area networking)技术。 1. First widely used LAN technology (第一次被广泛使用的局域网技术) 2. kept up with speed race: 10 M...
分类:
Web程序 时间:
2014-10-06 12:29:20
阅读次数:
515