Python Open Flash Chart (pyOFC2) — HomepyOFC2 
Python Open Flash Chart 2
                            
                            
                                分类:
编程语言   时间:
2014-06-11 13:15:46   
                                阅读次数:
206
                             
                    
                        
                            
                            
                                fstream对象在做大部分操作时都应注意对返回结果或条件状态做判断,诸如seek、>>、open之类的操作都可能失败,一旦失败后,条件状态将被置位,该流就处于被破坏的状态,后续的操作可能都会失败,例如: 
1 #include 2 #include 3 4 int _tmain(int a...
                            
                            
                                分类:
其他好文   时间:
2014-06-10 00:16:14   
                                阅读次数:
216
                             
                    
                        
                            
                            
                                c# 删除程序占用的文件,清理删除文件,彻底删除文件,解除文件占用
文件打开时是,以共享模式打开
 FileStream inputStream = new FileStream(name, FileMode.Open, FileAccess.Read, FileShare.ReadWrite);
 p.BackgroundImage = new Bitmap(inputStream);...
                            
                            
                                分类:
其他好文   时间:
2014-06-08 17:21:06   
                                阅读次数:
206
                             
                    
                        
                            
                            
                                今天是2014-06-06,在进行数据库恢复的时候出现了一个久违的ora-600 [2662]错误,特整理如下:
问题描述:
  system表空间误删,采用恢复数据文件的方式将数据库恢复到开始状态,数据库为非归档模式。在alter database open resetlog打开数据库的时候提示ora-600 【2662】错误。信息如下:
SQL> col member for a80
S...
                            
                            
                                分类:
其他好文   时间:
2014-06-08 15:09:15   
                                阅读次数:
394
                             
                    
                        
                            
                            
                                /* * Copyright (C) 2011 The Rexsee Open Source 
Project * * Licensed under the Rexsee License, Version 1.0 (the "License"); * 
you may not use this file...
                            
                            
                                分类:
移动开发   时间:
2014-06-08 07:38:06   
                                阅读次数:
363
                             
                    
                        
                            
                            
                                Android, an open source operating system for 
mobile devices (Smartphone and tablet), led by Google. The Android SDK provides 
a set of tools and APIs t...
                            
                            
                                分类:
移动开发   时间:
2014-06-08 06:43:07   
                                阅读次数:
393
                             
                    
                        
                            
                            
                                Blog部落格文章的网址,例如本篇文章:http://blog.openyu.org/2014/01/google-goo.gl.html,通常都很冗长,分享到社群网站上,容易使得讯息内容过多,同时也会引起读者的反感,Google谷歌推出goo.gl缩短网址服务,不但可以把网址缩短,还能提供统计资料...
                            
                            
                                分类:
其他好文   时间:
2014-06-08 01:15:37   
                                阅读次数:
271
                             
                    
                        
                            
                            
                                Android Emulator 给用户提供 GPU on 选项,意思是利用 Host ( 就是执行 
Emulator 的PC机) 的 GPU. 当然PC机必须把 OpenGL 的驱动装好在实现上就是把 libGLESv1_CM.so libGLESv2.so 
替换掉,当system调用 gl的函数...
                            
                            
                                分类:
移动开发   时间:
2014-06-07 23:36:36   
                                阅读次数:
311
                             
                    
                        
                            
                            
                                About fork() in linux:parent/child processes 
created by fork() share the same file table (linux file descriptor or called 
`open file descriptor`)Which...
                            
                            
                                分类:
系统相关   时间:
2014-06-07 21:47:58   
                                阅读次数:
443
                             
                    
                        
                            
                            
                                常见问题1:run as Android Application运行时提示无法识别到模拟器 
解决步骤如下: (1)首先查看安卓模拟器是否已经打开 (2)如果安卓模拟器已经打开,则操作步骤为:点击Eclipse菜单栏的window项-->Open 
perspective-->DDMS ...
                            
                            
                                分类:
移动开发   时间:
2014-06-07 20:34:01   
                                阅读次数:
334