连接代码:图片下载test.php文件代码:$filename= $_GET['url'];//图片地址,可以绝对地址也可以相对地址header("Content-Type: application/force-download");header('Content-Disposition: atta...
分类:
Web程序 时间:
2015-03-03 18:11:58
阅读次数:
171
1、安装时提示:warning: *.rpm: Header V3 RSA/SHA256 Signature, keykey ID c105b9de: NOKEY解决的方法就是在rpm 语句后面加上 --force --nodeps即原本为 rpm -ivh *.rpm 现在改成 rpm -ivh ...
分类:
系统相关 时间:
2015-03-01 16:53:12
阅读次数:
176
String Matching
这个问题已经被做烂了...
下面是C语言实现集合.
http://www-igm.univ-mlv.fr/~lecroq/string/
留个爪~
暴力解法:
暴力美啊~
"""
Programmer : EOF
Date : 2015.0...
分类:
其他好文 时间:
2015-02-28 20:21:55
阅读次数:
323
ADT版本较低时,造成xml布局文件无法预览,更新时发现google被墙,找网上的招数暂且解决了问题。1. SDK的更新:将https://修改为http://修改方法是:在Android SDK Manager->Tools-Options...选项界面,将“Force https://… sou...
分类:
移动开发 时间:
2015-02-28 20:05:54
阅读次数:
205
如果你的linux机子是32位的,那么运行android模拟器的时候会报错,如下:
ERROR: 32-bit Linux Android emulator binaries are DEPRECATED, to use them
you will have to do at least one of the following:
- Use the '-force-32bit' optio...
分类:
移动开发 时间:
2015-02-25 15:38:06
阅读次数:
210
Problem Descriptiondefine xhxj (Xin Hang senior sister(学姐))If you do not know xhxj, then carefully reading the entire description is very important.
As the strongest fighting force in UESTC, xhxj grew...
分类:
其他好文 时间:
2015-02-24 16:21:58
阅读次数:
180
HTTP2协议规范详述作者:chszs,转载需注明。博客主页:http://blog.csdn.net/chszs2015年2月19日,HTTP协议规范的标准化组织The Internet Engineering Task Force's HTTP Working Group,正式发布了HTTP 2协议。HTTP协议工作组实际上发布了两个相关的规范:1)HTTP/2协议2)HPACKHPACK是H...
分类:
Web程序 时间:
2015-02-22 20:43:10
阅读次数:
168
A. Pasha and Pixels ( 暴力 )题意:给一个n*m的矩阵染色(初始为全白),如果在k步之内染出一个2*2的矩阵,输出最小步数,否则输出0分析:brute force#include #include #include #include using namespace std;in...
分类:
其他好文 时间:
2015-02-15 17:51:22
阅读次数:
144
extends:http://zhiweiofli.iteye.com/blog/1539467本人某个android项目开发阶段一直运行良好,直到上线前夕,在某款跑着android 4.03系统的手机运行却报出一下异常,导致force close:java.lang.IllegalStateExc...
分类:
移动开发 时间:
2015-02-15 13:25:41
阅读次数:
202
rpm2cpio *.rpm | cpio -imd #解压一个rpm包rpm -ivh *.rpm --force #强制安装这个rpm包rpm -ivh *.rpm --oldpackage #版本降级,在已经安装高版本后,降级rpm -ivh *.rpm --...
分类:
其他好文 时间:
2015-02-13 18:10:34
阅读次数:
234