查找文档是非常简单的进入到官网learn api reference 让后就可以搜索了。 auto sprite = Sprite::create("HelloWorld.png"); sprite->setPosition(100,100); this->addChild(spr...
分类:
其他好文 时间:
2014-11-25 22:59:40
阅读次数:
210
Are you a interested in taking a course with us? Learn about ourprogramsor contact us athello@zipfianacademy.com.There are plenty of articles anddiscu...
分类:
其他好文 时间:
2014-11-20 23:14:30
阅读次数:
271
Journalists have the ability to state a thing more clearly. What can we learn from them to help us report or explain things like them?
There are six ways as follows:
1. Know your audie...
分类:
其他好文 时间:
2014-11-19 01:59:04
阅读次数:
199
【watch and learn】1.mysql不支持top x用法,支持limit x,y用法;2.多表连接查询1. table1INNER JOINtable2: 内连接。只显示连接的两张表的交集行。2. table1LEFT JOINtable2: 左外连接。显示table1的所有行,即使在t...
分类:
数据库 时间:
2014-11-17 17:30:26
阅读次数:
255
学习 JQuery 插件开发之后, 可以将自己平时常用的功能封装成插件, 便于在不同的项目之间使用.JQuery 官网上的 插件开发教程就很不错, 简单易懂.参考网址:http://learn.jquery.com/plugins/basic-plugin-creation/http://learn...
分类:
Web程序 时间:
2014-11-17 12:14:02
阅读次数:
420
Junit3 和 Junit4 有本质上的区别 1、普通java类,代码如下: package learn.junit; public class HelloWorld { public String Hello(){ return "world"; } public String World(){...
分类:
其他好文 时间:
2014-11-16 23:04:30
阅读次数:
217
python安装scikit-learn问题解决,scikit-learn一个你值得拥有的python机器学习工具包。...
分类:
编程语言 时间:
2014-11-15 21:52:52
阅读次数:
15757
一、创建 java 项目(Eclipse 中),结构图如下: 1、创建 .java 文件,代码如下: package com.learn.ant; public class HelloWorld { public static void main(String[] args) { for(Strin...
分类:
其他好文 时间:
2014-11-15 18:50:43
阅读次数:
166
http://www.aqee.net/why-every-programmer-should-learn-python-or-ruby/如果你是个学生,你应该会C,C++和Java。还会一些VB,或C#/.NET。多少你还可能开发过一些Web网页,你知道一些HTML,CSS和JavaScript知...
分类:
编程语言 时间:
2014-11-15 16:45:26
阅读次数:
216
一、下载 ant 插件,路径如下: http://ant.apache.org/bindownload.cgi 二、安装 ant 插件,解压下载下来的 ant 插件,配置环境变量(最好系统环境变量),如下: ANT_HOME:D:\learn_tool\apache-ant-1.9.4 还要将 an...
分类:
其他好文 时间:
2014-11-15 16:42:57
阅读次数:
165