http://www.mathjax.org/download/http://www.w3.org/Math/Software/mathml_software_cat_editors.html
                            
                            
                                分类:
Web程序   时间:
2014-05-09 17:09:13   
                                阅读次数:
323
                             
                    
                        
                            
                            
                                通过CSS3的linear-gradient实现的.bg{width:300px;height:50px;background:#caca8c;background-image:-webkit-gradient(linear,50%0,0100%,from(transparent),color-st...
                            
                            
                                分类:
Web程序   时间:
2014-05-09 12:28:39   
                                阅读次数:
4486
                             
                    
                        
                            
                            
                                一。获取文本 textBox1.Text = 
Clipboard.GetData("Text").ToString();二。获取图像 pictureBox1.Image = 
Clipboard.GetImage();三。GetData()的参数解释名称 说明 Bitmap ...
                            
                            
                                分类:
其他好文   时间:
2014-05-09 12:22:12   
                                阅读次数:
361
                             
                    
                        
                            
                            
                                1 CImage img , img1 ,imDest; 2 img1.Load( 图片路径); 3 
img.Load( 图片路径); 4 为了防止图片失真,先处理一下在把图片显示出来 5 SetStretchBltMode(pDC->m_hDC , 
HALFTON...
                            
                            
                                分类:
其他好文   时间:
2014-05-09 11:50:35   
                                阅读次数:
283
                             
                    
                        
                            
                            
                                CImage 
imSrc,imDest;imSrc.Load(……);//读入原始图片imDest.Create(……)//创建新大小的图片imSrc.StretchBlt(imDest.GetDC(),……);imDest.ReleaseDC();imDest就是你制定尺寸的图片对象
                            
                            
                                分类:
其他好文   时间:
2014-05-09 11:32:39   
                                阅读次数:
265
                             
                    
                        
                            
                            
                                1,总是信任---》系统默认,2,missing shot缺少了iPad的 图片,设置 info不是 
universal是 iPhone,3,有广告的 ,广告内容全部勾选,4,一个是启动图片,一个是 应用图标,5,如果用黑色的启动图片,那么需要提供 
纯黑色的图片,而不是 不添加,
                            
                            
                                分类:
移动开发   时间:
2014-05-09 11:02:37   
                                阅读次数:
449
                             
                    
                        
                            
                            
                                master: linuxslave: win7 
64位系统在配置好系统后,采用jnlp的方式启动slave节点,报错如下:com.sun.deploy.net.FailedDownloadException: 
Unable to load resource: http://127.0.0.1:80...
                            
                            
                                分类:
Web程序   时间:
2014-05-08 21:43:22   
                                阅读次数:
2133
                             
                    
                        
                            
                            
                                LayoutInflater inflater = 
getLayoutInflater();View imageLayout = 
inflater.inflate(R.layout.preference_image.xml,null);ImageView imageView = 
(ImageView...
                            
                            
                                分类:
其他好文   时间:
2014-05-08 21:34:32   
                                阅读次数:
307
                             
                    
                        
                            
                            
                                说说那些令人惊叹的下拉效果1. 
动画下拉,这里借用一下github的资源优点:直接用gif图处理,下拉进度完全按照gif图运行时间,只要时间和下拉进度匹配就可以了, 
效果很流畅https://dribbble.com/shots/1418440-Twisted-gif?list=searches&t...
                            
                            
                                分类:
移动开发   时间:
2014-05-08 21:28:47   
                                阅读次数:
519
                             
                    
                        
                            
                            
                                plupload支持多文件上传。经过测试发现,plupload在上传多个文件时,会把多个文件拆分成单个的一个一个上传。
                            
                            
                                分类:
其他好文   时间:
2014-05-08 21:25:26   
                                阅读次数:
243