全部文章
标签用来创建仅包含直线的形状。
分类:其他 时间:2014-02-07 09:58:39 收藏:0 阅读:283
一个四元数数据结构: 1 using System; 2 3 namespace WorldWind 4 { 5 /// 6 /// 四元数 7 /// 8 public struct Quaternion4d 9 { 10 public double X; 11 public double Y; ...
分类:其他 时间:2014-02-07 09:56:09 收藏:0 阅读:727
学习此连接的总结http://developer.51cto.com/art/201009/226158.htmcss样式表中四种属性选择器1> 简易属性 tag[class]{ font-weight:bold } It will affect all tag with any class. e....
分类:Web开发 时间:2014-02-07 09:54:29 收藏:0 阅读:442
tomcat-users.xml配置文件中找到 that surrounds them.--> -->
分类:数据库技术 时间:2014-02-07 09:55:19 收藏:0 阅读:475
1 #include 2 #include 3 #include 4 #include 5 6 #define MAX_INT_DIGIT 10 7 8 9 int * getSizeTable(); 10 char* int2str(const int); 11 int power(int, in...
分类:编程语言 时间:2014-02-07 09:53:39 收藏:0 阅读:381
后面会陆续维护此页。1.php编程此博客是网站www.beilei123.cn镜像,转载请注明出处。
分类:Web开发 时间:2014-02-07 09:52:49 收藏:0 阅读:371
定义:观察者模式定义了一系列对象之间的一对多关系,当一个对象的状态改变时,它的所有依赖者都会收到通知并自动更新。假设我们这里有个新闻订阅中心,提供了两种新闻类型的订阅,一种是娱乐新闻,一种是科技新闻,每一位用户都可以在这里订阅,只要有新的新闻就会推送给他们的订户,当然你也可以取消订阅。怎么去实现这个...
分类:其他 时间:2014-02-07 09:51:59 收藏:0 阅读:326
Android应用开发以及设计思想深度剖析(1)21cnbao.blog.51cto.com/109393/956049
分类:移动平台 时间:2014-02-07 09:51:09 收藏:0 阅读:357
标签用来定义路径。下面的命令可用于路径数据:M = movetoL = linetoH = horizontal linetoV = vertical linetoC = curvetoS = smooth curvetoQ = quadratic Belzier curveT = smooth q...
分类:其他 时间:2014-02-07 09:49:29 收藏:0 阅读:294
str()表示将对象转化为字符串repr()将一个对象转成字符串显示,注意只是显示用eval(str [,globals [,locals ]])函数将字符串str当成有效Python表达式来求值,并返回计算结果。exec语句将字符串str当成有效Python代码来执行.提供给exec的代码的名称空...
分类:编程语言 时间:2014-02-07 09:48:39 收藏:0 阅读:397
1322137322138322139323994
上一页3239936下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!