码迷,mamicode.com
首页 >  
搜索关键字:php报错no input file specified    ( 83733个结果
php---下载功能
<?php $filename="胡主席好.pdf"; if(!file_exists($filename)) { echo "不存在此文件"; return; } $fp=fopen($filename,"r"); $file_size=filesize($filename); //配置头文件 /...
分类:Web程序   时间:2014-04-29 13:42:20    阅读次数:356
黑马程序员 IO流 文件的分割与合并
---------------------- ASP.Net+Unity开发、.Net培训、期待与您交流! ---------------------- package cn.itcast.IO; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import j...
分类:其他好文   时间:2014-04-29 13:41:22    阅读次数:407
HDU-3068-最长回文 (Manacher算法)
Problem Description 给出一个只由小写英文字符a,b,c...y,z组成的字符串S,求S中最长回文串的长度. 回文就是正反读都是一样的字符串,如aba, abba等   Input 输入有多组case,不超过120组,每组输入为一行小写英文字符a,b,c...y,z组成的字符串S 两组case之间由空行隔开(该空行不用处理) 字符串长度len   Ou...
分类:其他好文   时间:2014-04-29 13:37:21    阅读次数:311
codeforces_#243 (Div.2)
A题,426A,Sereja and Mugs 题目意思:有n-1个小伙伴,n个杯子,里面分别装有水,每个小伙伴可以选择一杯水,问总共加起来会不会超过给的S 解题思路: 这个还要说吗? /************************************************************************* > File Name: 1.cpp > Autho...
分类:其他好文   时间:2014-04-29 13:33:22    阅读次数:298
jQuery 滑动改变价格
jQuery 滑动改变价格演示 XML/HTML Codesection id="content" >  div class="cube">  div class="a">div>  div class="b">div>  div class="c">div>  div class="d">div>  div id="slider-range-min">div>  div>  input type...
分类:Web程序   时间:2014-04-29 13:27:21    阅读次数:595
Java根据Url下载图片
package com.ronniewang.downloadpicture; import java.io.DataInputStream; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.net.MalformedURLException; import...
分类:编程语言   时间:2014-04-29 13:27:20    阅读次数:345
APK 代码混淆
# To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. # # Add project specific ProGuard rules here. # By default, the flags ...
分类:其他好文   时间:2014-04-29 13:24:23    阅读次数:443
VBA bat create excel files
VBA bat create excel files the datasource is current excel...
分类:其他好文   时间:2014-04-29 13:24:22    阅读次数:259
AutoHotkey实现win8新建文本文件快捷键
Win7 以来,可以使用 Shift+Ctrl+N新建文件夹,非常方便 但是一直以来,没有”新建文本文件“的快捷键 现在,终于实现了 1.打开注册表,搜索”文本文件“,将结果中的”文本文件“改为”文本文件(&N)“ 我的结果是: [HKEY_CLASSES_ROOT\Notepad++_file] @="Notepad++ Document" 改为 [HKEY_CLASSES_RO...
分类:Windows程序   时间:2014-04-29 13:23:19    阅读次数:650
leetcode day6 -- String to Integer (atoi) && Best Time to Buy and Sell Stock I II III
1、 ?? String to Integer (atoi) Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yours...
分类:其他好文   时间:2014-04-29 13:22:22    阅读次数:341
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!