图灵学院 java架构师学习路线 概述 ActiveMQ有支持两种事务, JMS transactions - the commit() / rollback() methods on a Session (which is like doing commit() / rollback() on a ...
分类:
其他好文 时间:
2020-07-08 14:56:33
阅读次数:
72
Debian+mysql+nginx+django 创建Python环境 python-V 查看当前Python版本 which python 查看路径 apt update更新apt apt install python3-pip 安装pip cd /usr/bin rm python ln -s ...
分类:
其他好文 时间:
2020-07-07 00:07:33
阅读次数:
68
Internal Logging If you have trouble getting NLog to work properly you may want to enable internal logging, which can help identify where the problem ...
分类:
其他好文 时间:
2020-07-06 12:57:16
阅读次数:
65
shelljs https://github.com/shelljs/shelljs 实例 var shell = require('shelljs'); if (!shell.which('git')) { shell.echo('Sorry, this script requires git') ...
分类:
Web程序 时间:
2020-07-06 11:12:54
阅读次数:
98
本配置是按照博主本人的喜好来写的 可根据自己的喜好进行改编 摘自https://www.cnblogs.com/shengy/p/7478287.html """"""""""""""""""""""""""""""""""""" ...
分类:
系统相关 时间:
2020-07-05 15:50:26
阅读次数:
104
For a web developer, it is very important to know how to design a web page's size. So, given a specific rectangular web page’s area, your job by now i ...
分类:
其他好文 时间:
2020-07-04 13:45:09
阅读次数:
71
Maximum Subarray (E) 题目 Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and retur ...
分类:
其他好文 时间:
2020-07-03 09:14:00
阅读次数:
76
find 相关命令:which,whereis,locate find 查找目录和文件 find 路径 -命令参数 [输出形式] 参数说明: 路径:告诉find在哪儿去找你要的东西, 命令参数:参数很多下面会说到 输出形式:输出形式很多,-print,-printf,-print0,-exec,-o ...
分类:
其他好文 时间:
2020-07-02 13:14:08
阅读次数:
68
1.各种json工具包比较 四个JSON类库分别为:Gson,FastJson,Jackson,Json-lib。 适用:使用FastJson进行JSON字符串解析,Jackson将集合转成JSON格式字符串。 参考:https://blog.csdn.net/jiyueqianxue/articl ...
分类:
编程语言 时间:
2020-07-02 00:13:49
阅读次数:
82
In MATLAB, there is a very useful function called 'reshape', which can reshape a matrix into a new one with different size but keep its original data. ...
分类:
其他好文 时间:
2020-07-01 20:44:58
阅读次数:
69