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
Scala学习笔记6 (io)
_Source.
fromFile
("cn.scala","utf8").mkString逐行读文件内容:Source.
fromFile
(newjava.io.File("cn.scala")).getLines
lyrebing
·
2014-03-03 13:32
Scala
Scala学习笔记6 (io)
_Source.
fromFile
("cn.scala","utf8").mkString 逐行读文件内容:Source.
fromFile
(newjava.io.File("cn.scala")).getLines
lyrebing
·
2014-03-03 13:00
scala
IO
Android File Uri的转换path出错
这个uri是通过Uri.
fromFile
(Filefile)方法生成。下面是我的查询代码/** *从UR
u012565107
·
2014-02-28 15:00
android
File
uri
Path
python 科学计算学习一:numpy文件存取,内存映射
tofile()可以很简单的将数组以二进制的形式写进到文件里面,同时
fromfile
()也可以方便的读回数据。
u012192662
·
2014-02-28 15:00
python
数据
存储
numpy
android 打开PDF
Uripath=Uri.
fromFile
(file); Intentintent=newIntent(Intent.ACTION_VIEW); intent.setDataAndType(path,"application
zzf112
·
2014-02-19 09:00
Android安装卸载Apk的接口
StringfileName=Environment.getExternalStorageDirectory()+apkName;Uriuri=Uri.
fromFile
(newFile(fil
LiSteven
·
2014-01-13 16:00
vb.net借助剪贴板将图片导入excel内
复制代码代码如下:DimimasImage=Image.
FromFile
("C:/picture.bmp")'获得ImageSystem.Windows.Forms.Clipboard.SetDataObject
·
2014-01-13 11:46
浏览某一张图片
Intentintent=newIntent(Intent.ACTION_VIEW);Uriuri=Uri.
fromFile
(file);intent.setDataAndType(uri,"image
吴细福
·
2013-12-30 11:12
浏览某一张图片
图片缩略图
原理是读取原来的图片然后重新画一张缩小版的图,重新保存stringfilePath=context.Server.MapPath("FileUp/1.jpg"); using(Imageimg=Image.
FromFile
·
2013-12-23 11:00
缩略图
怎么略过 Java/Scala 字符流中的无效的字符?
转自:http://article.yeeyan.org/bilingual/316748代码如下:Source.
fromFile
(newFile(path),"UTF-8").getLines()运行这段代码时抛出一个
Dancen
·
2013-12-19 12:00
android应用程序安装后自动打开
getApplicationContext());//注册广播,用于监听应用是否安装完成//安装apkIntentintent=newIntent(Intent.ACTION_VIEW);intent.setDataAndType(Uri.
fromFile
sdvch
·
2013-12-03 23:00
[置顶] Android_照相机Camera_调用系统照相机返回data为空
intent,并指定action Intentintent=newIntent(MediaStore.ACTION_IMAGE_CAPTURE); //指定一个图片路径对应的file对象 uri=Uri.
fromFile
strawberry2013
·
2013-11-24 09:00
android
null
Camera
照相机
apk下载 安装 卸载 打开
Environment.getExternalStorageDirectory()+str;Intentintent=newIntent(Intent.ACTION_VIEW);intent.setDataAndType(Uri.
fromFile
luohai859
·
2013-11-21 22:00
python中的argparse
= "-f hello.txt -n 1 2 3 -x 100 -y b -z a -q hello @args.txt i_am_bar -h".split() # 使用@args.txt要求
fromfile
_prefix_chars
langlang2671
·
2013-11-13 11:00
python
在程序中实现程序的安装和卸载
/** *测试安装 */ publicvoidtestInstall(){ Uriuri=Uri.
fromFile
(newFile(sdDir,apkName)); Int
zhonglunshun
·
2013-11-06 20:00
程序安装卸载
程序更新
VB.NET学习日记
插入图片的代码:先将图片加入到剪贴板对象Clipboard,然后通过richtextbox对象的paste(粘贴)方法插入到光标所在的位置代码:Clipboard.SteDataObjiect(Image.
FromFile
sxf1997
·
2013-11-03 11:00
object
VB.NET
numpy数组与python的list互转,然后用json写入文件与c交互
1.对于numpy的tofile方法,一个一维数组可以直接写成二进制形式,用c语言或者numpy.
fromfile
()可以读出来内容。
qiaofangjie
·
2013-10-30 20:00
json
numpy
tolist
[WinForm]动态显示本地目录图片与悬浮窗
加载显示:if(File.Exists(@"D:\产品图片\"+item+".jpg")) { //需要判断是否存在图片 Imageimg=Image.
FromFile
(@"D:\产品图片\"+item
david_520042
·
2013-10-30 08:00
android 调用系统图库查看指定路径的图片
UrimUri=Uri.parse("file://"+picFile.getPath());Android3.0以后最好不要通过该方法,存在一些小Bugintent.setDataAndType(Uri.
fromFile
lyl278401555
·
2013-10-17 18:00
C#取得图片宽度与高度
System.Drawing.Imagemyimage=Image.
FromFile
(@imagepath);System.Drawing.Sizesize=newSize(myimage.Width,
jiary5201314
·
2013-10-16 22:00
打开android手机照相机
Intentintent=newIntent("android.media.action.IMAGE_CAPTURE");intent.putExtra(MediaStore.EXTRA_OUTPUT,Uri.
fromFile
duliqun
·
2013-10-16 09:03
android
手机
照相机
android调用安装和静默安装--要root权限
StringfileName=Environment.getExternalStorageDirectory()+apkName; Uriuri=Uri.
fromFile
(newFile(fileName
taotao19880301
·
2013-10-11 15:00
android
安装APK
静默安装
android通过代码的形式来实现应用程序的方法
注意:intent.setDataAndType(Uri.
fromFile
(file),"application/vnd.android.package-archive");这一句话中,第一个参数是要安装的
·
2013-10-04 16:33
Scala中val, lazy, def的区别
valstrVal=scala.io.Source.
fromFile
("test.txt").mkString//在strVal被定义的时候获取值,如果test.txt不存在,直接报异常 lazyvalstrLazy
谦谦君子
·
2013-09-26 12:00
scala
def
lazy
val
通过代码的形式来实现应用程序的安装与卸载
因为应用程序的安装与卸载模块在android系统中已经写好了,所以我们只需要激活就行了注意:intent.setDataAndType(Uri.
fromFile
(file),"application/vnd.android.package-archive
caihongshijie6
·
2013-09-20 21:00
手机安全卫士开发系列(7)——知识点整理(2)
Filefile){ Intentintent=newIntent(); intent.setAction(Intent.ACTION_VIEW); intent.setDataAndType(Uri.
fromFile
lxq_xsyu
·
2013-09-06 22:00
android
总结
开发
安全卫士
Android 本地文件 调用系统 设置壁纸
tempImgSavePath); Intent intent = new Intent(Intent.ACTION_ATTACH_DATA); intent.setDataAndType(Uri.
fromFile
siqingenergy
·
2013-08-30 16:00
android 壁纸
PNG文件转为JPEG
// 将PNG文件转为JPEG并自动释放资源 void Png2Jpeg(string png, string jpg) { using(Image img = Image.
FromFile
nxybcce
·
2013-08-21 14:17
PNG文件转为JPEG
安装,卸载,打开APK
Environment.getExternalStorageDirectory()+str;Intentintent=newIntent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.
fromFile
青莲居士
·
2013-08-20 16:00
Android代码实现APK文件的安装与卸载
Environment.getExternalStorageDirectory()+str;Intentintent=newIntent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.
fromFile
fengye810130
·
2013-07-30 18:00
android
安装
卸载
FileSystemWatcher
用Image.
FromFile
加载刚刚监听的文件,会报“内存不足
·
2013-07-29 16:00
Watcher
lua dynamic libraries not enabled; check your Lua installation
,发现:D:\MyDocuments\codeprojec\test_so\bin\Debug>lua.exelook.lualua.exe:errorloadingmodule'stacklook'
fromfile
evilbinary_root
·
2013-07-26 01:02
Lua
C/C++
Android代码实现APK文件的安装与卸载
Environment.getExternalStorageDirectory()+str;Intentintent=newIntent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.
fromFile
findsafety
·
2013-07-24 09:00
PictureBox绑定图片的三种方式
1.绝对路径:this.pictureBox2.Image=Image.
FromFile
("D:\\001.jpg");2.相对路径:Application.StartupPath; 可以得到程序根目录
z3h0a5n8g8x9i9a2o3
·
2013-06-27 15:00
image
C#
图片
picture
pictureBox1绑定图片的三种方式
1.绝对路径:this.pictureBox2.Image=Image.
FromFile
("D:\\001.jpg");2.相对路径:Application.StartupPath; 可以得到程序根目录
z3h0a5n8g8x9i9a2o3
·
2013-06-27 15:00
图片
WinForm
PictureBox
Android小技巧/bitmap合成
Java Bitmapim1,im2; //读取第一张图片,大小为500*500 im1=(Bitmap)Bitmap.
FromFile
("C:\\1.bmp"); //读取第二张图片,大小为400*
Eyebrows_cs
·
2013-06-25 13:00
android 关于Uri.parse和uri.
fromFile
的区别
Uri.parse需要有协议,如file://等比如下面2句话就是等价的Uri.parse("file://"+newFile(path).toString())Uri.
fromFile
(newFile
天下杰论
·
2013-06-25 10:00
Android apk下载 安装 卸载 打开
Environment.getExternalStorageDirectory()+str;Intentintent=newIntent(Intent.ACTION_VIEW);intent.setDataAndType(Uri.
fromFile
ab6326795
·
2013-06-09 21:00
Android代码实现APK文件的安装与卸载
Environment.getExternalStorageDirectory()+str; Intentintent=newIntent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.
fromFile
heng615975867
·
2013-06-08 13:00
获得和裁剪图片
可以得到大图片(分辨率很高的图片),具体方法:Intentintent=newIntent(MediaStore.ACTION_IMAGE_CAPTURE); mImageCaptureUri=Uri.
fromFile
luhuajcdd
·
2013-05-19 22:00
android
bitmap
[小代码]使用intent用默认的程序打开文件
android.content.Intent.ACTION_VIEW); Filefile=newFile("/sdcard/test.mp4"); intent.setDataAndType(Uri.
fromFile
laihuan99
·
2013-05-13 11:00
intent
打开文件
在android开发中尽量不要使用中文路径的问题详解
在开发过程中发现,有些软件对中文路径支持不大好,如果使用Uri.
fromFile
转换中文路径为uri的时候,有些软件可能会识别不出来导致功能异常,已知的有两个应用:1、腾讯微博的分享功能;2、酷派D530
·
2013-05-10 10:07
Android下载完文件打开
intent.setAction(android.content.Intent.ACTION_VIEW); File file = new File(path); intent.setDataAndType(Uri.
fromFile
CshBBrain
·
2013-05-06 11:00
android
android 打开PDF
Uripath=Uri.
fromFile
(file); Intentintent=newIntent(Intent.ACTION_VIEW); intent.setDataAndType(path,"application
xiaojunhu
·
2013-04-17 16:00
快学Scala习题解答—第九章 文件和正则表达式
import io.Source import java.io.PrintWriter val path = "test.txt" val reader = Source.
fromFile
Ivan_Pig
·
2013-04-07 21:00
正则表达式
Android apk的安装、卸载、更新升级(通过Eclipse实现静默安装)
调用系统的安装应用,让系统自动进行apk的安装 StringfileName="/data/data/com.zlc.ipanel.operate/FileOperate.apk"; Uriuri=Uri.
fromFile
zhoulc
·
2013-04-06 20:00
android
卸载
apk安装
apk各种安装方式
升级;静默安装;Android
(转)Android安装卸载Apk的接口
StringfileName=Environment.getExternalStorageDirectory()+apkName; Uriuri=Uri.
fromFile
(newFi
gxj1680
·
2013-03-18 15:00
Android程序使用代码的安装和卸载
Environment.getExternalStorageDirectory()+str; Intentintent=newIntent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.
fromFile
twlkyao
·
2013-03-16 20:00
android
系统应用
应用管理
Android中安装,启动和卸载应用
一,android安装已经下载好的apk文件Uriuri=Uri.
fromFile
(updateFile);//获取文件的Uri IntentinstallIntent=newIntent(Intent.ACTION_VIEW
twlkyao
·
2013-03-14 16:00
android
应用管理
系统应用
bt分析之bt种子发布---做种(2)
解析种子,放到SharedTorrent对象中/**1.解析torrent文件到SharedTorrent对象中,并分片段*/ BtClient_ShareTorrent=SharedTorrent.
fromFile
thearyong
·
2013-03-12 18:00
android
BT
torrent做种
种子发布
上一页
12
13
14
15
16
17
18
19
下一页
按字母分类:
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
其他