输入一个字符串S,再输入一个字符c,要求在字符串S中查找字符c。如果找不到则输出“Not found”;若找到则输出字符串S中从c开始的所有字符。输入格式:输入在第1行中给出一个不超过80个字符长度的、以回车结束的非空字符串;在第2行中给出一个字符。输出格式:在一行中按照题目要求输出结果。输入样例1...
                            
                            
                                分类:
其他好文   时间:
2014-08-03 15:09:15   
                                阅读次数:
145
                             
                         
                    
                        
                            
                            
                                这个问题也挺让人无语的,昨天重新装了Mac OS X,然后装JDK,想都没想就装了JDK 8,然后开始实验,结果就报类似于下面这种Exception:
org.aspectj.apache.bcel.classfile.ClassFormatException: File: 'java.util.Comparator': Invalid byte tag in constant pool: 18...
                            
                            
                                分类:
Web程序   时间:
2014-08-03 12:50:35   
                                阅读次数:
261
                             
                         
                    
                        
                            
                            
                                【Phong Shading】 The most serious problem with Gouraud shading occurs when specular highlights are found in the middle of a large polygon. Since these....
                            
                            
                                分类:
其他好文   时间:
2014-08-03 12:43:25   
                                阅读次数:
223
                             
                         
                    
                        
                            
                            
                                [root@node1/]#yuminstallpython-pip-ypipinstallpython-novaclientpipinstallpython-ceilometerclientpipinstallpython-cinderclientpipinstallpython-glanceclient-haserrorwheniinstallpipinstallpython-heatclientpipinstallpython-keystoneclientpipinstallpython-neutron..
                            
                            
                                分类:
编程语言   时间:
2014-08-03 07:57:55   
                                阅读次数:
443
                             
                         
                    
                        
                            
                            
                                Problem Description
The doggie found a bone in an ancient maze, which fascinated him a lot. However, when he picked it up, the maze was changed and the way he came in was lost.He realized that the bo...
                            
                            
                                分类:
其他好文   时间:
2014-08-02 23:31:54   
                                阅读次数:
274
                             
                         
                    
                        
                            
                            
                                说明了JSP页面里引用安全登录页面的jsp路径代码:这句代码引用的路径是错误的。解决办法:确认路径并修改成正确路径即可。
                            
                            
                                分类:
Web程序   时间:
2014-08-02 18:18:53   
                                阅读次数:
223
                             
                         
                    
                        
                            
                            
                                INVALID_SOCKET的值(2011-06-26 15:06:45)标签: 杂谈 INVALID_SOCKET的值不是-1,原因参考basetsd.h和WinSock2.h:typedef _W64 unsigned int UINT_PTR, *PUINT_PTR;typedef UINT_...
                            
                            
                                分类:
其他好文   时间:
2014-08-02 18:08:13   
                                阅读次数:
867
                             
                         
                    
                        
                            
                            
                                安装了一个2008的VM,欢天喜地准备做一些测试,结果在用UNC访问VM的过程中出现了如下错误,这个错误其实非常普遍,在google里搜error number能搜出好多文章,这其实也是最可怕的地方,搜出来的东西千奇百怪,却没有一个能和自己的错误对应上。本例就是其中一个,windows firewa...
                            
                            
                                分类:
Windows程序   时间:
2014-08-02 15:23:53   
                                阅读次数:
1025
                             
                         
                    
                        
                            
                            
                                ubuntu软件中心emacs的版本是23,自己在网上下了最新版24.3,通过编译安装到时候遇到来很多依赖问题,下面将这些问题整理了出来:
1.执行./configure命令出现如下错误:
configure: error: You seem to be running X, but no X development libraries
were found.  You should i...
                            
                            
                                分类:
其他好文   时间:
2014-08-02 01:55:52   
                                阅读次数:
304
                             
                         
                    
                        
                            
                            
                                1.jQuery鼠标滚轮事件插件Mouse Wheel 下载链接:https://github.com/brandonaaron/jquery-mousewheel/ 使用方法:// using bind$('#my_elem').bind('mousewheel', function(even.....
                            
                            
                                分类:
Web程序   时间:
2014-08-01 18:48:22   
                                阅读次数:
418