<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    ouyida3

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

    置頂隨筆

    前幾天打開spring的官網(wǎng)http://spring.io/,打算下載spring的最新jar包,發(fā)現(xiàn)只能通過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變?yōu)榱藄pring.io,雖然我4年前就會maven了,去年就知道gradle。但是我身邊的同事仍有部分連maven這個詞語都沒聽過。

    也就是說,如果你還在用ant,那么你連把你項目中的spring升級到最穩(wěn)定的4.1.4都比別人麻煩一些。
    時代總在進步,技術時刻變化中,如果你還安于使用你的maven,那么gradle流行的時候,你會不會因為不會groovy而落伍呢?



    如果你不打算轉行賣水果,亦無晉升公司中高層管理的把握,不斷的更新、提高自己的技術庫也需是你能帶領好你20人以內(nèi)的小團隊的好主意。

    轉載請注明作者:http://m.tkk7.com/ouyida3
    2015年2月19日年初一于家中

    posted @ 2015-02-19 13:34 ouyida3 閱讀(6080) | 評論 (2)編輯 收藏

    2019年8月10日

    ## ssh


    - 用慣secure crt,要買,華軍軟件網(wǎng)很多說8.5版本行的都是不行的,最后在csdn弄了個8.1版本。
      - 官網(wǎng)最新好像也就8.5
      - 不要找什么注冊碼,破解都是注冊機了現(xiàn)在。支持正版還是用putty吧
    - 同類還有xshell,也要買
    - 免費的有putty,不能記住用戶名密碼,不能多窗口。有個multiputty.exe,不敢裝。
      - 其他都可以:記錄ip,設置好字體和編碼,基本就可以用了
    - 注意,crt原來ssh也可以記錄密碼的!


    ## git


    - 官網(wǎng)下載了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>

    - 官網(wǎng)下了7.7.1


    2019.8.10

    posted @ 2019-08-10 16:59 ouyida3 閱讀(128) | 評論 (0)編輯 收藏

    2019年4月18日

         摘要: 21天前,增加了6.6.0的路線圖,主要是DMN!
    同時,4.5.0有點延遲了。  閱讀全文

    posted @ 2019-04-18 09:07 ouyida3 閱讀(2261) | 評論 (0)編輯 收藏

    2019年3月24日

         摘要: 更多見官網(wǎng):
    https://community.alfresco.com/community/bpm/blog/2019/03/08/activiti-cloud-sr1-released  閱讀全文

    posted @ 2019-03-24 09:52 ouyida3 閱讀(1519) | 評論 (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

    更多見官網(wǎng):
    https://github.com/Activiti/Activiti/wiki/Activiti-7-Roadmap

    posted @ 2019-03-24 09:38 ouyida3 閱讀(1860) | 評論 (0)編輯 收藏

         摘要: Flowable roadmap。
    更多可見官網(wǎng):https://github.com/flowable/flowable-engine/wiki/Flowable-roadmap  閱讀全文

    posted @ 2019-03-24 09:27 ouyida3 閱讀(1801) | 評論 (0)編輯 收藏

    2015年3月18日

         摘要: 與互聯(lián)網(wǎng)應用不同,在做系統(tǒng)信息化里,完全不用工作流基本是沒有的。需要工作流,則涉及到現(xiàn)在的技術選型問題。
    下面從公司內(nèi)部框架、商業(yè)框架、開源框架三部分闡述。  閱讀全文

    posted @ 2015-03-18 12:45 ouyida3 閱讀(11501) | 評論 (3)編輯 收藏

    2015年2月19日

    前幾天打開spring的官網(wǎng)http://spring.io/,打算下載spring的最新jar包,發(fā)現(xiàn)只能通過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變?yōu)榱藄pring.io,雖然我4年前就會maven了,去年就知道gradle。但是我身邊的同事仍有部分連maven這個詞語都沒聽過。

    也就是說,如果你還在用ant,那么你連把你項目中的spring升級到最穩(wěn)定的4.1.4都比別人麻煩一些。
    時代總在進步,技術時刻變化中,如果你還安于使用你的maven,那么gradle流行的時候,你會不會因為不會groovy而落伍呢?



    如果你不打算轉行賣水果,亦無晉升公司中高層管理的把握,不斷的更新、提高自己的技術庫也需是你能帶領好你20人以內(nèi)的小團隊的好主意。

    轉載請注明作者:http://m.tkk7.com/ouyida3
    2015年2月19日年初一于家中

    posted @ 2015-02-19 13:34 ouyida3 閱讀(6080) | 評論 (2)編輯 收藏

    2009年6月4日

    just a test

    posted @ 2009-06-04 20:33 ouyida3 閱讀(216) | 評論 (0)編輯 收藏

    2007年3月14日

    lyg

    庫存沒有導出,請給編出書籍分類導出功能。會員積分請分為:售出積分(包括:現(xiàn)金售出、卡購、訂金、補差價)和租書積分(包括:租書)

    posted @ 2007-03-14 11:15 ouyida3 閱讀(204) | 評論 (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竟然行了,于是上網(wǎng)查了一下三者的區(qū)別,xiaobian的blog里這么說:
    {KeyPress主要用來接收字母、數(shù)字等ANSI字符,而 KeyDown 和 KeyUP 事件過程可以處理任何不被 KeyPress 識別的擊鍵,諸如:功能鍵(F1-F12)、編輯鍵、定位鍵以及任何這些鍵和鍵盤換檔鍵的組合等。與 KeyDown 和 KeyUp 事件不同的是,KeyPress 不顯示鍵盤的物理狀態(tài)(SHIFT鍵),而只是傳遞一個字符。KeyPress 將每個字符的大、小寫形式作為不同的鍵代碼解釋,即作為兩種不同的字符。而 KeyDown 和 KeyUp 用兩種參數(shù)解釋每個字符的大寫形式和小寫形式:keycode — 顯示物理的鍵(將 A 和 a 作為同一個鍵返回)和 shift —指示 shift + key 鍵的狀態(tài)而且返回 A 或 a 其中之一。
    ????KeyDown、KeyUp事件是當按下 ( KeyDown ) 或松開 ( KeyUp ) 一個鍵時發(fā)生的。由于一般按下鍵盤的鍵往往會立即放開(這和鼠標不同),所以這兩個事件使用哪個差別不大。}

    而且,up和其他兩者還有一個區(qū)別:要判斷key修改后的狀態(tài)必須用up。

    posted @ 2007-03-10 23:45 ouyida3 閱讀(1313) | 評論 (0)編輯 收藏

    主站蜘蛛池模板: 特级毛片免费播放| 精品亚洲福利一区二区| 波多野结衣免费一区视频 | 成年在线网站免费观看无广告| 久久免费线看线看| 亚洲美女在线国产| 亚洲精品电影在线| 18级成人毛片免费观看| 亚洲视频国产视频| 可以免费看黄视频的网站| 激情综合亚洲色婷婷五月| 日本黄页网址在线看免费不卡 | 亚洲网站在线免费观看| 三年片在线观看免费观看大全一 | 久久永久免费人妻精品| 午夜寂寞在线一级观看免费| 亚洲福利视频一区二区三区| 色se01短视频永久免费| 国产亚洲中文日本不卡二区| 中文成人久久久久影院免费观看 | 国产网站在线免费观看| 欧美亚洲国产SUV| 50岁老女人的毛片免费观看| 亚洲毛片基地日韩毛片基地| 毛片免费在线视频| 色视频在线观看免费| 久久精品国产亚洲综合色| 尤物视频在线免费观看| 成年女人毛片免费观看97| 国产AV无码专区亚洲AV麻豆丫| 免费A级毛片无码无遮挡内射| 久久久久亚洲爆乳少妇无| 亚洲妇女熟BBW| 亚洲福利视频一区二区| 暖暖免费在线中文日本| 国产成人精品日本亚洲专一区| 国内精品久久久久影院免费| 亚洲精品一区二区三区四区乱码| 免费无码又爽又刺激网站| 亚洲国产视频一区| 亚洲第一成人影院|