I/O相关 输入/输出 流(数据流动) 数据流动的方向 读数据(输入input) 写数据(输出output) 文件流 字符流 数据流 对象流 网络流.... 1.什么叫文件 一种电脑的存储方式 文件有不同的格式 .txt .doc .ppt .mp4 .jpg .rar ... 文件夹? 目录路径 ...
分类:
其他好文 时间:
2019-12-13 14:13:18
阅读次数:
108
需要在线读条码、二维码? 可以试试Dynamsoft的免费在线条码解码工具。 https://demo.dynamsoft.com/DBR/BarcodeReaderDemo.aspx 这个条码扫描应用程序用了Dynamsoft barcode Reader SDK,解码准确度高,速度快,可以解出各 ...
分类:
其他好文 时间:
2019-12-13 12:18:06
阅读次数:
111
Adobe Acrobat DC 制作pdf模板 下载:http://www.downza.cn/soft/20562.html 安装出错解决: 可以将C:\Program Files (x86)\Common Files\Adobe\ 文件夹删除掉 ...
分类:
其他好文 时间:
2019-12-12 10:21:07
阅读次数:
136
使用客户端链接MongoDb报错 The GuidRepresentation for the reader is CSharpLegacy, which requires the binary sub type to be UuidLegacy, not UuidStan。 百度了一下,可能是No ...
分类:
其他好文 时间:
2019-12-12 01:11:53
阅读次数:
85
public class Three { public static void main(String[] args) { try{ changeEncoding("GBK","UTF-8","ccom\\xxdc\\琵琶行_GBK.txt","20190810\\琵琶行_UTF8.txt"); } ...
分类:
其他好文 时间:
2019-12-10 22:37:01
阅读次数:
107
/*2.何事秋风悲画扇4.却道故人心易变1.人生若只如初见3.等闲变却故人心请按照顺序排列并且写道文件b.txt中 */public class Six { public static void main(String[] args) throws IOException { BufferedRea ...
分类:
其他好文 时间:
2019-12-10 22:25:01
阅读次数:
126
int_range.h #ifndef _INT_RANGE_H_ #define _INT_RANGE_H_ #include "file_reader.h" #include "buffer.h" #include "limits.h" #include "string.h" #ifdef __ ...
分类:
其他好文 时间:
2019-12-10 17:07:41
阅读次数:
86
<template> <div> <div id="reader"></div> </div></template> <script> //doc.js文件地址 http://static.bcedocument.com/reader/v2/doc_reader_v2.js import doc f ...
分类:
Web程序 时间:
2019-12-10 16:46:38
阅读次数:
133
Twixl Publisher Mac版是一款移动应用开发工具,Twixl Publisher Mac版可以让你轻松地创建iPad和iPhone/或Android应用程序,基于Adobe公司的InDesign内容。 Twixl Publisher下载:https://www.macdown.com/ ...
分类:
移动开发 时间:
2019-12-10 13:10:39
阅读次数:
159
1 package main 2 3 import ( 4 "bufio" 5 "fmt" 6 "os" 7 ) 8 9 func main() { 10 w := bufio.NewWriter(os.Stdout) 11 fmt.Fprint(w, "Hello, ") 12 fmt.Fprin ...
分类:
其他好文 时间:
2019-12-10 13:07:19
阅读次数:
109