1 public class UpLoadFile 2 { 3 public static void UpLoadFiles(string fileName) 4 { 5 string fileType = Path.GetExte...
分类:
Web程序 时间:
2015-05-10 11:13:39
阅读次数:
117
public void GetAllFiles(string fpath, string filetype)
{
//System.IO.DirectoryInfo dir = new System.IO.DirectoryInfo(fpath); // 遍历指定文件类型的文件
//System.IO.FileInfo[] fs = dir....
分类:
其他好文 时间:
2015-05-09 16:39:41
阅读次数:
113
//1.后台接受是 字符串形式 [HttpPost] public int SendTaxiAudioByWX(string userid, string suid, string indexno, string filetype) {}//前台参数 ...
分类:
其他好文 时间:
2015-05-07 16:40:07
阅读次数:
111
嘛……后面的比赛基本都是在NOI Linux下进行了,windows下的开发环境基本都不能用了>_>果断转了vim,记录一下vim的配置文件~ 1 set nu 2 syntax on 3 filetype indent on 4 set shiftwidth=4 5 set tabstop=4 6...
分类:
系统相关 时间:
2015-05-03 23:20:28
阅读次数:
277
对FUNCTION: GUI_DOWNLOAD中某些参数的用法. call function 'GUI_DOWNLOAD' exporting
* BIN_FILESIZE =
* filename = p_file
* FILETYPE...
分类:
其他好文 时间:
2015-04-28 17:38:36
阅读次数:
253
"" Author: Tianql" System: Ubuntu15.x" Date: 2015/4/24"set fileencoding=utf-8set encoding=utf-8"filetype on"filetype plugin on"filetype indent onfilet...
分类:
系统相关 时间:
2015-04-25 00:03:33
阅读次数:
186
在录音机中添加一个录音列表项,点击后用户可以看到已经存在的录音文件。
效果图如下:
修改代码参照如下:
最初的录音机是没有录音列表选项的,所以我们要加上去。
SoundRecorder\res\menu\main_menu.xml添加录音菜单选项
android:id="@+id/menu_item_filetype"...
分类:
移动开发 时间:
2015-04-23 17:37:50
阅读次数:
358
//Dxdbgrid,则直接用SaveToexcel即可//使用ExcelWithOdbc控件functionTDataModule1.GetDataToFile(DsData:TObject):Boolean;//用于将数据导入文件中varDataSet:TCustomADODataSet;FileName:string;FileType:string;beginifnot((DsDataisTCustomADODataSet)or(DsDataisTDBGrid)..
可变变量常用用于在写程序的时候不确定需要用哪个变量去处理数据的情形。$gif = “logo.gif”;$jpg = “logo.jpg”;$png = “logo.png”;假设用户可以填写一个表单,以决定其想要什么类型的logo图片,$f1 = $_GET[‘fileType’];//用户选择所...
分类:
其他好文 时间:
2015-04-18 22:02:20
阅读次数:
125
引言 google是获取信息信息重要宝贵工具之一。google搜索引擎尤其还可以用来获取存储在服务器上的用户名和密码数据。如果有些用户没有把重要的数据完全存储在有人证机制的文件夹中,那么这些数据就可能被google的搜索引擎抓到。google search抓取密码的相关语法
1 “Login: ” “password =” filetype: xls ( 搜索存储在excel文件中含有...
分类:
其他好文 时间:
2015-04-07 09:50:53
阅读次数:
715