void AudioGrabber::saveWave(const QString
&fileName, const QByteArray &raw, const QAudioFormat &format){
typedef struct{ char riff_fileid[4];//"RIFF" ...
分类:
其他好文 时间:
2014-05-09 05:01:23
阅读次数:
434
//
获取程序的基目录。System.AppDomain.CurrentDomain.BaseDirectory//
获取模块的完整路径。System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName//
获取和设置当前目录(该进...
分类:
移动开发 时间:
2014-05-08 23:49:48
阅读次数:
364
//指定一个文件名,写入脚本 string filename =
Path.Combine(path,"killmyself.bat"); using (StreamWriter bat = new Stream...
分类:
其他好文 时间:
2014-05-08 23:46:24
阅读次数:
527
//指定一个文件名,写入脚本 string filename =
Path.Combine(path,"killmyself.bat"); using (StreamWriter bat = new Stream...
分类:
其他好文 时间:
2014-05-08 23:02:31
阅读次数:
676
FileUtils//文件管理工具FileUtils::getInstance()std::string getStringFromFile(const
std::string& filename);//读取文件中的字符串Data getDataFromFile(const
std::string&...
分类:
移动开发 时间:
2014-05-08 23:00:07
阅读次数:
419
android 端public String UploadHeadImg(Bitmap
bitmap,String fileName ) { String[] arg={"BtyeString","FileName"}; String[]
val={bitmaptoString(bitmap)...
分类:
移动开发 时间:
2014-05-08 18:35:13
阅读次数:
357
publicvoidDownLoad(stringwordcode,stringwordname,stringwordcopyright)
{
stringoutfn="p_w_upload;filename={0}.txt";
Response.ContentType="application/txt;charset=GB2312";
Response.AddHeader("Content-Disposition",string.Format(outfn,wordcode));
Response.Write..
分类:
其他好文 时间:
2014-05-08 16:50:54
阅读次数:
269
C#获取当前路径的方法如下:1.
System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName-获取模块的完整路径。2.
System.Environment.CurrentDirectory-获取和设置当前目录(该进程从中启动...
分类:
其他好文 时间:
2014-05-08 11:52:05
阅读次数:
240
创建SQL快照CREATEDATABASEdatabase_snapshot_nameON(NAME=logical_file_name,FILENAME=‘os_file_name‘)[,...n]ASSNAPSHOTOFsource_database_namedatabase_snapshot_name是要将数据库恢复到的快照的名称logical_file_name是引用该文件时在SQLServer中使用的逻辑名称os_file_nam..
分类:
数据库 时间:
2014-05-08 10:54:25
阅读次数:
445
//文件远程下载 WebClient client = new WebClient(); Uri
uri = new Uri(url); client.DownloadFile(Uri uri,String
filename);//文件一定得存在不然会报错所以在删除文件时先判断这个文件是否存...
分类:
其他好文 时间:
2014-05-07 21:07:37
阅读次数:
284