<?php?
require_once?‘inc.php‘;
require_once?‘vendor/autoload.php‘;
//?引入鉴权类
use?Qiniu\Auth;
//?引入上传类
use?Qiniu\Storage\UploadManager;
//?需要填写你的?Access?Key?和?Secret?...
                            
                            
                                分类:
Web程序   时间:
2015-09-07 19:50:06   
                                阅读次数:
202
                             
                         
                    
                        
                            
                            
                                错误描述:java.lang.IllegalStateException: You need to use a theme.appcompat theme (or descendant) with this activity产生原因:Activity继承自AppCompatActivity,在sty...
                            
                            
                                分类:
移动开发   时间:
2015-09-07 19:27:30   
                                阅读次数:
299
                             
                         
                    
                        
                            
                            
                                #!/usr/bin/env?python??
#coding=utf-8??
import?threading??
def?sayhello():??
????print?"hello?world"??
????global?t????????#Notice:?use?global?variable!??
???...
                            
                            
                                分类:
编程语言   时间:
2015-09-07 15:39:56   
                                阅读次数:
157
                             
                         
                    
                        
                            
                            
                                1. PATH env variableIt is used to search the command directory when we use the console type commands. We only can use the javac and java command anywh...
                            
                            
                                分类:
编程语言   时间:
2015-09-07 14:26:15   
                                阅读次数:
145
                             
                         
                    
                        
                            
                            
                                1 --新建数据库 2 create database Studentdb 3 go 4 5 --使用数据库 6 use Studentdb 7 go 8 9 --新建表 10 create table Username 11 ( 12 StudentNo int i...
                            
                            
                                分类:
数据库   时间:
2015-09-07 12:45:27   
                                阅读次数:
207
                             
                         
                    
                        
                            
                            
                                创建数据库CREATE DATABASE name;USE name;创建表CREATE TABLE name ( username varchar(16) not null primary key, password char(40) not null, email varchar(100)...
                            
                            
                                分类:
其他好文   时间:
2015-09-07 12:27:17   
                                阅读次数:
122
                             
                         
                    
                        
                            
                            
                                4 (Build 0140)Copyright (c) 2002-2014 NetSarang Computer, Inc. All rights reserved.Type `help' to learn how to use Xshell prompt.Xshell:\> Connecting ...
                            
                            
                                分类:
其他好文   时间:
2015-09-07 11:05:47   
                                阅读次数:
398
                             
                         
                    
                        
                            
                            
                                任务:每周一 6:00 备份远端桌面的数据@echo offcolor 47title 正在备份,请勿关闭cd c:\backupmkdir "%date%"if not exist X:\ net use X: \\10.234.0.79\Desktop passwd123 /user:admin...
                            
                            
                                分类:
其他好文   时间:
2015-09-07 10:55:39   
                                阅读次数:
140
                             
                         
                    
                        
                            
                            
                                elinux.org/Raspberry_Pi_Kernel_Compilation#Use_the_provided_compilerSoftware & Distributions:Software - an overview.Distributions - operating systems ...
                            
                            
                                分类:
Web程序   时间:
2015-09-07 01:49:51   
                                阅读次数:
256
                             
                         
                    
                        
                            
                            
                                今天升级Xcode 7.0 bata发现网络访问失败。输出错误信息The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.Go...
                            
                            
                                分类:
移动开发   时间:
2015-09-06 22:57:54   
                                阅读次数:
188