EditorGUI.ProgressBar 进度条static 
functionProgressBar(position:Rect,value: float,text: string) : 
voidParameters参数totalPositionRectangle on the screen to...
                            
                            
                                分类:
其他好文   时间:
2014-05-10 01:28:36   
                                阅读次数:
440
                             
                    
                        
                            
                            
                                HTML世界经典音乐剧《妈妈咪呀》1阿童木圣斗士喜羊羊与灰太狼地球超人变形金刚迪士尼JScss#hotTopic{width:445px;*width:422px; 
height:20px; overflow:hidden;float:left;border:1px solid #3e6388; m...
                            
                            
                                分类:
Web程序   时间:
2014-05-09 17:27:25   
                                阅读次数:
458
                             
                    
                        
                            
                            
                                14. which three are valid declaraction of a float? 
ADFA. float foo=-1; B. float foo=1.0; C. float foo=42e1; D. float foo=2.02f; E. 
float foo=3.03d; F....
                            
                            
                                分类:
其他好文   时间:
2014-05-09 16:37:31   
                                阅读次数:
323
                             
                    
                        
                            
                            
                                Oracle的数字类型主要有number,binary_float,binary_double三类,其他的像int,number(p,s)等等大多数都是由这些引申出来的。这部分的理解主要来自oracle11g编程艺术。 
其中提到的一个很有意思的东西就是number是软件模拟运算,而binary...
                            
                            
                                分类:
数据库   时间:
2014-05-09 16:32:13   
                                阅读次数:
350
                             
                    
                        
                            
                            
                                首先:用col*1.00 
把int字段隐式转换成decimal类型。然后:用round(col,2)来截取前两个小数前的数据 
最后:用CONVERT(FLOAT,decimalNum)来转换成float类型 eg:CONVERT(FLOAT,(round((col1*1.00 
)*100/(c...
                            
                            
                                分类:
数据库   时间:
2014-05-09 12:24:01   
                                阅读次数:
340
                             
                    
                        
                            
                            
                                对于C Standard Library 
可以参考:http://www.acm.uiuc.edu/webmonkeys/book/c_guide/或者http://www.cplusplus.com/reference/(一) 
常用函数:1、 三角函数double sin(double);正弦do...
                            
                            
                                分类:
其他好文   时间:
2014-05-05 10:45:09   
                                阅读次数:
416
                             
                    
                        
                            
                            
                                CSS清浮动:==>抄自梦想天空:http://www.cnblogs.com/lhb25/p/3674353.html上代码:所有代码访问:http://www.iyunlu.com/demo/enclosing-float-and-clearing-float/index.html 
那些年我们....
                            
                            
                                分类:
Web程序   时间:
2014-05-04 20:50:29   
                                阅读次数:
332
                             
                    
                        
                            
                            
                                精益求精方案一: 
相对于空标签闭合浮动的方法代码似乎还是有些冗余,通过查询发现Unicode字符里有一个“零宽度空格”,也就是U+200B 
,这个字符本身是不可见的,所以我们完全可以省略掉 visibility:hidden了1 .clearfix:after {content:"\200B"; 
....
                            
                            
                                分类:
Web程序   时间:
2014-05-04 19:36:20   
                                阅读次数:
686
                             
                    
                        
                            
                            
                                1.字母数字自动换行:wcline.wcline {word-break: 
break-all;word-wrap: break-word;}2.内容长度自动截取并添加... overflow: 
hidden;text-overflow: ellipsis;white-space: nowrap;
                            
                            
                                分类:
其他好文   时间:
2014-05-04 19:14:15   
                                阅读次数:
302
                             
                    
                        
                            
                            
                                讲解一种更易于控制和更为健壮的网页布局技术,适合已经学过html和css并对div+css的常规浮动布局有一定理解和经验的学习者或前端开发人员。...
                            
                            
                                分类:
Web程序   时间:
2014-05-04 09:33:17   
                                阅读次数:
277