zoukankan      html  css  js  c++  java
  • Atitit. Atiposter 发帖机 新特性 poster new feature   v7 q39

    Atitit. Atiposter 发帖机 新特性 poster new feature   v7 q39

     

    V8   重构iocutilV4,use def iocFact...jettyUtil

    V8   gui 独立的gui..使用jetty.. 

    V1  初步实现sina  csdn cnblogs

    V2  实现qzone sohu 的发帖功能  顺便重构接口实现分离

    V3多文件循环发帖(初步bbs版本)

    V4  sina发帖功能fix增加二次贴入内容

    发布时的确认关闭提示folat框子

    调整分类总的分类dsl ide俩优先类

    V5默认分类选择ide dsl功能。。这样一般就只要取消一个就可以了。

    V6  界面ui 调整高度化

     V7  sing配置化

    Atitit.杜威十进分类法 attilax改进的分类法

     

     

     作者:: 绰号:老哇的爪子 ( 全名::Attilax Akbar Al Rapanui 阿提拉克斯 阿克巴 阿尔 拉帕努伊 ) 汉字名:艾龙,  EMAIL:1466519819@qq.com

    转载请注明来源: http://blog.cnb.net/attilax

     

    1. 1. 未来版本规划

    V7标准化api草案

     

    v。。。。

     

    多文件 多网站发帖模式,优先多文件》》一个网站 vs优先一个文件》》多个网站  俩个模式。。

    Beanshell脚本支持

    Chrome浏览器支持(目前只支持ff

    并发支持

    全自动和半自动任务模式(目前只有办自动)

    接入验证码识别

     

     

     

    1.1. code

     public class SohuPubber  extends BlogPubberAbs implements Ipub,Ipub2{

    public static void main(String[] args) {

    Map puber = (Map) core.newx(("aaaBlogger.img.SohuPubber"));

    }

    @Override

    public void pub2(String p1tit, String context, FirefoxDriver driver) {

    String t = getAuthorTxt("sohu");

    context=context.replace("$attilax_blog_sign$", t);

     

     

    package com.attilax.cmsPoster;

     

    import com.attilax.io.filex;

    import com.attilax.io.pathx;

    import com.attilax.util.PropX;

     

    public class BlogPubberAbs {

    public String changeBlogLink(String p2_txt) {

    String blogName=BlogPubberMainform.blogName.get();

    PropX px=(PropX) BlogPubberMainform.propMap.get(blogName);

    String blog_index=px.getProperty("blog_index");

    p2_txt=p2_txt.replace("http://blog.csdn.net/attilax", blog_index);

    return p2_txt;

    }

     

    protected String getAuthorTxt(String bloggerwebsite) {

    String blogName=BlogPubberMainform.blogName.get();

    PropX px=(PropX) BlogPubberMainform.propMap.get(blogName);

    String blog_index=px.getProperty("blog_index");

     

    String p=pathx.classPath()+"/aaaBlogger/img/author.txt";

    String t=filex.read(p);

     ;

    t=t.replace("$attilax_blog_url$", blog_index);

    return t;

    }

    }

    Atitit. Atiposter 发帖机版本历史 编年史

     

     ---end atiend

  • 相关阅读:
    CAD中的各种Polyline
    在CAD二次开发中使用状态条按钮
    在CAD二次开发中使用进度条
    EXSI6.5复制文件太慢的解决方法
    vlan交换机的端口模式有哪几种
    此计算机上的安全设置禁止访问其他域的数据源
    Could not write to output file 'c:WindowsMicrosoft.NET ASP.NET Filesxx' -- 'Access is denied
    添加现有文件夹到项目解决方案
    SSM-MyBatis-18:Mybatis中二级缓存和第三方Ehcache配置
    SSM-MyBatis-17:Mybatis中一级缓存(主要是一级缓存存在性的证明,增删改对一级缓存会造成什么影响)
  • 原文地址:https://www.cnblogs.com/attilax/p/5950926.html
Copyright © 2011-2022 走看看