码迷,mamicode.com
首页 >  
搜索关键字:beauty world opencart 主题模板 abc-0046    ( 11400个结果
World Wind Java开发之一
参照《World wind Java三维地理信息系统开发指南随书光盘》以及官网论坛,开始学习World Wind Java开发。 第一个demo //基础类 public class VGE_GFBasicClass extends JFrame { protected WorldWindowGLCanvas worldWindowGLCanvas; //WorldWind 画布 prot...
分类:编程语言   时间:2014-10-26 17:06:51    阅读次数:236
<模电学习1>Multisim 12.0 搭建并仿真51单片机最小系统
Multisim 12.0仿真51单片机,只是模电小白的Hello World而已...
分类:其他好文   时间:2014-10-26 16:57:49    阅读次数:320
学习笔记之05-printf和scanf函数
一、printf函数这是在stdio.h中声明的一个函数,因此使用前必须加入#include ,使用它可以向标准输出设备(比如屏幕)输出数据1.用法printf("Hello, World!");输出结果是:2> printf(字符串, 格式符参数)1 // 使用常量作参数2 printf("My ...
分类:其他好文   时间:2014-10-26 01:33:44    阅读次数:189
Androd 入门第一个项目几点注意
1. 新建hello world总是不成功,提示The container 'Android Dependencies' references non existing library网上查资料有的说 clean 项目,然后 fix 之类的,各种不管用。又有人说 appcompat_v7是googl...
分类:其他好文   时间:2014-10-25 18:44:44    阅读次数:363
TCP通信数据接收栈实现
很惭愧TCP/IP协议卷一还没有看完,实在是毅力问题。 ? ? 在使用TCP的时候一向怀疑数据是否能够完整接受,先发送一个"hello"字符串后再发送一个“world”字符串,可能就会在你不知道的时候底层开始进行包的...
分类:其他好文   时间:2014-10-25 16:01:34    阅读次数:189
Spring 开发第一步
经过今天上午的学习发现spring上手开发一个"hello world"真的非常简单。开发环境搭建:1、去spring官网下载spring-framework-3.2.11.RELEASE-dist.zip 。这里带dist的是二进制的jar包,不带dist的是源代码2、eclipse下新建一个j....
分类:编程语言   时间:2014-10-25 15:40:58    阅读次数:159
Motion images compression and restoration based on computer vision
This technique should apply to both normal video (consequtive sequences of pictures of real world) and animations (sequences of images drawn by human ...
分类:其他好文   时间:2014-10-25 13:10:23    阅读次数:220
Web--CSS控制页面(link与import方式区别)
先了解: 【1】         “Table”和“DIV”这两个网页元素诞生的目的不同,首先Table诞生的目的是为了存储数据,而DIV诞生的目的就是为了架设页面结构                   W3C,是World Wide Web Consortium的缩写,中文是W3C组织或者万维网联盟。W3C标准不是一个标准,而是一系列标准的集合,                   包含...
分类:Web程序   时间:2014-10-25 11:57:51    阅读次数:191
OC的HelloWorld程序详解
1 #import 2 3 int main(int argc, const char * argv[]) 4 { 5 @autoreleasepool { 6 NSLog(@"Hello world!"); 7 } 8 9 ...
分类:其他好文   时间:2014-10-24 20:19:45    阅读次数:142
Linux 下 Error: Could not find or load main class Hello
在linux下写了一个很easy的Hello world程序,编译执行居然报错:Error: Could not find or load main class Hello最后发现是CLASSPATH的问题。首先须要检查jdk环境变量是否配置正确:參考这篇文章:ubuntu12.04 安装配置jdk...
分类:系统相关   时间:2014-10-24 18:22:32    阅读次数:1268
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!