首页 > 其他 > 详细

stand up meeting 11/19/2015

时间:2015-11-20 00:06:58      阅读:219      评论:0      收藏:0      [点我收藏+]
队员 今日工作 工作耗时/h 明日计划 计划耗时/h
冯晓云 利用昨天编写的调用必应词典API的DLL,完成了UWP版本查词APP的试水,证实了DLL可调和在线查词的可行性;和其他部分的同学就接口数据的格式进行了细化讨论,1.0版本的输入输出都是string类型,即完成标准化;     3 将输出string里的翻译合理取分为动名词,按约定格式返回;设定不同的返回码,对网络状况进行通报; 3
朱玉影      

添加生词本按钮,以及学习生词本数据库的实现

 3
张葳        
林建平        
周以舟        

 

 BINGdict API——1.0

         Interface:string a = await LexiconQuery.GetLexicon(query);
         input:a word(string)
         output:some word seperated by "$$"(string);

         note:

                 1.every word between a pair of "$$" mean a kind of meaning of the word;the standrad format will be discussed                         with yuying;

                 2.the code is writed by C#,complie with x86;Encapsulate it with C++ if needed;pay attention to async;
                 3.the vision 1.0 couldn‘t tell the network connection,and it‘s unstable when your input is not a single word;
                 4.try it and find more bug!

stand up meeting 11/19/2015

原文:http://www.cnblogs.com/legs/p/4979303.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!