#! /bin/sh echo '####################开始自动部署####################' path=`pwd` #当前路径 tomcatPath=apache-tomcat-8.5.15 #指定tomcat文件目录名称 cd ../$tomcatPath/bi... ...
分类:
系统相关 时间:
2019-05-27 09:17:32
阅读次数:
128
最近阅读这本书,首先在书的标题《人月神话》确实是很美的名字,但是这和编程有什么关系呢,于是就去百度了一下题目的来源:首先是“人月(man-month)”。熟悉软件项目管理的各位肯定清楚,人们常常根据人月来估计工作量(并相应收费),比如一个项目五人两月完成,那么总工作量就是10人月。本书以此命名,套用 ...
分类:
其他好文 时间:
2019-05-26 15:57:37
阅读次数:
163
https://docs.microsoft.com/en-us/windows/wsl/about https://docs.microsoft.com/en-us/windows/wsl/install-win10 Windows Subsystem for Linux Installation ...
Given a collection of integers that might contain duplicates, nums, return all possible subsets (the power set). Given a collection of integers that m ...
分类:
其他好文 时间:
2019-05-26 00:09:52
阅读次数:
123
小朋友这周的表现还算不错。周末多数时间都由我陪(bi)着(zhe)做课本上的数学题,后来还学了英语。任重道远啊,语数外都还得加强,还远不到自己就能取得好成绩的阶段。 上周说好这周要做一个发射炮弹的游戏。最后在周日晚上八点学习完英语以后才开始。 目的 目的:设置一艘宇宙飞船或其他角色,实现上下左右移动 ...
分类:
其他好文 时间:
2019-05-25 10:05:21
阅读次数:
141
在不安装任何第三方软件的情况下,我们也可在 Windows 中直接使用 Powershell 校验文件多种算法的哈希值,其中就包括:SHA1、SHA256、SHA384、SHA512、MACTripleDES、MD5、RIPEMD160 算法。 使用起来也非常简单,大家可以参考如下示例: Get-F ...
分类:
系统相关 时间:
2019-05-24 17:24:55
阅读次数:
128
题目链接: https://codeforces.com/problemset/problem/1163/C2 题目大意: 有n个点,然后这些点直线都可以互相连线,然后问你有多少对直线是相交的。 题解:https://codeforces.com/blog/entry/66943 具体思路: 首先, ...
分类:
其他好文 时间:
2019-05-23 23:01:41
阅读次数:
165
在powerdesigner将表的结构运用于数据库的时候报的错. 目标: 在Hibernate中使用多表级联的插入操作. 解决办法: 将navicat中的mysql数据库表删除, 手动创建 原因: powerdesigner创建表的时候, 造成了一些兼容性的问题. Hibernate配置和Power ...
分类:
数据库 时间:
2019-05-21 19:16:25
阅读次数:
368
Given a set of distinct integers, nums, return all possible subsets (the power set). Given a set of distinct integers, nums, return all possible subse ...
分类:
其他好文 时间:
2019-05-20 23:01:44
阅读次数:
261
Starting with a positive integer N, we reorder the digits in any order (including the original order) such that the leading digit is not zero. Return ...
分类:
其他好文 时间:
2019-05-20 23:00:12
阅读次数:
186