Atitit. Atiposter 发帖机 新特性 poster new feature v7 q39
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的更多相关文章
- Atitit. Atiposter 发帖机 新特性 poster new feature v7 q39
Atitit. Atiposter 发帖机 新特性 poster new feature v7 q39 V8 重构iocutilV4,use def iocFact...jettyUtil V ...
- 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 ...
随机推荐
- android判断EditText输入的数字、中文还是字母方法
String txt = edInput.getText().toString(); Pattern p = Pattern.compile("[0-9]*"); Mat ...
- 【软件分析与挖掘】Multiple kernel ensemble learning for software defect prediction
摘要: 利用软件中的历史缺陷数据来建立分类器,进行软件缺陷的检测. 多核学习(Multiple kernel learning):把历史缺陷数据映射到高维特征空间,使得数据能够更好地表达: 集成学习( ...
- Xcode 中关于"#"的小知识
在代码中使用Autolayout时,大家都会使用NSDictionaryOfVariableBindings这个宏,这个宏可以生成一个变量名到变量值映射的Dictionary.比如NSDictiona ...
- Qt4.8.6 Embedded Linux 的编译与移植
最近买了个飞凌ok6410 的开发板,于是在其中搭建qt4.8.6运行环境.费了两三天时间,主要还是对Linux系统的生疏,在一些问题上徘徊很久,在这里做一些过程笔记.烧写ARM-Linux系统,根据 ...
- Into concurrent LRU caching once again
But this time, with a more product oriented point of view, instead of researching. http://openmymind ...
- AppStore下载慢的真实原因
今天有个朋友说他的app下载很慢,他说下载其他的不会,就他的会很慢很卡.我心想这东西苹果的我也没办法了呀,不过我心里也想我平时下载挺快的呀.于是就开始试试.搜索了几个app下载发现确实是有快有慢,并且 ...
- 第一次接触终极事务处理——Hekaton
在这篇文章里,我想给出如何与终极事务处理(Extreme Transaction Processing (XTP) )的第一次接触,即大家熟知的Hakaton.如果你想对XTP有个很好的概况认识,我推 ...
- Http客户端识别的方法
Http用户识别的机制方法分为如下几种: 1).承载用户身份的HTTP首部 2).客户端IP地址跟踪,根据客户端IP地址进行识别 3).用户登录,用认证方式设别用户 4).使用胖URL,一种在UR ...
- 基于KV Data Model实现Table Data Model
HBase对外暴露出来的是一个表格数据模型,如下图所示 rowkey应用程序可以自己设计.每一个Cell可以保存多个版本的数据,由timestamp标示版本.应用程序可以自己指定timestamp,如 ...
- 【原创】Silverlight客户端发起WebRequest请求分析
Silverlight网站部署后,客户端浏览器访问的时候会 下载 网站的xap文件包等信息,把程序代码放到本地执行,因为本地机器上安装了silverlight运行库. 所以如果silverlight前 ...