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

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://www.cnblogs.com/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://www.cnblogs.com/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;

}

}

---end

Atitit. Atiposter 发帖机 新特性 poster new feature   v7 q39的更多相关文章

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

    Atitit. Atiposter 发帖机 新特性 poster new feature   v7 q39 V8   重构iocutilV4,use def iocFact...jettyUtil V ...

  2. Atitit. Atiposter 发帖机 新特性 poster new feature v11  .docx

    Atitit. Atiposter 发帖机 新特性 poster new feature v11  .docx 1.1.  版本历史1 2. 1. 未来版本规划2 2.1. V12版本规划2 2.2. ...

  3. Atitit.Atiposter 发帖机 信息发布器 v7 q516

    Atitit.Atiposter 发帖机 信息发布器 v7 q516 V7 jetty 版本 基本访问改为web版. 这样发布调试 V1  初步实现sina csdn cnblogs V2  实现qz ...

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

    Atitit. Atiposter 发帖机版本历史 编年史 V1  初步实现sina csdn cnblogs V2  实现qzone sohu 的发帖功能  顺便重构接口实现分离 V3多文件循环发帖 ...

  5. Atitit mac os 版本 新特性 attilax大总结

    Atitit mac os 版本 新特性 attilax大总结 1. Macos概述1 2. 早期2 2.1. Macintosh OS (系统 1.0)  1984年2 2.2. Mac OS 7. ...

  6. Atitit hibernate3 hinernate4 hibernate5新特性attilax总结

    Atitit hibernate3 hinernate4 hibernate5新特性attilax总结 1.1. Hibernate3的新特性 1 1.2. hibernate4.1版本中的新特性和h ...

  7. Atitit js es5 es6新特性 attilax总结

    Atitit js es5 es6新特性 attilax总结 1.1. JavaScript发展时间轴:1 1.2. 以下是ES6排名前十的最佳特性列表(排名不分先后):1 1.3. Es6 支持情况 ...

  8. Atitit.android  jsbridge v1新特性

    Atitit.android  jsbridge v1新特性 1. Java代码调用js并传参其实是通过WebView的loadUrl方法去调用的.只是参数url的写法不一样而已1 2. 三.JAVA ...

  9. Atitit  hre框架v5 新特性  HREv5

    Atitit  hre框架v5 新特性  HREv5 1. V5新特性 apiurl2="/wrmiServlet";1 2. V1 新特性1 3. V2 新特性 添加php版1 ...

随机推荐

  1. 对C#对象的Shallow、Deep Cloning认识【转】

    好像园内比较多博客对 Shallow.Deep Cloning的翻译是深拷贝.浅拷贝,当时我懵了,这个叫法怎么怪怪的. 就好像看军情观察室,台湾评论员,导弹叫飞弹. 至于它们的区别,一张图就可以解释. ...

  2. Django:Model的Filter

    转自:http://www.douban.com/note/301166150/   django model filter 条件过滤,及多表连接查询.反向查询,某字段的distinct   1.多表 ...

  3. vs2010设置

    解决方案管理器文件自动定位:工具--选项--项目和解决方案--常规--在解决方案资源管理器中跟踪活动项(前打勾). VAssistX拼写错误的下划波浪线去掉:在VAssistX菜单栏->Visu ...

  4. uboot命令及内核启动参数

        修改:mw [内存地址] [值] [长度] 例如:mw 0x02000000 0 128 表示修改地址为0x02000000~0x02000000+128的内存值为0. 显示:md [内存地址 ...

  5. suricata学习笔记1--初步认识

    1.前言  最近工作需要对网站的关键字进行检测,找出敏感词.这个过程需要对报文进行收集.解码.检测和记录日志.当前只是简单实现功能,根据关键字进行简单的匹配,而没有进行关键字的语义分析.导致的结果就是 ...

  6. Android 学习笔记之Volley(六)实现获取服务器的字符串响应...

    学习内容: 1.使用StringRequest实现获取服务器的字符串响应...   前几篇一直都在对服务——响应过程的源码进行分析,解析了整个过程,那么Volley中到底实现了哪些请求才是我们在开发中 ...

  7. Mysql学习笔记(十)存储过程与函数 + 知识点补充(having与where的区别)

    学习内容:存储程序与函数...这一章学的我是云里雾里的... 1.存储过程...   Mysql存储过程是从mysql 5.0开始增加的一个新功能.存储过程的优点其实有很多,不过我觉得存储过程最重要的 ...

  8. E:无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系

    安装terminator等一些软件等时候,遇到了这样等问题 leo@leo:~$ sudo apt-get install terminator [sudo] password for leo: 正在 ...

  9. Main.storyboard中使用navigationController

    传统使用navigationController的创建是在appdelegate中,使用storyboard的话必须在Main.storyboard文件中创建. 1.选中创建的navigationCo ...

  10. jsckson,想说爱你不容易啊。。。406错误

    最近使用spring4.0的Mvc,json请求时,客户端报错,406 Not Acceptable 解决方法一: 1.导入第三方的jackson包,jackson-mapper-asl-1.9.7. ...