官方帮助文档FileStream Values部分有相关介绍.fn format_txt filepath filetext =( if doesFileExist filepath == true then ( fin = openfile filepat...
分类:
其他好文 时间:
2014-09-08 01:01:06
阅读次数:
302
假设server和client 已经建立了连接,server调用了close, 发送FIN 段给client(其实不一定会发送FIN段,后面再说),此时server不能再通过socket发送和接收数据,此时client调用read,如果接收到FIN 段会返回0,但client此时还是可以write ...
分类:
其他好文 时间:
2014-09-04 16:36:39
阅读次数:
214
自定义GSON类 1 public class GsonRequest extends Request { 2 private final Gson mGson = new Gson(); 3 private final Class mClazz; 4 private fin...
分类:
Web程序 时间:
2014-09-04 01:25:47
阅读次数:
354
http://202.197.224.59/OnlineJudge2/index.php/Problem/read/id/1185
判断 x3+y3 = c 是否存在正整数解,2≤c≤109
首先把给定范围内的所有情况打表用数组保存,然后直接二分查找c即可。
#include
#include
using namespace std;
int cnt,a[1010000];
bool fin...
分类:
其他好文 时间:
2014-09-02 15:52:14
阅读次数:
248
Median-求中位数,文件中数字升序排列://Median-求中位数,文件中数字升序排列
#include<iostream>
#include<fstream>
#include<cstdlib>
intmain()
{
usingnamespacestd;
ifstreamfin;
ofstreamfout;
doublemedian,tem1,tem2;
intcount=1;
fin.op..
分类:
其他好文 时间:
2014-09-02 12:34:15
阅读次数:
196
??1.ofstream,open,close写入文件#include#includeusingnamespacestd;//通过ofstream的方式实现写入文件 open,closevoidmain(){ofstreamfout;//ofstream输出文件fout.open("E:\\1.tx...
分类:
移动开发 时间:
2014-09-01 22:25:13
阅读次数:
458
??
1.ofstream,open,close
写入文件
#include
#include
using
namespace
std;
//通过ofstream的方式实现写入文件
open,close
void
main()
{
ofstream
fout;
//ofstream输出文件
...
分类:
移动开发 时间:
2014-08-30 23:11:26
阅读次数:
1076
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Text.RegularExpressions;namespaceLinus.Fin.Public.StringLib{...
分类:
其他好文 时间:
2014-08-29 23:55:08
阅读次数:
230
ModelBatch的通常用法:Batch batch = new ModelBatch();batch.begin(camera);batch.render(renderable);batch.end();先来看ModelBatch.begin()函数:public void begin (fin...
分类:
其他好文 时间:
2014-08-27 01:36:46
阅读次数:
344
语句写法:find对应目录-mtime+天数-name"文件名"-execrm-rf{}\; 例1: 将/usr/local/backups目录下所有10天前带"."的文件删除 find/usr/local/backups-mtime+10-name"*.*"-execrm-rf{}\; fin.....
分类:
系统相关 时间:
2014-08-23 08:48:40
阅读次数:
308