说的有点乱,先看个图把其实这个constrant的目的就是控制两个方形的控件上方和下方的空白大小。对于每一个方块来说,他们上方和下方的空白是相同的。这种“居中”的设计到处可见。一个控件想实现这种居中和简单,只需要建立一个参考的view,比如这里的h1或h2,再调整好参考view的高度,最后设置控件和...
                            
                            
                                分类:
移动开发   时间:
2014-05-08 19:34:53   
                                阅读次数:
486
                             
                    
                        
                            
                            
                                con.execute "CREATE tblImg (lngId COUNTER PRIMARY 
KEY, binImg IMAGE)"set 
ads=createobject("adodb.stream")ads.type=1ads.mode=3ads.openads.loadFromFile ...
                            
                            
                                分类:
数据库   时间:
2014-05-08 19:26:02   
                                阅读次数:
376
                             
                    
                        
                            
                            
                                前面写了个View画圆弧,为了让他和底层图片效果融合,采用先把圆弧画到和图片一样大小的画布上,然后用canvas的变换位图方法映射过去。 
bitmapWithReflection = Bitmap.createBitmap(swidth, sheight, Config.ARGB_88...
                            
                            
                                分类:
其他好文   时间:
2014-05-08 19:22:16   
                                阅读次数:
293
                             
                    
                        
                            
                            
                                attribute:$(”p”).addClass(css中定义的样式类型); 
给某个元素添加样式$(”img”).attr({src:”test.jpg”,alt:”test Image”}); 
给某个元素添加属性/值,参数是map$(”img”).attr(”src”,”test.jpg”); ...
                            
                            
                                分类:
编程语言   时间:
2014-05-08 18:54:15   
                                阅读次数:
507
                             
                    
                        
                            
                            
                                由于项目中还没有更好的多点触控思路,所以需要将多点触控暂时关闭;关闭多点触控的代码只有一行:private void 
image_ManipulationStarting(object sender, ManipulationStartingEventArgs 
e){e.Mode = Manipul...
                            
                            
                                分类:
其他好文   时间:
2014-05-08 14:34:30   
                                阅读次数:
251
                             
                    
                        
                            
                            
                                源表(table1)数据{A:string B:array C:string}A B C190 
[1030,1031,1032,1033,1190] select id191 [1030,1031,1032,1033,1190] select 
id希望的结果是:190 1030 select id1...
                            
                            
                                分类:
其他好文   时间:
2014-05-08 14:19:57   
                                阅读次数:
311
                             
                    
                        
                            
                            
                                adb devices 显示adb上连接的设备adb devices -l 
会显示所连接设备更多的信息adb connect ip地址 连接到某个地址的设备 如:adb connect 192.168.42.1 
连接到ip为192.168.42.1的tablet, 而这个地址是由image的编码决定...
                            
                            
                                分类:
数据库   时间:
2014-05-08 13:47:23   
                                阅读次数:
395
                             
                    
                        
                            
                            
                                Found the solution myself in the end. The problem 
was not with theLinearLayout,but with theScrollView(seems weird, considering the 
fact that theScroll...
                            
                            
                                分类:
移动开发   时间:
2014-05-08 13:42:02   
                                阅读次数:
321
                             
                    
                        
                            
                            
                                - (BOOL)gestureRecognizer:(UIGestureRecognizer 
*)gestureRecognizer shouldReceiveTouch:(UITouch *)touch{ // 获取点击的view的类名 
NSLog(@"%@", NSStringFromCla.....
                            
                            
                                分类:
其他好文   时间:
2014-05-07 20:25:47   
                                阅读次数:
404
                             
                    
                        
                            
                            
                                案例4视图viwer拓扑图:1.查看帮助[root@centos~]#vim/usr/share/doc/bind-9.8.2/sample/etc/named.conf[root@host2~]#cd/var/named/chroot/etc2.[root@centosetc]#vimnamed.conf添加视图:36view"lan-view"37{38zone"."IN{39typehint;40file"named.ca";41};42zone"ab.com"{43t..
                            
                            
                                分类:
系统相关   时间:
2014-05-07 15:33:16   
                                阅读次数:
618