我需要操作一个无法放入内存的大文件。我的代码涉及到大量的读写操作,而我的文件只包含整数。现在我正在使用
DataInputStream in = new DataInputStream(new BufferedInputStream(
new FileInputStream(inPath)));
int i = in.readInt();
和
DataOutputStream out = new DataOutputStream(new BufferedOutputStream(
new FileOutputStream(outPath)));
我只是在谷歌通用分析中设置谷歌社交互动。
我在网站上读了很多,但是每个人都有不同的标签:
network: google or google+ and for socialinteraction: share or +1
network: facebook or fb and socialinteraction share
tbc
我想知道是否有更好的google方式或标签约定?
谢谢你的帮助