Skip to content
View okailiang's full-sized avatar

Block or report okailiang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. MealForecast MealForecast Public

    基于spark多层感引器、随机深林算法,以及人工规则策略实现,基于用户历史点餐记录,预测点餐情况

    Java 3 5

  2. MevenDemo MevenDemo Public

    maven+mybatis+微信公众号+加密算法实例+mongodb实例+文档解析等等

    Java 1

  3. SimpleCotroller SimpleCotroller Public

    用java自省机制、反射机制实现类似spring的依赖注入

    Java

  4. SimpleCotrollerDao SimpleCotrollerDao Public

    仿写Hibernate的O/R(对象/数据表)映射和DAO层对对象操作,并通过java的代理机制实现对象部分属性的Lazy加载

    Java 1

  5. SimpleCotrollerView SimpleCotrollerView Public

    仿写struts2视图解析,使用XSLT将xml转化为html,返回到浏览器端显示

    Java

  6. SimpleCotrollerInterceptors SimpleCotrollerInterceptors Public

    仿写拦截器,使用java动态代理机制(InvocationHandler,Proxy)

    Java