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
winform pictureBox后台显示图片
1、获取本地程序图片方法一pictureBox1.BackgroundImage=Image.
FromFile
(@"Resources\bg.gif");或是pictureBox1.BackgroundImage
meizhiyun
·
2013-03-05 18:02
Winform
picturebox加载图片的方法
picturebox1.load(@"d:\1.jpg"); 3.通过设置picturebox类的image属相来显示图片 有两种方式: a.直接从文件,类似于方法2 picturebox1.image=image.
fromfile
anpan1045535101
·
2013-03-01 13:00
蓝牙发送文件
蓝牙发送文件系统4.0.3以后的 Filefile=newFile(""); Uriuri1=Uri.
fromFile
(file); Intentintent=newIntent(); intent.setAction
zhaojianhua
·
2013-02-20 08:00
RichTextBox 显示图片和word的代码
显示图像:复制代码代码如下:Imageimg=Image.
FromFile
(@"E:\image\bottle\2006122013203825344.jpg");Clipboard.SetDataObject
·
2013-02-18 16:26
使用GDI+进行开发的一些问题(3)
一般来说,读图可以用以下几种方法: publicstaticImage
FromFile
(string filename); publicstaticImage
FromFile
(string filename
cloudtech
·
2013-01-27 22:00
DI
linux常用命令
chownchgrp改变文件的拥有者cpfile_
fromfile
_to拷贝文件chmod 777file 给file文件修改777的权限(用户,组,其他)。
evsqiezi
·
2013-01-14 16:00
android 获取拍照图片
但是会按照指定的路径保存原始图片intent.putExtra(MediaStore.EXTRA_OUTPUT,Uri .
fromFile
(newFile(Environment
kingandQuee
·
2013-01-14 10:29
android
拍照后的数据
Android常用到得方法积累
/安装apk文件 privatevoidinstallAPK(Filefile){ Intentintent=newIntent(Intent.ACTION_VIEW); Uridata=Uri.
fromFile
xiahao86
·
2013-01-14 09:00
C#更改gif图片大小后仍然保持动画效果
newPictureBox(); intwidth=100; intheight=60; picImg.Width=width; picImg.Height=height; Imageres=Image.
FromFile
ojlovecd
·
2012-12-14 17:00
image
image
C#
C#
快学Scala习题解答—第九章 文件和正则表达式
将某个文件中的行倒转顺序(将最后一行作为第一行,依此类推)importio.Source importjava.io.PrintWriter valpath="test.txt" valreader=Source.
fromFile
ivan_pig
·
2012-12-12 19:00
java
java
java
scala
android应用程序的安装和卸载
//安装程序的apk文件路径 StringfileName=Environment.getExternalStorageDirectory()+apkName; //创建URI Uriuri=Uri.
fromFile
wuhualong1314
·
2012-12-09 22:00
第十二周 C# 试验 《 3 》 .
privatevoidForm1_Paint(objectsender,PaintEventArgse){Graphicsg=e.Graphics;TextureBrushbrush=newTextureBrush(Image.
FromFile
pinktinda
·
2012-11-26 17:00
Android实现应用下载并自动安装apk包
Environment.getExternalStorageDirectory()+str;3Intentintent= new Intent(Intent.ACTION_VIEW);4intent.setDataAndType(Uri.
fromFile
kimbook
·
2012-11-21 17:35
android
安装
下载
自动安装apk包
c#WINFORM中如何为动态生成的按钮加背景图片
这种方法需要你事先将图片添加到项目中来才行,添加方法如下代码使用方法如下button.BackgroundImage=命名空间名.Properties.Resources.图片名称;第二种是直接使用图片方法使用Bitmap.
FromFile
sufei1013
·
2012-11-15 14:00
scala day5
9.文件和正则表达式 9.1 读取文件的行 a:例如: import scala.io.Source val source = Source.
fromFile
("myfile.txt
hlxinyan
·
2012-11-12 16:00
scala
System.Drawing.Image.
FromFile
()获取客户端图片的弊端
//创建位图System.Drawing.Bitmapbmp;stringUploadFileName=""; stringUploadFileDestination=""; UploadFileName=UploadFile.PostedFile.FileName; Response.ContentType="image/jpeg"; System.Drawing.Imageimg=System
shuaicike
·
2012-10-19 14:00
String
服务器
android中常用的函数
02 03privatevoidinstallAPK(Filefile){04 Intentintent=newIntent(Intent.ACTION_VIEW);05 Uridata=Uri.
fromFile
faith_boys
·
2012-10-12 14:00
android
String
File
email
float
Matrix
android拍照压缩及添加水印3
MediaStore.ACTION_IMAGE_CAPTURE); StringppName="example_2012.jpg"; Filef1=newFile("/sdcard/mfile/image/"+ppName); Uriu1=Uri.
fromFile
Hknock
·
2012-09-27 14:00
android
exception
String
null
float
JavaIO_Demo_BufferedInputStream
这两天闲来无事,重温下JavaIO,并且做做小demo,写了一个文件copy的Demo,具体代码如下: public void copyFile(File
fromFile
, File
XiaoFan012
·
2012-09-27 09:00
Android 安装内部存储器里的APK
安装在/data/data/<app package name>/目录下的APK文件,直接使用Uri.
fromFile
(new File(versionPath
Excing
·
2012-09-25 18:00
android
android应用程序安装后自动打开
getApplicationContext());//注册广播,用于监听应用是否安装完成//安装apkIntentintent=newIntent(Intent.ACTION_VIEW);intent.setDataAndType(Uri.
fromFile
gf771115
·
2012-09-17 11:00
android
String
File
Class
action
import
PictureBox 使用 Image.
FromFile
顯示圖片時, 記憶體不足問題
mod=viewthread&tid=1464&extra=page%3D24本帖最後由linq於2011-10-2800:27編輯1.PictureBox1.Image=Image.
FromFile
(
rocky69
·
2012-09-16 08:00
c
image
LINQ
生成缩略图(不失真)
publicstaticboolmakeListImage(stringimgPath,stringsavePaty) { try { System.Drawing.Imageimg=System.Drawing.Image.
FromFile
ArvinStudy
·
2012-08-20 14:00
PHP递归复制整个文件夹
CreateFolder($toFile); $folder1=opendir($
fromFile
); while($f1=readdir($folder1)){ if($f1!="."&&$f1!
zhousizhi
·
2012-08-02 07:00
复制文件夹
递归复制文件夹
对android软件进行系统升级
voidupdate(){ Intentintent=newIntent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.
fromFile
(newFile
Jimmy5z
·
2012-07-30 21:00
android
File
服务器
文件复制
a)首先要把权限加到AndroidManifest.xml当中 b)创建一个类,将下面的代码复制进去 public static void copyfile(File
fromFile
公子奇奇
·
2012-07-22 09:00
文件复制
Android实现应用下载并自动安装apk包
Environment.getExternalStorageDirectory()+str;3Intentintent= new Intent(Intent.ACTION_VIEW);4intent.setDataAndType(Uri.
fromFile
diruser
·
2012-07-17 15:00
android
String
File
url
delete
byte
建立自己的手写笔画图案
GestureLibraries保存手写背后所包含的意义,程序中利 *用GestureLibraries.
fromFile
()方法来加载预设的Gesture文件 *倘若默认手机的SD存储卡中尚未创建Gesture
Jasonzhou613
·
2012-07-13 17:00
C#实现图像缩略图的代码
C#实现图像缩略图的代码如下: Imageimage=Image.
FromFile
(@"C:\pic.JPG"); ImagethumbImage
snail8384
·
2012-07-12 10:00
c
image
C#
null
callback
apk 安装与 卸载
/*//安装Intentintent=newIntent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.
fromFile
(newFile("
laozhong110
·
2012-07-06 11:00
asp.net生成图片加图片水印
publicvoidAddShuiYinPic(stringPath,stringPath_syp,stringPath_sypf){//获取图像System.Drawing.Imageimage=System.Drawing.Image.
FromFile
Lin_
·
2012-07-05 21:00
C#
Android 信息分享实现
/plain");//纯文本 //图片分享 intent.setType("image/png"); //添加图片 Filef=newFile("/sdcard/sd.png"); Uriu=Uri.
fromFile
CokeLee
·
2012-07-03 11:00
android
邮件
分享
短信
Android安装卸载Apk的接口
StringfileName=Environment.getExternalStorageDirectory()+apkName;Uriuri=Uri.
fromFile
(newFile(fil
cool_ping
·
2012-06-15 12:00
Android:指定分辨率和清晰度的图片压缩方法源码
StringfromFile,StringtoFile,intwidth,intheight,intquality) { try { Bitmapbitmap=BitmapFactory.decodeFile(
fromFile
jdsjlzx
·
2012-06-04 15:00
android
String
File
float
Matrix
操作分布式文件之四:如何进行集群内文件复制和并行复制
支持远程文件的集群内复制FttpAdapterfromfile=newFttpAdapter("fttp://10.232.20.151/home/log/a.log");FttpAdaptertofile=
fromfile
.copyTo
fourinone
·
2012-06-01 14:15
hadoop
分布式文件系统
并行计算
云计算
分布式计算
操作分布式文件之四:如何进行集群内文件复制和并行复制
支持远程文件的集群内复制FttpAdapterfromfile=newFttpAdapter("fttp://10.232.20.151/home/log/a.log");FttpAdaptertofile=
fromfile
.copyTo
fourinone
·
2012-06-01 14:15
分布式文件系统
云计算
hadoop
操作分布式文件之四:如何进行集群内文件复制和并行复制
支持远程文件的集群内复制FttpAdapterfromfile=newFttpAdapter("fttp://10.232.20.151/home/log/a.log");FttpAdaptertofile=
fromfile
.copyTo
fourinone
·
2012-05-29 15:26
云计算
分布式文件系统
分布式存储
分布式计算
hadoop
操作分布式文件之四:如何进行集群内文件复制和并行复制
集群文件复制是经常面临的需求,比如备份容灾,文件迁移,同步数据等等 FttpAdapter提供了简单高效的文件复制方法,支持远程文件的集群内复制FttpAdapter
fromfile
= new FttpAdapter
fourinone
·
2012-05-29 14:00
hadoop
分布式文件系统
云计算
分布式计算
分布式存储
操作分布式文件之四:如何进行集群内文件复制和并行复制
支持远程文件的集群内复制FttpAdapterfromfile=newFttpAdapter("fttp://10.232.20.151/home/log/a.log");FttpAdaptertofile=
fromfile
.copyTo
fourinone
·
2012-05-29 14:00
云计算
hadoop
分布式文件系统
分布式存储
分布式计算
操作分布式文件之四:如何进行集群内文件复制和并行复制
支持远程文件的集群内复制FttpAdapterfromfile=newFttpAdapter("fttp://10.232.20.151/home/log/a.log");FttpAdaptertofile=
fromfile
.copyTo
fourinone
·
2012-05-29 14:00
云计算
hadoop
分布式文件系统
分布式存储
分布式计算
操作分布式文件之四:如何进行集群内文件复制和并行复制
支持远程文件的集群内复制FttpAdapterfromfile=newFttpAdapter("fttp://10.232.20.151/home/log/a.log");FttpAdaptertofile=
fromfile
.copyTo
fourinone
·
2012-05-29 13:00
hadoop
分布式文件系统
云计算
分布式计算
分布式存储
操作分布式文件之四:如何进行集群内文件复制和并行复制
支持远程文件的集群内复制FttpAdapterfromfile=newFttpAdapter("fttp://10.232.20.151/home/log/a.log");FttpAdaptertofile=
fromfile
.copyTo
fourinone
·
2012-05-29 13:00
hadoop
分布式文件系统
云计算
分布式计算
分布式存储
Perforce命令: p4 diff2
概述比较版本库中文件的两个版本语法p4[g-opts]diff2[-dflags-q-t-u]file1[rev]file2[rev] p4[g-opts]diff2[-dflags-q-t-u]-bbranch[[
fromfile
gujing001
·
2012-05-28 17:00
unix
File
服务器
patch
branch
Perforce
Android中的文件复制--视频和图片复制
fromFile
.ex
wozaifeiyang0
·
2012-05-28 15:00
c
android
File
Class
byte
BT
Image.
FromFile
锁文件的解决办法
用Image.
FromFile
加载图片会锁文件:Imageimage=Image.
FromFile
(fileName);解决办法:private Image GetImage(string fileName
大豆男生
·
2012-05-23 17:00
尽量不要在android中使用中文路径的问题
在开发过程中发现,有些软件对中文路径支持不大好,如果使用Uri.
fromFile
转换中文路径为uri的时候,有些软件可能会识别不出来导致功能异常,已知的有两个应用:1、腾讯微博的分享功能;2、酷派D530
·
2012-05-18 18:00
android
用php将任何格式视频转为flv
mpegComm=false; $this->mencodeComm=false; $this->
fromFile
=$
fromFile
; $this->toFilePath
jgstour
·
2012-05-18 16:37
PHP
视频转换
GDI+ Image类
FromFile
函数在Debug下的效率问题
GDI+中有趣的问题还是很多的,最近碰到关于Gdiplus::Image::
FromFile
函数的一个问题。
fakine
·
2012-05-16 09:00
工作
image
File
null
GDI+
Android相关常用API……
Activity.getWindowManager().getDefaultDisplay();获取扩展存储目录:Environment.getExternalStorageDirectory()通过文件获取Uri:Uri.
fromFile
Feeling
·
2012-05-05 19:00
读取磁盘图片,下载方式
publicvoidReadImg()//此方法获取文件后未能够关闭文件 { System.Drawing.Imageimg=System.Drawing.Image.
FromFile
tianyitianyi1
·
2012-04-19 22:00
String
object
buffer
byte
button
磁盘
上一页
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
其他