====== 欢迎访问树维知识库(Supwisdom Wiki) ====== Wiki是知识系统,Wiki站点可以由多人维护,每个人都可以发表自己的文章,或者对共同的主题进行扩展或者探讨,并使得知识得以有效整合、分享和传承! 如果您是新员工,请参见[[:welcome:start|新员工指引]] 如果您首次使用Wiki,请参见[[:wiki:首次使用wiki必读|首次使用Wiki必读]] [[:wiki:dokuwiki基本语法中文教程|wiki语法]] 如果您想尝试一些东西,请先到[[:playground:playground|]] 热身。 登陆后才可进行更多操作,请用PMS帐号和密码登陆! ---- [[:tech:java:jdk:pkix_path_building_failed_证书导入|公司Maven仓库因证书问题导致无法下载的解决办法]] ====== 教育教学 ====== * LOL [[:product:教务:公共研发部文档:start|公共研发部文档]] * LOL [[:product:教务:公共实施部文档:start|公共实施部文档]] ====== 软件研究院 ====== [[:institute:semver|语义化版本规范]] [[https://supwisdom.coding.net/public/charts/charts/git/files|Helm Charts(仅支持Rancher使用)]] Harbor 2.0 * [[:institute:harbor2-upgrade|Harbor 2.3.0升级通知]] * [[:tech:harbor2:config-proxy-project|Harbor 2配置代理项目]] * [[:tech:docker:build-arm-image|ARM架构镜像构建方法]] * [[:tech:harbor2:upgrade-from-1|Harbor1升级到Harbor2的方法]] 开源项目 * [[https://github.com/supwisdom/spreadsheet-mapper|spreadsheet-mapper]],通用excel导入导出工具 * [[https://github.com/supwisdom/bootstrap-semi-auto-table|bootstrap-semi-auto-table]],bootstrap风格,更好用的datatable 闭源项目 * [[https://source.supwisdom.com/gerrit/#/admin/projects/institute/build-commons|build-commons]],通用的maven parent pom * [[https://source.supwisdom.com/gerrit/#/admin/projects/institute/infras|infras]],spring boot2的通用library Docker image * 基础镜像 * [[https://supwisdom.coding.net/public/institute-oci-openjdk/institute-oci-openjdk/git|openjdk]] * [[https://supwisdom.coding.net/public/institute-oci-tomcat/institute-oci-tomcat/git/files|tomcat]] * [[https://supwisdom.coding.net/public/oci-flyway/oci-flyway/git/files|flyway]] * [[https://supwisdom.coding.net/public/oci-datax/oci-datax/git/files|data-x]] * [[https://supwisdom.coding.net/public/oci-alpine/oci-alpine/git|alpine]] * 工具镜像 * [[https://supwisdom.coding.net/public/institute-oci-fluentd-for-d/institute-oci-fluentd-for-d/git/files|fluentd-for-docker]] * [[https://supwisdom.coding.net/public/oci-oracle-xe-11g/oci-oracle-xe-11g/git|oracle-xe-11g]] * [[https://supwisdom.coding.net/public/spring-boot-admin/spring-boot-admin/git|spring-boot-admin]] * [[https://segmentfault.com/a/1190000016449865|Docker Image制作规范]] * [[https://segmentfault.com/a/1190000016347174|Spring Cloud Config配置文件最佳实践]] * [[https://12factor.net/zh_cn/|12 Factor App]],特别要关注下面几点: * [[https://12factor.net/zh_cn/config|在环境中存储配置]] * [[https://12factor.net/zh_cn/port-binding|端口绑定]] * [[https://12factor.net/zh_cn/logs|把日志当作事件流]] * [[https://github.com/chanjarster/spring-test-examples/blob/master/chapter_4_s2_using_docker.md|集成测试使用Docker创建临时数据库]] 技术文章: * [[https://github.com/chanjarster/k8s-learn|K8S经验总结]] * [[:tech:k8s:服务器性能要求|]] * [[https://github.com/chanjarster/spring-boot-istio-jaeger-demo|Spring boot调用链追踪]] * 应用程序和数据库的时区的坑 * [[https://segmentfault.com/a/1190000016426048|数据库时区那些事儿 - MySQL的时区处理]] * [[https://segmentfault.com/a/1190000016436947|数据库时区那些事儿 - Oracle的时区处理]] * [[https://chanjarster.github.io/post/java-remote-debug/|远程Debug Java进程的方法]] * VisualVm系列: * [[https://chanjarster.github.io/post/visualvm-remote-monitoring/|利用VisualVm远程监控Java进程]] * [[https://chanjarster.github.io/post/visualvm-remote-monitoring-jmx/|利用VisualVm和JMX远程监控Java进程]] * [[https://chanjarster.github.io/post/visualvm-remote-monitoring-jmx-ssl/|VisualVm利用SSL连接JMX的方法]] * [[https://chanjarster.github.io/post/visualvm-remote-monitoring-jmx-k8s/|利用VisualVm和JMX远程监控K8S里的Java进程]] * Prometheus系列: * [[https://chanjarster.github.io/post/prom-grafana-jvm/|使用Prometheus+Grafana监控JVM]] * [[https://chanjarster.github.io/post/prom-alert-jvm/|使用Prometheus+Alertmanager告警JVM异常情况]] * [[https://segmentfault.com/a/1190000017553625|Prometheus range query中的step参数]] * [[https://segmentfault.com/a/1190000017553661|给Prometheus造假数据的方法]] * [[https://chanjarster.github.io/post/k8s/rancher-p8s-jvm/|利用Rancher中的Prometheus采集JVM数据]] * Grafana: * [[:institute:rancher:设置rancher_grafana的admin密码的方法|设置Rancher Grafana的admin密码的方法]] * [[:institute:grafana:导入dashboard的方法|导入Dashboard的方法]] * Dashboard ID: 13076,[[https://grafana.com/grafana/dashboards/13076|GoLang]] * Dashboard ID: 8878,[[https://grafana.com/grafana/dashboards/8878|JVM]] * Dashboard ID: 8881,[[https://grafana.com/grafana/dashboards/8881|Tomcat]] * [[:institute:rancher:修正rancher_grafana的监控数据错误|修正Rancher Grafana的监控数据错误]] Jenkins指南: * [[https://chanjarster.github.io/post/jenkins-pipeline/|创建Jenkins pipeline]] * [[https://chanjarster.github.io/post/jenkins-coding-integration/|Coding集成Jenkins流水账]] * [[:institute:jenkins:jenkinsfile例子_maven_docker|Jenkinsfile例子(Maven+Docker)]] * [[:institute:jenkins:jenkinsfile例子_纯dockerfile项目|Jenkinsfile例子(纯Dockerfile项目)]] * [[:institute:jenkins:jenkinsfile例子_npm项目|Jenkinsfile例子(NPM项目)]] * Jenkinsfile(纯Dockerfile项目,复杂项目)到Gerrit搜索 institute/docker-images * 更多例子到Gerrit搜索 institute/spring-boot-docker 和 institute/spring-boot-tracing [[:institute:microservice:微服务实践|]] ====== 管理制度 ====== * [[:培养方案:start|员工培养方案]] * [[sqa:spec:项目管理规范v4|项目管理规范V5]] * [[:sqa:spec:研发项目管理规范v1|产品研发项目管理规范V1]] * [[:sqa:process|SQA部作业指导书]] * [[:it:pms:start|PMS发布记录和帮助手册]] ====== 教务相关 ====== * [[:product:教务:产品相关:start|教务产品知识库]] * [[:product:教务:产品相关:v3.x:start|3.x相关]] * [[:product:教务:产品相关:v4.x:start|4.x相关]] * [[:product:教务:产品相关:v5.x:start|5.0相关]] * [[:product:教务:产品相关:v5.x:培训资料|5.0培训资料]] * [[:product:教务:产品相关:移动:start|移动相关]] * [[:product:教务:知识库:start|教务实施知识库]] * [[:product:教务:教务业务知识库:start|教务业务知识库]] * [[:product:教务:教务项目案例库:start|教务项目案例库]] * [[:product:教务:教务项目经理知识库|]] * [[:product:教务:教务项目经理知识库:教务项目经理手册:start|教务项目经理手册]] * [[:product:教务:教务项目经理知识库:教务项目文档模板和案例参考:start|教务项目文档模板和案例参考]] * [[:product:教务:教务项目经理知识库:教务收入确认标准解读:start|教务收入确认标准解读]] * [[:product:教务:教务项目经理知识库:教务项目经理推荐阅读:start|教务项目经理推荐阅读]] * [[:product:教务:教务项目经理知识库:教务项目培训视频:start|教务项目培训视频]] * [[:product:教务:教务项目经理知识库:教务项目checklist:start|教务项目CHECKLIST]] * 教务规范 * [[:product:教务:教务规范:教务产品管理规范:start|教务产品管理规范]] * [[:product:教务:教务规范:务实施和二开规范_选课篇:start|教务实施和二开规范(选课篇)]] * [[:product:教务:教务规范:教务订单:start|教务订单结算规范]] * [[:product:教务:教务规范:教务需求:start|V4版本教务需求管理流程和操作手册]] ====== 公有云设施 ====== * [[:公有云设施:coding.net使用说明|Coding.net使用说明]] * [[:公有云设施:zoom.us使用说明|Zoom.us使用说明]] ====== 员工博客/开源项目 ====== * 钱嘉:[[https://segmentfault.com/blog/chanjar|SG博客]] [[https://chanjarster.github.io|GH博客]] [[https://github.com/chanjarster|Github]]