状态码含义100客户端应当继续发送请求。这个临时响应是用来通知客户端它的部分请求已经被服务器接收,且仍未被拒绝。客户端应当继续发送请求的剩余部分,或者如果请求已经完成,忽略这个响应。服务器必须在请求完成后向客户端发送一个最终响应。101服 务器已经理解了客户端的请求,并将通过Upgrade 消息头通...
                            
                            
                                分类:
Web程序   时间:
2015-07-13 18:13:56   
                                阅读次数:
103
                             
                         
                    
                        
                            
                            
                                在基类table增加upgrade操作:public abstract class DbBaseTable {	private static final String TAG = "DbBaseTable";	/** * @return the DB table name */	abstract.....
                            
                            
                                分类:
移动开发   时间:
2015-07-13 17:43:54   
                                阅读次数:
172
                             
                         
                    
                        
                            
                            
                                软件更新、安装源更新:sudo apt-get update 
软件更新、更新已安装的包:sudo apt-get upgrade 
软件安装:sudo apt-get install xxx(xxx是需要安装的软件)权限当需要修改根目录内文件、或者粘贴删除等文件操作权限不够的时候:sudo nautilus 
获取最高权限打开软件或其他的:suvim操作、文件操作文件操作如想打开home下面的一个...
                            
                            
                                分类:
系统相关   时间:
2015-07-12 00:22:37   
                                阅读次数:
167
                             
                         
                    
                        
                            
                            
                                删除/var/lib/dpkg/trigger文件夹sudo rm -R /var/lib/dpkg/trigger此时再sudo apt-get update
sudo apt-get upgrade...
                            
                            
                                分类:
其他好文   时间:
2015-07-10 11:18:35   
                                阅读次数:
109
                             
                         
                    
                        
                            
                            
                                以下是代码段。location/wsapp/{proxy_passhttp://wsbackend;proxy_http_version1.1;proxy_set_headerUpgrade$http_upgrade;proxy_set_headerConnection"upgrade";}
                            
                            
                                分类:
Web程序   时间:
2015-07-09 16:05:32   
                                阅读次数:
148
                             
                         
                    
                        
                            
                            
                                以下是在VirtualBox里的安装过程: 1. 选择“Select Install or upgrade existing system”2. 选择“skip ”3. 点击“Next”4. 选择语言后点击“Next”5. 选择键盘6. 选择“Select Basic Storage Device....
                            
                            
                                分类:
其他好文   时间:
2015-07-08 09:22:00   
                                阅读次数:
95
                             
                         
                    
                        
                            
                            
                                CBAY Car Key Copy is a hand-held auto key programmer especially for 4D/46/48 Chips copy. It is replacement for 468 KEY PRO III, and easy for operation...
                            
                            
                                分类:
其他好文   时间:
2015-07-07 10:56:59   
                                阅读次数:
160
                             
                         
                    
                        
                            
                            
                                update update is used to resynchronize the package index files from their sources. The indexes of available packages are fetched...
                            
                            
                                分类:
系统相关   时间:
2015-07-06 21:39:02   
                                阅读次数:
169
                             
                         
                    
                        
                            
                            
                                # deb cdrom:[Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140722.2)]/ trusty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of th...
                            
                            
                                分类:
移动开发   时间:
2015-07-03 20:44:57   
                                阅读次数:
170
                             
                         
                    
                        
                            
                            
                                apt-get:debian系系统的软件包管理程序(其图形化前端就是新立得),会自动帮你搞定依赖关系最常用参数:update —-与你的软件源(在/etc/apt/sources.list中列出)更新软件包列表,换源后需要执行upgrade —-根据update得到的源软件库与本地已经安装的对比.....
                            
                            
                                分类:
系统相关   时间:
2015-07-03 12:17:33   
                                阅读次数:
149