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
Atitit. Atiposter 发帖机 新特性 poster new feature v7 q39的更多相关文章
- Atitit. Atiposter 发帖机 新特性 poster new feature v7 q39
Atitit. Atiposter 发帖机 新特性 poster new feature v7 q39 V1 初步实现sina csdn cnblogs V2 实现qzone sohu 的发帖 ...
- 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. ...
- Atitit.Atiposter 发帖机 信息发布器 v7 q516
Atitit.Atiposter 发帖机 信息发布器 v7 q516 V7 jetty 版本 基本访问改为web版. 这样发布调试 V1 初步实现sina csdn cnblogs V2 实现qz ...
- Atitit. Atiposter 发帖机版本历史 编年史
Atitit. Atiposter 发帖机版本历史 编年史 V1 初步实现sina csdn cnblogs V2 实现qzone sohu 的发帖功能 顺便重构接口实现分离 V3多文件循环发帖 ...
- 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. ...
- Atitit hibernate3 hinernate4 hibernate5新特性attilax总结
Atitit hibernate3 hinernate4 hibernate5新特性attilax总结 1.1. Hibernate3的新特性 1 1.2. hibernate4.1版本中的新特性和h ...
- Atitit js es5 es6新特性 attilax总结
Atitit js es5 es6新特性 attilax总结 1.1. JavaScript发展时间轴:1 1.2. 以下是ES6排名前十的最佳特性列表(排名不分先后):1 1.3. Es6 支持情况 ...
- Atitit.android jsbridge v1新特性
Atitit.android jsbridge v1新特性 1. Java代码调用js并传参其实是通过WebView的loadUrl方法去调用的.只是参数url的写法不一样而已1 2. 三.JAVA ...
- Atitit hre框架v5 新特性 HREv5
Atitit hre框架v5 新特性 HREv5 1. V5新特性 apiurl2="/wrmiServlet";1 2. V1 新特性1 3. V2 新特性 添加php版1 ...
随机推荐
- Linux命令【第三篇】
执行下面命令时发现提示需要输入密码,请问提示输入的密码是哪个用户的密码. [test@oldboy ~]$ sudo su - oldboy 解答: 输入当前执行命令test账户的密码. 相关说明: ...
- oracle SEQUENCE 创建, 修改,删除
oracle创建序列化: CREATE SEQUENCE seq_itv_collection INCREMENT BY 1 -- 每次加几个 STA ...
- java的poi技术读取Excel数据到MySQL
这篇blog是介绍java中的poi技术读取Excel数据,然后保存到MySQL数据中. 你也可以在 : java的poi技术读取和导入Excel了解到写入Excel的方法信息 使用JXL技术可以在 ...
- 【流量劫持】沉默中的狂怒 —— Cookie 大喷发
精简版:http://www.cnblogs.com/index-html/p/mitm-cookie-crack.html 前言 上一篇文章 讲解了如何借助前端技术,打造一个比 SSLStrip 更 ...
- AutoMapper(一)
返回总目录 映射前后操作 偶尔有时候,在映射发生之前或之后,你可能需要执行一些自定义的逻辑.这可能是很少见的事情,因为在AutoMapper之外处理这些事情是更明显的.你可以创建一个映射前后的全局操作 ...
- GO基础(二)
本例中梳理go语言中的协程和通道. package main import ( "fmt" "time" ) //func01.func02 为演示同步机制 f ...
- 关于bug分析与异常处理的一些思考
前言:工作三年了,工作内容主要是嵌入式软件开发和维护,用的语言是C,毕业后先在一家工业自动化控制公司工作两年半,目前在一家医疗仪器公司担任嵌入式软件开发工作.软件开发中,难免不产生bug:产品交付客户 ...
- ABP框架 - 动态Web Api层
文档目录 本节内容: 创建动态Web Api控制器 ForAll 方法 重写 ForAll ForMethods Http 动词 WithVerb 方法 HTTP 特性 命名约定 Api 浏览器 Re ...
- Entity Framework 6 Recipes 2nd Edition(11-12)译 -> 定义内置函数
11-12. 定义内置函数 问题 想要定义一个在eSQL 和LINQ 查询里使用的内置函数. 解决方案 我们要在数据库中使用IsNull 函数,但是EF没有为eSQL 或LINQ发布这个函数. 假设我 ...
- SQL Server 批量主分区备份(One Job)
一.本文所涉及的内容(Contents) 本文所涉及的内容(Contents) 背景(Contexts) 案例分析(Case) 实现代码(SQL Codes) 主分区完整.差异还原(Primary B ...