Recoil allows us to use atoms in order to store pieces of state. More often than not in our apps we need to use data that derives from our application ...
分类:
其他好文 时间:
2020-05-16 20:48:21
阅读次数:
81
lesson04列表方法:视频1:列表的方法:看ppt: sudo pip3 install ipython3 //安装ipython3 //ipython3pyvip@Vip:~$ ipython3Python 3.5.2 (default, Nov 23 2017, 16:37:01) Type ...
分类:
其他好文 时间:
2020-05-16 10:37:10
阅读次数:
88
本文不再更新,可能存在内容过时的情况,实时更新请访问原地址: "Java字符串右侧补零实现" ; 实现代码: ...
分类:
编程语言 时间:
2020-05-16 00:26:54
阅读次数:
168
org.apache.maven.archiver.MavenArchiver.getManifest(org.apache.maven.project.Mav (Click for 1 more) 解决方案: 更新eclipse中的maven插件 1.1 Help -> Install New S ...
分类:
Web程序 时间:
2020-05-14 11:28:53
阅读次数:
76
这里总结一下linux的基本命令一、cd/ls/pwd----------------------------------------------------------二、rm/touch/mkdir/mv/cp/三、cat/more/less/head/tail四、witch/whereis/locate/find
分类:
系统相关 时间:
2020-05-14 01:57:56
阅读次数:
86
原来: # See smb.conf.example for a more detailed config file or # read the smb.conf manpage. # Run 'testparm' to verify the config is correct after # yo ...
分类:
系统相关 时间:
2020-05-14 01:54:38
阅读次数:
86
承接上文。【拓展】有人问我,怎么配置互联网环境的Mevan,这里拓展一下。settings_outweb.xml<?xmlversion="1.0"encoding="UTF-8"?><!--LicensedtotheApacheSoftwareFoundation(ASF)underoneormorecontributorlicenseagreements.SeetheNOTI
分类:
编程语言 时间:
2020-05-14 01:39:30
阅读次数:
64
centos8.0 安装 jenkins 前提:需要提前配置好JDK环境 1.jenkins 下载链接 http://mirrors.jenkins.io/war-stable/latest/ 2.确保开放服务器端口(8080) 查看端口是否开启netstat -aptn 3.运行jenkins.w ...
分类:
其他好文 时间:
2020-05-13 20:33:47
阅读次数:
72
转自:http://www.chanpin100.com/article/106149 本文为大家总结了产品设计中常用的4点原则,希望对大家有所帮助。 每位产品经理或多或少都听说过一些产品原则,今天先一起探讨应该遵循哪些宏观的产品原则。 1.少即是多 “Less is more.”(少即是多)其实最 ...
分类:
其他好文 时间:
2020-05-13 16:50:42
阅读次数:
74
虚拟机测试如下 1.端口 sudo netstat -antlp|more 2.进程 ps aux | grep pid 3.查看内存和cpu vmstat -a#查看内存和CPU使用情况 vmstat -s#查看内存和CPU使用详情 vmstat -d#查看读写IO情况 ps aux|head - ...
分类:
系统相关 时间:
2020-05-13 11:59:05
阅读次数:
94