文档:http://www.cprogramming.com/tutorial/lesson6.html1.头文件#include 是C语言的,而C++要用#include 否则以下程序不能输出字符串:int main(){string a = "333ddd";cout using namespa...
分类:
编程语言 时间:
2014-11-03 22:16:27
阅读次数:
199
(本文参考:http://docs.oracle.com/javase/tutorial/java/javaOO/nested.html)Nested Classesclass OuterClass { ...... class StaticNestedClass { .....
分类:
编程语言 时间:
2014-10-31 23:31:34
阅读次数:
334
本文来源:http://www.eoeandroid.com/thread-274556-1-1.html另附经典教程网址 :http://wuyuans.com/2012/05/github-simple-tutorial/Git是一个分布式的版本控制系统,最初由Linus Torvalds编写,...
分类:
移动开发 时间:
2014-10-31 23:24:44
阅读次数:
281
一、引言 本材料参考Andew Ng大神的机器学习课程http://cs229.stanford.edu,以及斯坦福无监督学习UFLDL tutorialhttp://ufldl.stanford.edu/wiki/index.php/UFLDL_Tutorial 机器学习中的回归问题属于有监督.....
分类:
其他好文 时间:
2014-10-31 22:09:46
阅读次数:
221
I decided to take a plunge into a?KDE Plasma?development with a simple?plasmoid?with?Qt Creator. There’s a very good overview and a guide Getting Started Plasma QML tutorial Getting Started ...
分类:
其他好文 时间:
2014-10-30 10:27:42
阅读次数:
362
Update 10/24/12: If you’d like a new version of this tutorial fully updated for iOS 6 and Xcode 4.5, check out iOS 5 by Tutorials Second Edition!Note ...
分类:
其他好文 时间:
2014-10-29 16:54:07
阅读次数:
404
1、seajs实例http://www.antcome.com/myfaq/SeaJS.html2、grunt教程http://www.w3cplus.com/tools/grunt-tutorial-configuring-tasks.html
分类:
Web程序 时间:
2014-10-29 16:42:23
阅读次数:
161
httpclient是apache的一个项目:http://hc.apache.org/文档比較完好:http://hc.apache.org/httpcomponents-client-ga/tutorial/html/这里就不啰嗦了,主要是在做demo的时候遇到的一些问题在这里总结一下:[引用请...
分类:
编程语言 时间:
2014-10-25 14:25:05
阅读次数:
282
这章介绍路径,本人觉得这是比较难和精髓的一部分。先介绍基本知识:可以参考:http://www.chinasvg.com/support/svg-tutorial/svg-path-directive-guide.html/* 命令解释:M = moveto 参数:(x y)L = linet...
分类:
编程语言 时间:
2014-10-25 01:59:48
阅读次数:
270
##教程 这教程是pymongo和Mongo的一个简单介绍。看完后应该对Pymongo对Mongo的基本操作认识了。 ###前置条件 开始之前,安装PyMongo和Mongo。确保在python交互界面执行import不报错: >>> import pymongo 你需要有...
分类:
其他好文 时间:
2014-10-25 00:56:08
阅读次数:
264