(重启)sudo shutdown -r now (关机)sudo shutdown -h now (install SSH)sudo apt-get install openssh-server https://www.codercto.com/a/40249.html ...
分类:
系统相关 时间:
2019-11-02 00:30:33
阅读次数:
79
Plastic bottles are now an indispensable container in life. Plastic bottles will appear in all aspects of life. Plastic bottles are ubiquitous, many s ...
分类:
其他好文 时间:
2019-11-01 12:44:33
阅读次数:
88
题目链接: "HDU 2899" Problem Description Now, here is a fuction: F(x) = 6 x^7+8 x^6+7 x^3+5 x^2 y x (0 Can you find the minimum value when x is between 0 ...
分类:
其他好文 时间:
2019-10-31 23:42:30
阅读次数:
106
数据库开发 驱动 MySQL基于TCP协议之上开发,但是网络连接之后,传输的数据必须遵循MySQL的协议.封装好MySQL协议的包,就是驱动程序. MySQL的驱动 连接connect 先建立一个数据传输的数据通道 连接. pymysql.connect()方法返回的是connections模块下的 ...
分类:
数据库 时间:
2019-10-31 17:59:10
阅读次数:
103
使用psql无法连接数据库,并报错 FATAL:53300 psql: FATAL: 53300: remaining connection slots are reserved for non-replication superuser connections 普通用户的连接已满,保留用于非复制的 ...
分类:
数据库 时间:
2019-10-31 16:17:21
阅读次数:
477
(1)修改fiddler的Tool HTTPS (2)修改Tools Connections (3)重启Fiddler,浏览器中输入www.baidu.com,出现如下提示 (4) Fiddler导出证书(Tools--HTTPS Actions--Export...到桌面) (5) 修改浏览器代理 ...
分类:
Web程序 时间:
2019-10-30 16:27:20
阅读次数:
114
从官方文档知道linux上面编译安装的mysql默认的连接为100个,这样对于网站的需求来说是远远不够的。 ...
分类:
数据库 时间:
2019-10-30 11:50:45
阅读次数:
100
A graph which is connected and acyclic can be considered a tree. The height of the tree depends on the selected root. Now you are supposed to find the ...
分类:
移动开发 时间:
2019-10-29 13:23:13
阅读次数:
101
1、详解MySql确保数据不丢失的原理及设计的亮点,参考这些亮点实现了2个常见的案例
2、案例1:电商账户高并发更新设计方案及具体实现,单账户并发更新TPS达到上千,设计思路非常值得借鉴
3、案例2:常见的跨库转账设计方案及具体实现,让大家熟练掌握一种分布式事务解决方案,过程非常详细
4、本文... ...
分类:
数据库 时间:
2019-10-29 11:59:55
阅读次数:
108
需要查询当天时间, DateTime time = Convert.ToDateTime(DateTime.Now.ToString("yy-MM-dd") ) //获取当前时间 list = list.where(d=>d.time == time) //然后使用linq进行查询 然后比较有意思的 ...
分类:
其他好文 时间:
2019-10-28 12:42:20
阅读次数:
308