码迷,mamicode.com
首页 >  
搜索关键字:windows dos ipconfig net at    ( 204985个结果
java后端工具积累
1.常用日志框架 https://blog.csdn.net/qq_28623375/article/details/114647888 2.logback打印线程号 https://www.cnblogs.com/minikobe/p/12161369.html 3.加载properties文件的 ...
分类:编程语言   时间:2021-06-02 15:19:20    阅读次数:0
快捷键
Ctrl+c 复制 Ctrl+v 粘贴 Ctrl+z 撤销 Ctrl+a 全选 Ctrl+x 剪切 删除文件 shift+delete Ctrl+s 保存 Windows+r dos命令窗口 Windows+e 此电脑 Windows+w 可以 截图 Windows+I 设置 任务管理器 shift ...
分类:其他好文   时间:2021-06-02 15:04:54    阅读次数:0
架构师的成长之路初片~linux-基本防护措施
1:修改用户账号的属性,设置某某时间实效(禁止登陆) 2:临时锁定用户lisi的账户,使其无法登陆,验证效果后解除锁定 3:修改tty终端提示,使得登陆前看到的第一行文本为“Windows Server 2012 Enterprise R2”,第二行文本为“NT 6.2 Hybrid” 4:锁定文件 ...
分类:系统相关   时间:2021-06-02 15:00:47    阅读次数:0
docker
docker 安装 yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/d ...
分类:其他好文   时间:2021-06-02 14:49:47    阅读次数:0
集合划分计数 多项式EXP模板
题链 定义贝尔数$B_n=\sum _{k=1}{n}S(n,k)$,其中$S(n,k)$为第二类斯特林数,我们有$B_{n+1}=\sum_{i=0}^{n}B_i*\tbinom{n}{i}$, ? $\frac{B_{n+1}}{n!}=\sum_{i=1}^n\frac{1}{i!}*\fr ...
分类:其他好文   时间:2021-06-02 14:48:16    阅读次数:0
MySQL : You can't specify target table 'Person' for update in FROM clause
原因:mysql不能在同一语句中先select出同一表中的某些值,再对这个表做修改 解决方法:添加临时表 参考:https://blog.csdn.net/baidu456356/article/details/101603359 DELETE FROM Person WHERE Id NOT IN ...
分类:数据库   时间:2021-06-02 14:44:55    阅读次数:0
.NET Debugging Demos Lab 7: Memory Leak
https://www.tessferrandez.com/blog/2008/03/25/net-debugging-demos-lab-7.html This is the last debugging lab in the .NET Debugging Labs series. By now ...
分类:Web程序   时间:2021-06-02 14:43:49    阅读次数:0
Linux epoll 单线程
#include <sys/socket.h> #include <sys/wait.h> #include <netinet/in.h> #include <netinet/tcp.h> #include <sys/epoll.h> #include <sys/sendfile.h> #inclu ...
分类:编程语言   时间:2021-06-02 14:40:56    阅读次数:0
python 二级 第三方库(pip 、pyinstaller、jieba、wordcloud)
安装方式 首选pip安装,pip安装失败选择自定义安装、文件安装,一般windows系统pip安装有时会失败 pip安装 pip -h 查看指令 自定义安装 路径: https://www.scipy.org/scipylib/download.html 文件安装路径: http://www.lfd ...
分类:编程语言   时间:2021-06-02 14:24:22    阅读次数:0
Synchronized底层实现
详细 参考 https://cxyroad.blog.csdn.net/article/details/113777629 2.重量级锁 重量级锁是我们常说的传统意义上的锁,其利用操作系统底层的同步机制去实现Java中的线程同步。 重量级锁的状态下,对象的mark word为指向一个堆中monito ...
分类:其他好文   时间:2021-06-02 14:21:38    阅读次数:0
204985条   上一页 1 ... 47 48 49 50 51 ... 20499 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!