1. 《mac 使用 pf 做端口转发》:https://www.jianshu.com/p/6052831a8e91 《MAC pf 防火墙OS 10.10 开启80(http)端口的方法》https://my.oschina.net/china008/blog/343049 《Mac 使用 Pfctl 来完成 Docker 的网络映射》https://toutiao.io/posts/d7ljnp/preview 遇到了局域网内无法访问mac电脑上的web app,于是参考了上文 ...

    阅读全文
  2. linux上远程桌面VNC安装和配置 先列出参考文档,有空再来整理下。 http://54im.com/linux/linux-vnc-install.html https://wiki.centos.org/HowTos/VNC-Server https://wenku.baidu.com/view/48a261330b4c2e3f572763c6.html VNC安装 大多数Linux发行版默认安装都包含了VNC服务器和客户端,用户无须另外安装。 ...

    阅读全文
  3. https://www.djangoproject.com/ Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on ...

    阅读全文
  4. 文件管理时对文档进行版本管控,文件的签入签出对应生成文件夹的版本。文件和附件都存放在文件夹中。 1.文件夹操作 PLM 系统自动管理附件文件的存储和检索。 1.1 什么是文件夹? 附件文件存储在 Agile 文件保险柜中,保险柜中的每个附件文件都与编号了的 Agile 文件夹对象相关联。这个概念类似于纸质文件的整理和存储方式:将文件分类到文件夹中,标记或编号文件夹,然后将它们存放在文件柜中。主要有两种文件夹:普通文件夹和设计文件夹。 附件文件、文件夹和业务对象之间的 ...

    阅读全文
  5. ThinkPHP中如何多表查询? 之前一直使用ThinkPHP viewModel来多表查询,但是总是觉得缺少了点什么。现在查询了官网相关技术文章,抄录如下,以供以后参考。 ThinkPHP中关联查询(即多表联合查询)可以使用 table() 方法或和join方法,具体使用如下例所示: 1、原生查询示例: 代码如下: $Model = new Model(); $sql = 'select a.id,a.title,b.content from think_ ...

    阅读全文
  6. 1、按 delete 键,实现 Windows 键盘上退格键的功能,也就是删除光标之前的一个字符(默认); 2、按 fn+delete 键,删除光标之后的一个字符; 3、按 option+delete 键,删除光标之前的一个单词(英文有效) 4、按 command+delete 键,删除光标之前整行内容; 5、选中文件后按 command+delete,删除掉该文件; ...

    阅读全文
  7. todo: 有空写篇关于Transaction的研究 ...

    阅读全文
  8. 2016年年尾,整理下今年的游记。草草写下这篇答应已久的游记。不详之处,后期添补吧。 苏州到日照到威海到青岛之自驾游游记 计划 Day1苏州到日照赶海和晚上去万平口景区闲逛。日照入住魏园酒店。 Day2日照半日游,然后出发去威海市区。威海住宿双子星民宿。 Day3体验威海生活,威海国际浴场。然后去荣成。威海荣成入住荣成倪氏海泰酒店2日。 Day4 体验荣成生活 Day5 荣成出发到青岛黄岛区,入住万豪酒店2日游。 Day6 游玩银沙滩,和吃海鲜。 ...

    阅读全文
  9. 51000

    原文出处:https://www.scrumalliance.org/community/articles/2007/march/glossary-of-scrum-terms Glossary of Scrum Terms Burndown Charts Daily Scrum Meeting Impediments Product Backlog Product Backlog Item Product Backlog Item Effort P ...

    阅读全文
  10. Saleforce初体验,截图以便日后参考。 1. request trial usage. 2. 登录Saleforce并开始体验之旅 3. 体验4个解说。 3.1 追随潜在客户 3.2   3.2 为你的漏斗助力 3.3 开辟自己的道路     3.4 使用图 ...

    阅读全文
  11. tensorflow object detection 框架介绍和使用 支持多种对象监测模型,包括SSDK/faster-RCNN/Mask-RCNN 支持不同的backend模型,包括mobilenet    https://github.com/tensorflow/models/tree/master/research/object_detection   预训练模型结构解释 frozen_inference_grap ...

    阅读全文
  12.   1. 下载server和client rpm包 wget https://dev.mysql.com/get/Downloads/MySQL-5.6/MySQL-server-5.6.35-1.el7.x86_64.rpm wget https://dev.mysql.com/get/Downloads/MySQL-5.6/MySQL-client-5.6.35-1.el7.x86_64.rpm wget https://dev.mysq ...

    阅读全文
  13. window bat批处理文件中常常有setlocal和endlocal,那它们的作用是什么呢? microsoft官方文档解释是 Setlocal creates a local scope and endlocal terminates the local scope. Any changes made within the setlocal and endlocal scope are discarded, thereby leaving the original envi ...

    阅读全文
  14. 网上有些不错的web color配色资源。这里收集一个以供参考。 http://tool.c7sky.com/webcolor/ ...

    阅读全文
  15. 本文为https://docs.spring.io/spring/docs/current/spring-framework-reference/core.htmlSpring学习过程中遇到的知识点 先记录后深入学习   Annotations 1. Java-based configuration  中提到了 @Configuration @Bean @Import @DependsOn   Resource Int ...

    阅读全文
  16. # Redis configuration file example. # # Note that in order to read the configuration file, Redis must be # started with the file path as first argument: # # ./redis-server /path/to/redis.conf # Note on units: when memory size is needed, it ...

    阅读全文
  17. 如何生成AWR report? Connect to Oracle DB as sysdba or "/":   set ORACLE_SID= yoursid; sqlplus sys/pwd as sysdba alter system flush shared_pool; alter system flush buffer_cache; Run the following command,来创建一个snapshot,并记 ...

    阅读全文
  18.   web.xml配置 <servlet> <servlet-name>springmvc</servlet-name> <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class> </servlet> <servlet-mapping> ...

    阅读全文
  19. 下面三个命令都可以查看linux操作系统的版本信息 cat /etc/os-release lsb_release -a hostnamectl cat /etc/os-release [test@test01 ~]$ cat /etc/os-release NAME="Oracle Linux Server" VERSION="7.4" ID="ol" VERSION_ID=" ...

    阅读全文