ouyida3

要编出最人性化的程序
posts - 13, comments - 5, trackbacks - 0, articles - 0

置顶随笔

前几天打开spring的官网http://spring.io/,打算下载spring的最新jar包,发现只能通过maven或者gradle来下载:http://projects.spring.io/spring-framework/#quick-start
(当然,如果你知道github的话也可以到此下载:https://github.com/spring-projects/spring-framework)

<dependencies>
    <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-context</artifactId>
        <version>4.1.4.RELEASE</version>
    </dependency>
</dependencies>

我很久没搞spring,说不清楚什么时候的变化,不知道何时迁移到了github,springsource.org变为了spring.io,虽然我4年前就会maven了,去年就知道gradle。但是我身边的同事仍有部分连maven这个词语都没听过。

也就是说,如果你还在用ant,那么你连把你项目中的spring升级到最稳定的4.1.4都比别人麻烦一些。
时代总在进步,技术时刻变化中,如果你还安于使用你的maven,那么gradle流行的时候,你会不会因为不会groovy而落伍呢?



如果你不打算转行卖水果,亦无晋升公司中高层管理的把握,不断的更新、提高自己的技术库也需是你能带领好你20人以内的小团队的好主意。

转载请注明作者:http://www.blogjava.net/ouyida3
2015年2月19日年初一于家中

posted @ 2015-02-19 13:34 ouyida3 阅读(6064) | 评论 (2)编辑 收藏

2019年8月10日

## ssh


- 用惯secure crt,要买,华军软件网很多说8.5版本行的都是不行的,最后在csdn弄了个8.1版本。
  - 官网最新好像也就8.5
  - 不要找什么注册码,破解都是注册机了现在。支持正版还是用putty吧
- 同类还有xshell,也要买
- 免费的有putty,不能记住用户名密码,不能多窗口。有个multiputty.exe,不敢装。
  - 其他都可以:记录ip,设置好字体和编码,基本就可以用了
- 注意,crt原来ssh也可以记录密码的!


## git


- 官网下载了2.22.0版本。
- git clone报错 fatal: protocol '?https' is not supported
- 见 https://www.cnblogs.com/ouyida3/p/11331538.html


## notepad++

设置主题

## IntelliJ


- 自己写一个开源软件,3个月以上可以免费申请注册码

C:/Program Files/JetBrains/IntelliJ IDEA 2019.2/plugins/maven/lib/maven3

<mirror>  
      <id>CN</id>  
      <name>OSChina Central</name>                                                                                                                         
      <url>http://maven.oschina.net/content/groups/public/</url>  
      <mirrorOf>central</mirrorOf>  
    </mirror>

- 官网下了7.7.1


2019.8.10

posted @ 2019-08-10 16:59 ouyida3 阅读(109) | 评论 (0)编辑 收藏

2019年4月18日

     摘要: 21天前,增加了6.6.0的路线图,主要是DMN!
同时,4.5.0有点延迟了。  阅读全文

posted @ 2019-04-18 09:07 ouyida3 阅读(2239) | 评论 (0)编辑 收藏

2019年3月24日

     摘要: 更多见官网:
https://community.alfresco.com/community/bpm/blog/2019/03/08/activiti-cloud-sr1-released  阅读全文

posted @ 2019-03-24 09:52 ouyida3 阅读(1482) | 评论 (0)编辑 收藏

Activiti 7 Roadmap

salaboy edited this page Feb 16, 2019 · 58 revisions

Get in touch if you want to participate and define the future of the Activiti project. For more information visit our Original Roadmap and the following updates. We are currently working on what is described in this page. We also recommend you to check our GitBook for Activiti & Activiti Cloud

Check out the Activiti Cloud Milestones

Activiti Cloud 7.1.x Release Train - Milestones Planning (March 2019)

  • JHipster Microservices Infrastructure Integration
    • Databindings (Data Objects)
    • JHispter use cases for UI and Backend Services deployment to K8s
    • UUA support
  • Kubernetes Native Integrations - Applications Operator
    • Spring Cloud Kubernetes Extensions
  • Acceptance Tests Steps Library
  • Standalone Process Modeler
  • Independent Task Runtime
  • BluePrint Trending Topics Campaigns User Interface and Dashboards
  • Istio.io Research and initial integration
  • KNative Bindings with Spring Cloud Functions
  • Decision Service initial draft implementation

Next - 2020 / Activiti Cloud 8.x

  • Collaboration Services
  • BluePrint for HealthCare, Finance, Games
  • AI bindings and abstractions

7.0.x Release Train

You can also check our overall project board here

Milestone #0 – July 2017 – Ended

  • Clean up Activiti
  • Domain API + HAL API + Runtime Bundle
    • process definitions
    • process instances
    • tasks
    • XML/JSON/SVG for process definitions
  • Audit Service: Event Store for Audit Information
  • Identity Management and SSO (KeyCloak implementation)
  • First Release Process

Milestone #1 – August 2017 – Ended

  • Domain API + HAL API + Runtime Bundle
    • Improvements, refinements and additions
  • Query Service: Event Store for Runtime Information
    • Security Enabled
    • JPA – Reference Implementation
  • Infrastructure Enabled Services
    • Gateway (Zuul)
    • Application Registry (Eureka)
    • SSO & IDM (Keycloak default implementation)
    • All Services are Docker Enabled
    • All Services can be deployed into Kubernetes
  • Cloud Examples

Milestone #2 – September 2017 – Ended

  • Domain API + HAL API + Runtime Bundle
  • Audit Service Mongo DB alternative
  • GraphQL review in progress
  • Release to Maven Central
  • Infrastructure Enabled Services
    • Helm Charts
    • Cloud Documentation
    • Cloud Examples Improvements
  • Validation Examples
    • AWS
    • Kubernetes / Minikube
    • Docker Compose

Milestone #3 – October 2017 - Ended

  • Refactor Activiti Cloud Services
  • Process Def & Instance Security model
  • Activiti Cloud Connectors
    • Process Engine refactoring to avoid JavaDelegates and classpath extensions
    • Kubernetes Service ready
  • Model Repository Service (Design and Initial Implementation)
  • Form Service (Initial discussions and planning)

Milestone #4 - November 2017 - Ended

  • Runtime Bundle & Services Hardening
    • Process Def & Instance Security Policies model
  • Tracing & Monitoring integrations common to all our services
  • Activiti Cloud Connectors Examples
  • JHipster Integration and Examples
  • Process Model Service - Initial Draft
  • Kubernetes & AWS deployments improvements

Milestone #5 - December 2017 - Ended

  • Extended Tests for distributed deployments to a live environment (24/7)
  • Process Model Service - Initial Implementation to release
  • Project & Groups Service - Initial Implementation to release
  • Elastic Search Query Service - Initial implementation to release
  • Notification Service PoC
  • Distributed Logging, Monitoring and Tracing
    • ELK Stack (or similar)
  • Process Runtime & Connectors Registry
  • Automated Release Tests - Initial approach

Milestone #6 - January 2018 - Ended

  • Process Runtime Service APIs (review and proposal)
  • Notification Service initial implementation for release
    • Query Module now use GraphQL to provide faster and better options for data retrieval
  • Improved Activiti Cloud Connectors Starter
    • Connectors now use dynamic binding to improve traceability
  • Kubernetes ConfigMaps Research
  • Improved Deployment Descriptors for Kubernetes
    • Tests in AWS environments using our Helm Charts
    • Tests in PKS Pivotal Early Access Environment
    • Shared Helm Charts with the Alfresco Platform Services for core infrastructure

Milestone #7 - February/March/April 2018 - Ended -

  • Digital Business Platform API Alignment (new module introduced)
  • Process Modelling Services next iteration
    • Process Modelling Validation Endpoint for BPMN models
  • Process Definition based security alignment in Runtime Bundle and Query
  • Kubernetes Service Registry, Kubernetes Discovery Client and ConfigMaps
  • Large POM refactorings required to improve project maintenance and dependency management
  • Activiti Scripts for speeding up the release process
  • Cloud Native BPMN Signal and Message Behaviours (initial draft/still under develop)
  • Web Socket for GraphQL subscriptions and integration with Gateway and Keycloak (still under develop)
  • Hardened our Acceptance Tests for Runtime and Modeling Services
  • Introduced a draft for our Performance Tests suite
  • Introduced Angular/ADF Demo UI Draft

Beta1 - Aug 2018 - Done

  • Process Definition based security unification
  • Cloud Native BPMN Signal and Message Behaviours
  • New Process & Task Runtime Java APIs +
  • Application Service
  • Refinements and consistency improvements
  • BluePrint repository split improvements to use query & audit
  • Notifications PoC with GraphQL integration at the gateway layer
  • Jenkins X (jenkinsx.io) support and alignment
  • HELM Charts for Infra & Applications
  • Spring Cloud Kubernetes upgrade and improvements

Beta2 - Sept 2018 - Done

  • CI/CD using Jenkins X
  • Spring Community Articles
  • BPMN timers & Spring Cloud Kubernetes Distributed Timers
  • Improved Modeling Services Backend
  • Connectors RFC
  • Application Structure RFC
  • Acceptance Tests Hardening

Beta3 - Nov 2018 - Ended -

Beta4 - Dec 2018 - Ended -

Beta5 - Dec 2018 - Ended

RC1 - Jan 2019 - Ended

Activiti Cloud 7.0.x GA - Feb 2019

更多见官网:
https://github.com/Activiti/Activiti/wiki/Activiti-7-Roadmap

posted @ 2019-03-24 09:38 ouyida3 阅读(1822) | 评论 (0)编辑 收藏

     摘要: Flowable roadmap。
更多可见官网:https://github.com/flowable/flowable-engine/wiki/Flowable-roadmap  阅读全文

posted @ 2019-03-24 09:27 ouyida3 阅读(1781) | 评论 (0)编辑 收藏

2015年3月18日

     摘要: 与互联网应用不同,在做系统信息化里,完全不用工作流基本是没有的。需要工作流,则涉及到现在的技术选型问题。
下面从公司内部框架、商业框架、开源框架三部分阐述。  阅读全文

posted @ 2015-03-18 12:45 ouyida3 阅读(11391) | 评论 (3)编辑 收藏

2015年2月19日

前几天打开spring的官网http://spring.io/,打算下载spring的最新jar包,发现只能通过maven或者gradle来下载:http://projects.spring.io/spring-framework/#quick-start
(当然,如果你知道github的话也可以到此下载:https://github.com/spring-projects/spring-framework)

<dependencies>
    <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-context</artifactId>
        <version>4.1.4.RELEASE</version>
    </dependency>
</dependencies>

我很久没搞spring,说不清楚什么时候的变化,不知道何时迁移到了github,springsource.org变为了spring.io,虽然我4年前就会maven了,去年就知道gradle。但是我身边的同事仍有部分连maven这个词语都没听过。

也就是说,如果你还在用ant,那么你连把你项目中的spring升级到最稳定的4.1.4都比别人麻烦一些。
时代总在进步,技术时刻变化中,如果你还安于使用你的maven,那么gradle流行的时候,你会不会因为不会groovy而落伍呢?



如果你不打算转行卖水果,亦无晋升公司中高层管理的把握,不断的更新、提高自己的技术库也需是你能带领好你20人以内的小团队的好主意。

转载请注明作者:http://www.blogjava.net/ouyida3
2015年2月19日年初一于家中

posted @ 2015-02-19 13:34 ouyida3 阅读(6064) | 评论 (2)编辑 收藏

2009年6月4日

just a test

posted @ 2009-06-04 20:33 ouyida3 阅读(205) | 评论 (0)编辑 收藏

2007年3月14日

lyg

库存没有导出,请给编出书籍分类导出功能。会员积分请分为:售出积分(包括:现金售出、卡购、订金、补差价)和租书积分(包括:租书)

posted @ 2007-03-14 11:15 ouyida3 阅读(197) | 评论 (0)编辑 收藏

2007年3月10日

今天想在strg的3、4行都输入了以后自动算出第5行的值,于是在keypress事件这么写:
//计算实洋
  if (strg1.Cells[3,strg1.Row]<>'') and (strg1.Cells[4,strg1.Row]<>'') then
  strg1.Cells[5,strg1.Row]:=floattostr(strtofloat(strg1.Cells[3,strg1.Row])
      * strtofloat(strg1.Cells[4,strg1.Row]));
谁知道运行时我输入了第3行和第4行后报第4行的值为空,换成keyup竟然行了,于是上网查了一下三者的区别,xiaobian的blog里这么说:
{KeyPress主要用来接收字母、数字等ANSI字符,而 KeyDown 和 KeyUP 事件过程可以处理任何不被 KeyPress 识别的击键,诸如:功能键(F1-F12)、编辑键、定位键以及任何这些键和键盘换档键的组合等。与 KeyDown 和 KeyUp 事件不同的是,KeyPress 不显示键盘的物理状态(SHIFT键),而只是传递一个字符。KeyPress 将每个字符的大、小写形式作为不同的键代码解释,即作为两种不同的字符。而 KeyDown 和 KeyUp 用两种参数解释每个字符的大写形式和小写形式:keycode — 显示物理的键(将 A 和 a 作为同一个键返回)和 shift —指示 shift + key 键的状态而且返回 A 或 a 其中之一。
    KeyDown、KeyUp事件是当按下 ( KeyDown ) 或松开 ( KeyUp ) 一个键时发生的。由于一般按下键盘的键往往会立即放开(这和鼠标不同),所以这两个事件使用哪个差别不大。}

而且,up和其他两者还有一个区别:要判断key修改后的状态必须用up。

posted @ 2007-03-10 23:45 ouyida3 阅读(1296) | 评论 (0)编辑 收藏