E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
FromFile
HTML5的Ajax上传(非表单提交方式)
不过在Firefox3中,可以借助下面的方法来调试ajax发送post二进制数据: function postFile(
fromfile
,toUrl,callback,onProgress) {
wv1124
·
2011-07-09 09:00
html5
Android安装卸载apk包
StringfileName=Environment.getExternalStorageDirectory()+apkName;Uriuri=Uri.
fromFile
(newFile(fil
gf771115
·
2011-07-08 11:00
android
String
application
delete
dialog
action
调用Android installer 安装和卸载程序
Intentintent=newIntent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.
fromFile
(newFile("/sdcard/WorldCupTimer.apk
lili1985516
·
2011-06-27 15:00
Android代码实现APK文件的安装与卸载
Environment.getExternalStorageDirectory()+str;Intentintent=newIntent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.
fromFile
Sky_Monkey
·
2011-06-21 10:00
android
String
File
url
delete
byte
Android 程序的安装、卸载和更新
StringfileName=Environment.getExternalStorageDirectory()+apkName; Uriuri=Uri.
fromFile
(newFile(fileName
itachi85
·
2011-06-17 15:00
android
String
user
File
null
delete
照相机的调用和数据的返回值
startActivityForResult(mIntent,1); 调用时自己可以设置一个保存路径: mIntent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.
fromFile
wop_niaoren19870227
·
2011-06-09 18:00
最简单设置Mdi容器背景图片方法
//手动创建Mdi容器MdiClientmic=newMdiClient();mic.Dock=DockStyle.Fill;mic.BackgroundImage=Image.
FromFile
("bg.bmp
yunhaiC
·
2011-06-02 11:00
android拍照上传的效果是如何实现的
file = new File("/sdcard/MyScreen/20100528163140.jpg");i.putExtra(Intent.EXTRA_STREAM, Uri.
fromFile
wjm901215
·
2011-06-01 16:00
android
面试题汇总
1、用递归复制文件目录 public void copyFiles(String fromPath, String toPath){ File
fromFile
= new File
huxiaoqing
·
2011-05-31 23:00
java
面试
F#
Texture2D.
FromFile
今天写程序无意中发现Texture2D.
fromfile
(),不能够使用了,以前还会用的,今天就报错。
xuehuic
·
2011-05-28 14:00
android程序自动安装apk
uses-permission android:name="android.permission.INSTALL_PACKAGES" /> Uri uri = Uri.
fromFile
dengzh
·
2011-05-26 16:00
android
代码
自动更新
安装APK
android程序自动安装apk
uses-permission android:name="android.permission.INSTALL_PACKAGES" /> Uri uri = Uri.
fromFile
dengzh
·
2011-05-26 16:00
代码
android
自动更新
安装APK
Android 程序的安装、卸载和更新
StringfileName=Environment.getExternalStorageDirectory()+apkName;Uriuri=Uri.
fromFile
(newFile(fileName
huxud1982
·
2011-05-10 14:00
android
String
File
user
null
delete
c# 图片文件读取
// Image.
FromFile
(path);但该方面 在释放 Image 之前,此文件将一直保持锁定状态(MSDN),所以对于共享文件或多用户访问的Image来说,该方法不合适。
devilhand
·
2011-05-04 16:00
C++
c
C#
asp.net简易图片压缩,缩略图实现
publicstringErrorMessage; publicImageThumbnail(stringImageFileName) { ResourceImage=Image.
FromFile
chensirbbk
·
2011-04-28 18:00
修改image图像的数据
{//临时图像Bitmap*lpImage=Bitmap::
FromFile
(_T("E://work//src//MiniVideo//final//Skin//setting_btn2.png"))
Blue_Dream_
·
2011-04-12 17:00
image
测试
null
delete
Matrix
android屏幕截图并通过邮件发送
null) { File file = new File(path); email.putExtra(android.content.Intent.EXTRA_STREAM, Uri .
fromFile
shoowc
·
2011-04-08 00:00
android
UI
qq
Scheme
OS
android截屏并通过邮件发送
null) { File file = new File(path); email.putExtra(android.content.Intent.EXTRA_STREAM, Uri .
fromFile
shoowc
·
2011-04-08 00:00
android
C#获取动态代码的值
通过字符串对控件属性赋值例如:"BackColor=Color.FromArgb(100,100,100);BackGroundimage=Image.
FromFile
(\"XXX\")"其中最关键的部分算是获取动态代码的值
lsjhn110
·
2011-04-06 21:41
反射
C#
动态编译
休闲
动态代码值
关闭Image.
FromFile
(filePath)打开的文件
不懂为什么
FromFile
函数自己没做。
surgent
·
2011-04-04 00:00
image
String
byte
添加水印,图片重绘
System.Drawing.Image image = System.Drawing.Image.
FromFile
(path); Graphics
xyj052
·
2011-03-28 21:00
image
Path
拍照后裁剪
MediaStore.ACTION_IMAGE_CAPTURE); //Wysie_Soh: Create path for temp file mImageCaptureUri = Uri.
fromFile
wang_peng1
·
2011-03-15 14:00
android
Scheme
F#
UP
Go
GDI+要初始化~~!!!
用GDI+是调用
FromFile
后,pBitmap始终为NULL,搞定了,原来需要初始化GDIPlus。
wellwy
·
2011-02-12 15:40
职场
休闲
GDI+
Android 程序的安装、卸载和更新
StringfileName=Environment.getExternalStorageDirectory()+ apkName;Uriuri=Uri.
fromFile
(new
ccwwff
·
2011-02-08 11:00
android
String
user
application
delete
installer
System.Drawing.Image.
FromFile
()获取客户端图片的弊端
System.Drawing.Image.
FromFile
()获取客户端图片的弊端下面是一个通过
FromFile
()获取客户端图片,并可以在保存之前改变图片大小的问题//创建位图System.Drawing.Bitmapbmp
dehui0424
·
2011-01-14 11:00
Android下intent的setdata、settype和setdataandtype函数
2setdata该函数的参数是uri,所以要将数据通过该函数传递时,记得要把数据转化为uri,如Uri.
fromFile
huangyic1986
·
2011-01-10 16:00
android
String
File
null
C# 图片处理程序札记
当用Image.
FromFile
方法时,在没把这张图片释放前,对该文件或它的文件夹的修改都会失败,会报“拒绝访问”的异常。
cavonchen
·
2011-01-04 11:00
C++
c
C#
将颜色值转变成int型 循环获取一张图片每个像素的颜色值
=color.R<<16;argb+=color.G<<8;argb+=color.B;returnargb;} 其实color自带了这个方法 Bitmapimage=(Bitmap)Bitmap.
FromFile
cryeyes
·
2010-12-23 01:00
c
image
使用资源文件中资源(从资源文件中获取文字图片等)
ResourceWriter rw = new ResourceWriter("TheAres.resources"); Image myImage = Image.
FromFile
gaofang2009
·
2010-12-16 11:00
只压缩图片大小
(StringfileCreateUrl,stringfileSaveUrl){//根据路径获取图片流System.Drawing.ImagemyImage=System.Drawing.Image.
FromFile
ysq5202121
·
2010-12-10 17:00
C#异形窗体
object sender, EventArgs e) { TransparencyKey = Color.White; BackgroundImage = Bitmap.
FromFile
xcf007
·
2010-11-29 17:35
职场
休闲
异形窗体
颜色矩阵
privatevoidPaintImage(Graphicsg){//Yes,needtousethemorecomplexDrawImagemethodinsteadImageimage=Image.
FromFile
AlexTiger0
·
2010-11-25 15:00
android 打开文件
android.content.Intent.ACTION_VIEW); File file = new File(\"/sdcard/test.mp4\"); intent.setDataAndType(Uri.
fromFile
wangmuchang
·
2010-11-16 12:00
android
intent的方法使用
nbsp; Intent theIntent = new Intent(Intent.ACTION_PICK); theIntent.setData(Uri.
fromFile
wang_peng1
·
2010-10-12 18:00
Scheme
apk安装及卸载的原理及代码
thisshouldwork:Java:Intentintent= new Intent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.
fromFile
(
JavaTiger427
·
2010-09-26 16:00
java
xml
Scheme
filter
百叶窗效果显示图片源码(c#)
显示图片:this.pictureBox.Image=Image.
FromFile
("image.jpg",false); 百叶窗有两种显示效果,一种是垂直百叶窗,另一种是水平百叶窗。
Yong_Luo
·
2010-09-23 10:00
Android中常用的函数
/安装apk文件 privatevoidinstallAPK(Filefile){ Intentintent=newIntent(Intent.ACTION_VIEW); Uridata=Uri.
fromFile
Kevin_Gan
·
2010-08-19 11:00
Android中常用的函数
/安装apk文件 privatevoidinstallAPK(Filefile){ Intentintent=newIntent(Intent.ACTION_VIEW); Uridata=Uri.
fromFile
Kevin_Gan
·
2010-07-07 17:00
C# 上传生成新图片代码|C#生成图片代码
,stringnewfile,intwidth,intheight) { System.Drawing.Imageimage=System.Drawing.Image.
FromFile
学习博客
·
2010-07-07 15:00
Android中常用的函数
/安装apk文件 privatevoidinstallAPK(Filefile){ Intentintent=newIntent(Intent.ACTION_VIEW); Uridata=Uri.
fromFile
Vincent_czz
·
2010-07-01 18:00
android
String
File
float
Matrix
Uri发起图片和一个网址
1.ImageView.setImageUri(Uri.
fromFile
(new File("/sdcard/cats.jpg"))); ImageView.setImageUri
wang_peng1
·
2010-06-10 18:00
android
C#读取分割多页Tif文件
System.Drawing.Image img = System.Drawing.Image.
FromFile
(Server.MapPath("~/images/11.tif"))
wostyh
·
2010-05-28 00:00
C++
c
C#
C#窗体程序设计小技巧(不断更新中)
窗体背景图片和透明度: //背景图片(从文件夹提取):QForm.BackgroundImage=Image.
FromFile
("E:/Picture//"+1+".jpg");//窗体控件的透明度:
AngusSL
·
2010-05-11 01:00
C#
exe
C#获取Gif图片每一帧的时间
Imageimg=Image.
FromFile
("C://1.gif");//加载Gif图片FrameDimensiondim=newFrameDimension(img.FrameDimensionsList
mngzilin
·
2010-05-02 05:00
c
image
C#
byte
delay
ASP.NET生成高质量缩略图通用函数(VB.NET、c#代码)
originalImagePath, string thumbnailPath, int width, int height, string mode) { Image originalImage = Image.
FromFile
long546324
·
2010-03-03 11:00
.net
asp.net
asp
vb
VB.NET
ASP.NET生成高质量缩略图通用函数(VB.NET、c#代码)
stringoriginalImagePath,stringthumbnailPath,intwidth,intheight,stringmode){ImageoriginalImage=Image.
FromFile
long546324
·
2010-03-03 11:00
ASP.net
VB.NET
.net
VB
ASP
apk安装及卸载的原理及代码
thisshouldwork: Java:Intentintent= new Intent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.
fromFile
lastsweetop
·
2010-01-27 11:00
java
xml
Scheme
filter
File
递归遍历XML文件生成节点树的例程
递归遍历XML文件生成节点树的例程XML文件如下: 根节点 节点一 folder_
fromFile
.gif
当柳上原的风吹向天际的时候...
·
2010-01-14 21:00
GDI+ 中发生一般性错误////System.OutOfMemoryException: 内存不足
源错误:System.Drawing.Imagemyimg=System.Drawing.Image.
FromFile
(file.FullName)
gisoracle
·
2009-12-08 09:00
image
String
Path
NetWork
float
GDI+
error C2660: 'new' : function does not take 3 parameters
GDI+ NEW一个image类时出现如上错误信息 Image*pImage=newImage(path); 我的解决方法:直接使用Image类的成员函数
FromFile
FromFile
的声明如下
shuilan0066
·
2009-10-28 14:00
c
function
iterator
mfc
Parameters
GDI+
上一页
13
14
15
16
17
18
19
20
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他