码迷,mamicode.com
首页 >  
搜索关键字:daily life    ( 2335个结果
Linux command line shortcut
It may or may not surprise you to know that the bash shell has a very rich array of convenient shortcuts that can make your life, working with the com ...
分类:系统相关   时间:2020-01-24 09:24:39    阅读次数:99
[USACO][DAG上的动态规划]Sorting A Three-Valued Sequence
好美的图论,真的 light up my life!题意: 给出一个只含有若干1,2,3的数列,我们可以两两交换数列元素;要求输出让这个数列不减的最小交换次数。 思路: 首先看起来很像冒泡.....然鹅要最少交换次数——显然不是模拟冒泡了。 开始用深搜来着,显然没办法剪枝,果断T掉。这个时候就要想一 ...
分类:其他好文   时间:2020-01-23 21:09:24    阅读次数:59
软件生存周期过程的定义
软件生命周期(Systems Development Life Cycle,SDLC) 软件生命周期又称为软件生存周期或系统开发生命周期,是软件的产生直到报废的生命周期,周期内有问题定义、可行性分析、总体描述、系统设计、编码、调试和测试、验收与运行、维护升级到废弃等阶段,这种按时间分程的思想方法是软 ...
分类:其他好文   时间:2020-01-22 18:31:03    阅读次数:147
二分-E - Rikka with Mutex
E - Rikka with Mutex Sometimes, technical terms implicate some life philosophy. Mutex is one of them. On your way to dream, you may be locked by some ...
分类:其他好文   时间:2020-01-22 12:38:13    阅读次数:59
[daily][linux] dmesg格式里的时间为什么不准
我们能看见dmesg的日志带有时间,用dmesg -T参数 [root@tong ~]# dmesg -T |tail -n 4 [Tue Jan 21 22:05:11 2020] nginx[7607]: segfault at 8 ip 00007f5323cf77a1 sp 00007fff ...
分类:系统相关   时间:2020-01-21 18:08:37    阅读次数:121
Dynkin Diagrams and How they work
Download Here is the document DynkinDiag.pdf Dynkin diagram, root system is a big mystery of my undergraduate life. Here I present three examples tha ...
分类:其他好文   时间:2020-01-21 00:37:09    阅读次数:85
mysql修改表结构
一、建表 1、建表语句 CREATE TABLE if not exists `pl_account_repay_daily_fact` ( `main_order_id` bigint(32) NOT NULL COMMENT '总order_id', `split_order_id` bigin ...
分类:数据库   时间:2020-01-19 12:34:03    阅读次数:87
More 'long-life' plastic bags being used
1 1.1 roll out v. 推广,或实行 1.2 pilot v. 试行 n. 飞行员 1.3 bags for life 可重复使用的环保购物袋 2 2.1 How many times a year do the environment groups monitor plastic us ...
分类:其他好文   时间:2020-01-16 23:35:15    阅读次数:112
[daily] 查看linux程序或操作的kernel内核调用栈
一 [classic_tong @ https://www.cnblogs.com/hugetong/p/12198122.html] 查看一个命令或程序,都调用了什么系统API的方法, 可以是用strace [root@T9 OUTPUT_nginx]# strace echo execve("/ ...
分类:系统相关   时间:2020-01-15 19:26:54    阅读次数:123
【架构篇】ASP.NET Core 基于 Consul 动态配置热更新
背景 通常,.Net 应用程序中的配置存储在配置文件中,例如 App.config、Web.config 或 appsettings.json。从 ASP.Net Core 开始,出现了一个新的可扩展配置框架,它允许将配置存储在配置文件之外,并从命令行、环境变量等等中检索它们。 在传统项目中,修改配 ...
分类:Web程序   时间:2020-01-14 12:52:45    阅读次数:141
2335条   上一页 1 ... 15 16 17 18 19 ... 234 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!