Giter Club home page Giter Club logo

hit-friends-social-analysis's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hit-friends-social-analysis's Issues

第六周第一次更新总结

  • 微博API学习,完成微博后台授权,微博提取,重构登陆注册后台功能
  • 本周第二次更新时要将已完成部分前端后台数据库连接(登录注册)

icecity合并请求

已更新ReadMe。本次更新主要对项目产品方向以及项目预期目的做出解释,添加GPLv3许可证。

关于后台向前台返回值生命周期的问题

@XiaoGA0914 所有cntroller层类中都加入了成员变量request和session,其中request保存的对象生命周期短,session保存对象生命周期长

example:
in java:
session.setAttribute("name", "icecity");
request.setAttribute("nick", "city");
in jsp:
 <p>${sessionScope.name}</p>
 <p>${requestScope.nick}</p>

前端自己决定所需对象生命周期,在controller中替换原本的即可(我写的默认都是request级别)

第九周总结Release Version

除了兴趣分析功能尚未完成,其余主要功能基本完成,接下来一周,主要测试此版本,并写出初步的兴趣分析算法!==不确定自己能不能在一周不到的时间内完成这个算法==。

第五周第一次更新总结

  • 完成新浪博客的爬虫编写(没有反扒网站的爬虫基本已经完成)
  • 新浪微博爬取失败,由于微博存在反爬取,争取本周内解决改问题

@XiaoGA0914 @LiuXiaoCN 请及时更新总结!!

V1 版本bug集合

v1 测试版已发布,请积极测试,此issue用于报告v1 版本中的bug,每条bug开一栏

第五周第二次更新总结

  • 纯注解的方式完成mybatis-spring整合
  • 利用注解的方式重构第四周的部分代码,使其更加简洁

第七周第二次总结

实现微博授权界面跳转,授权完成后在后台获取url中的code值,建立ProFile、SuccessAuthorize、Authorize界面。

第四周第一次更新总结

  • 密码加密,采用MD5方式,测试方法调用PassWord.md5encode 传入要加密的字符串,输出加密后的字符串,可在http://www.md5.cz 上测试加密后的字符串是否正确
  • 密码格式校验,采用正则方式,测试方法调用PassWord.isLegitimate传入密码明文,返回明文密码是否符合格式。合法格式见方法的javadoc
  • 默认头像自动生成,测试方法调用FontImgUtil.createImage(String str, String imgName),该方法尚存在缺陷如下:1.图片生成位置尚未确定,需组内协调(个人测试用的是/tmp/'目录,windows用户请修改FontImgUtil.DEFAULT_IMAGE_PATH`值)2.生成的图片不是很细腻,尚不知解决方法
  • 获取用户昵称的首字母(首字),测试方法调用StringUtil.getCharString 返回首字母(首字)
  • 完成业务层,用户登录,注册,用户是否存在判断功能,但尚未连上数据库测试,等待数据库方面完成相关内容。
  • 完成Control层,登录功能,尚未与前端连接测试。

Bug report

wtDao 的存取微博,天涯动态功能异常,无法存入,请尽快修复 @LiuXiaoCN

HFSA-1.0 will coming !!

基本功能(兴趣分析尚且不成熟,未加入此版本)已全部完成!!进入第一版测试阶段,1.0版本应该会在第十周周日前完成测试

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.