1. 卸载官方的源(更新速度很慢),添加国内速度比较快的源。ps:关于源的概念,相信用openSUSE的都会知道1 sudo zypper mr -d openSUSE-13.1-1.10 2 sudo zypper mr -d openSUSE-13.1-Oss openSUSE-13.1-N.....
                            
                            
                                分类:
其他好文   时间:
2014-06-19 09:04:15   
                                阅读次数:
298
                             
                    
                        
                            
                            
                                new document div{position:absolute;width:200px;height:200px;left:0;top:0;right:0;bottom:0;margin:auto;border-radius:50%;backgroun...
                            
                            
                                分类:
Web程序   时间:
2014-06-18 21:43:53   
                                阅读次数:
358
                             
                    
                        
                            
                            
                                css:#profile_block{text-align:center;position:absolute; top:60px; right:10px;}#blog-calendar{border-radius: 7px;background:#fff;}#p_b_follow{padding-t...
                            
                            
                                分类:
其他好文   时间:
2014-06-18 19:09:20   
                                阅读次数:
198
                             
                    
                        
                            
                            
                                织梦菜单导航调用特定栏目的修改正常:{dede:channel type='top' row='10' currentstyle="~typename~"} [field:typename/] {/dede:channel}变成:{dede:channelartlist typeid="2...
                            
                            
                                分类:
其他好文   时间:
2014-06-18 19:03:16   
                                阅读次数:
3850
                             
                    
                        
                            
                            
                                PS: (proxy / stub)当你开发的组件需要用到代理/存根(即IPC(LPC+RPC)),就需要该工程,否则此工程无用创建Proxy/Stub DLL1. nmake -f HelloPS.mk2.regsvr32 helloPS.dll
                            
                            
                                分类:
其他好文   时间:
2014-06-18 18:49:46   
                                阅读次数:
265
                             
                    
                        
                            
                            
                                一、htop简介Thisishtop,aninteractiveprocessviewerforLinux.Itisatext-modeapplication(forconsoleorXterminals)andrequiresncurses.ComparisonbetweenhtopandtopIn‘htop‘youcanscrollthelistverticallyandhorizontallytoseeallprocessesandcompletecommandlines.In‘top‘youa..
                            
                            
                                分类:
系统相关   时间:
2014-06-16 16:59:39   
                                阅读次数:
284
                             
                    
                        
                            
                            
                                Paper:ImageNet Classification with Deep Convolutional Neual NetworkAchievements:The model addressed by Alex etl.achieved top-1 and top-5 test error ra...
                            
                            
                                分类:
Web程序   时间:
2014-06-15 12:22:10   
                                阅读次数:
320
                             
                    
                        
                            
                            
                                freefree 命令相对于top 提供了更简洁的查看系统内存使用情况:# free total used free shared buffers cachedMem: 255988 231704 ...
                            
                            
                                分类:
其他好文   时间:
2014-06-15 11:56:28   
                                阅读次数:
207
                             
                    
                        
                            
                            
                                1 迭代,重要关系 p->right = s.top(); 1 class flat{ 2 public: 3 void flatten(TreeNode* root) { 4 if (root == NULL) return; 5 ...
                            
                            
                                分类:
其他好文   时间:
2014-06-14 16:50:41   
                                阅读次数:
172
                             
                    
                        
                            
                            
                                %%%% 完成PS 中的染色玻璃滤镜特效
clc;
clear all;
close all;
addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm');
Image=imread('4.jpg');
Image=double(Image);
Gray_Image=rgb2gray(Image/...
                            
                            
                                分类:
其他好文   时间:
2014-06-14 10:39:21   
                                阅读次数:
240