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 ...
随机推荐
- ActionContext.getContext().getSession()
ActionContext.getContext().getSession() 获取的是session,然后用put存入相应的值,只要在session有效状态下,这个值一直可用 ActionConte ...
- iOS 后台处理
iOS 后台处理的常见用途 1.进入后台时候删除资源:应用处于挂起状态的时候所占用的资源越少,该应用被iOS终止的风险就越低.通过从内存中清理那些易于重新创建的资源,可以增加应用驻留内存的机会,因此可 ...
- 在 SharePoint Server 2016 本地环境中设置 OneDrive for Business
建议补丁 建议在sharepoint2016打上KB3127940补丁,补丁下载地址 https://support.microsoft.com/zh-cn/kb/3127940 当然不打,也可以用O ...
- Mach-O 的动态链接(Lazy Bind 机制)
➠更多技术干货请戳:听云博客 动态链接 要解决空间浪费和更新困难这两个问题最简单的方法就是把程序的模块相互分割开来,形成独立的文件,而不再将它们静态的链接在一起.简单地讲,就是不对那些组成程序的目标文 ...
- Struts2日期类型转换
针对日期类java.util.Date进行类型转换,要求客户端使用"yyyy-MM-dd","yyyy/MM/dd"中的任意一种输入,并以"yyyy- ...
- Android(2)—Mono For Android App版本自动更新
0.前言 公司Android查询的项目已经开始,整体采用Java后台+App前台来实现,由于项目小,App这块就我一个人开发,首先需要研究的是:Android版本的更新升级问题:本人经过近一周的学习整 ...
- K-Means 聚类算法
K-Means 概念定义: K-Means 是一种基于距离的排他的聚类划分方法. 上面的 K-Means 描述中包含了几个概念: 聚类(Clustering):K-Means 是一种聚类分析(Clus ...
- Zen of Python
Zen of Python $ python Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:01:18) [MSC v.1900 32 bit ...
- ASP.NET MVC5+EF6+EasyUI 后台管理系统(40)-精准在线人数统计实现-【过滤器+Cache】
系列目录 上次的探讨没有任何结果,我浏览了大量的文章和个别系统的参考!决定用Cache来做,这可能有点难以接受但是配合mvc过滤器来做效果非常好! 由于之前的过滤器我们用过了OnActionExecu ...
- SQL Server-数据类型(七)
前言 前面几篇文章我们讲解了索引有关知识,这一节我们再继续我们下面内容讲解,简短的内容,深入的理解,Always to review the basics. 数据类型 SQL Server支持两种字符 ...