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 ... 
随机推荐
- centos下 Vim快捷键操作命令大全
			Vim是一个超牛的编辑器,命令功能十分强大 .而且这些命令大都可以进行组合 ,比如,9yy命令表示复制9行内容,9表示要复制的行数,同样100dd表示删除100行,当数字和命令合作的时候,就比单纯的命 ... 
- Android Material Design控件学习(一)——TabLayout的用法
			前言 Google官方在14年Google I/O上推出了全新的设计语言--Material Design.一并推出了一系列实现Material Design效果的控件库--Android Desig ... 
- osgi: HttpService  A null service reference is not allowed.
			最近在学习osgi,在练习HttpService的过程中,一直出现“A null service reference is not allowed”这样的报错,代码本身没有问题,在网上也搜了不少地方, ... 
- java nio 网络框架实现
			maven项目 https://github.com/solq360/common 链式编/解码 链路层链式处理 管道管理socket 多协议处理非常方便 仿netty NioEventLoop 单线 ... 
- coreseek 提示 client version is higher than daemon version 解决办法
			安装好coreseek,开启了服务之后,通过 sphinx php扩展去请求数据,提示:client version is higher than daemon version (client is ... 
- MyBatis知多少(17)MyBatis和JDBC
			有了MyBatis,就不再需要编写JDBC代码了.像JDBCT这样的API的确非常强大,但使用起来总不免觉得太过繁琐.代码清单给出了一个使用JDBC的示例. 从这个例子中很容易看出,JDBC API会 ... 
- ES6入门系列一(基础)
			1.let命令 Tips: 块级作用域(只在当前块中有效) 不会变量提升(必须先申明在使用) 让变量独占该块,不再受外部影响 不允许重复声明 总之:let更像我们熟知的静态语言的的变量声明指令 ES6 ... 
- MVC显示Base64图片
			本篇演示ASP.NET MVC应用程序,显示Base64图片. Insus.NET浏览网页,发现一个站点http://www.base64-image.de/ 想起以前也有实现过<如何把数据流转 ... 
- [IR] Evaluation
			无序检索结果的评价方法: Precision P = tp/(tp + fp) Recall R = tp/(tp + fn) Accuracy = (tp + tn) ... 
- 解决debian中脚本无法使用source的问题
			#!/bin/sh source scripts/common.sh 现象: shell脚本中source aaa.sh时提示 source: not found 原因: ls -l `which s ... 
