-
Linux LVM逻辑卷管理
Linux LVM逻辑卷管理 使用 Linux 好久了,一定会意识到一个问题,某个分区容量不够用了,想要扩容怎么办?这里就涉及到 LVM 逻辑卷的管理了,可以动态调整 Linux 分区容量。 LVM 概述 全称 Logical Volume Manager ,可以动态调整磁盘容量,提高磁盘管理灵活性。 在安...
-
delphi使用Chilkat 组件和库从SFTP下载文件
delphi使用Chilkat 组件和库从SFTP下载文件 官网地址:https://www.example-code.com/delphiDll/default.asp 实例代码: (不包括全局解锁) 密码生成器:https://www.cnblogs.com/hhmm99/p/11383027.html uses Winapi.Windows, Winapi.Messages, System.SysUtils, Syste...
-
Manjaro美化 配置教程
Manjaro美化 配置教程 title: manjaro的美化 date: 2019-04-24 22:59:57 tags: manjaro categories: manjaro 切换源 sudo vi /etc/pacman.conf 加入arch源 [archlinuxcn]SigLevel = Optional TrustedOnlyServer = https://mirrors.ustc.edu.cn/archlinuxcn/$arch black...
2019-08-19 08:47:40 wordpressphp文件php代码php扩展linux双系统文件Chrome服务器Linuxmysql
-
【原创】Linux Suspend流程分析
【原创】Linux Suspend流程分析 背景 Read the fucking source code! --By 鲁迅 A picture is worth a thousand words. --By 高尔基 说明: Kernel版本:4.14 ARM64处理器 使用工具:Source Insight 3.5, Visio 1. 介绍 Linux Kernel支持四种 Sleep State : Suspend-...
-
LRU的实现(使用list)
LRU的实现(使用list) 首先是LRU的定义,LRU表示最近最少使用,如果数据最近被访问过,那么将来被访问的几率也更高。 所以逻辑应该是每次都要将新被访问的页放到列表头部,如果超过了list长度限制,就将列表尾部的元素踢出去。 主要结构,STL中的双向链表结构list。...
-
程序运行时间测试 - 使用libc 中 time 函数 实现秒级的运行时间
程序运行时间测试 - 使用libc 中 time 函数 实现秒级的运行时间检测 c 标准库中,有time 函数,可以返回 1970年1月1日 开始到现在的秒数,我们可以调用两次的时间差来计算程序运行时间: https://github.com/yaowenxu/Workplace/blob/master/timer/timetimer.c NAME ti...
-
程序运行时间测试 - 使用libc 中 clock 函数
程序运行时间测试 - 使用libc 中 clock 函数 我们运行程序的时候,可以简单使用clock函数测试程序的运行时间:(本示例中以微秒为单位输出) https://github.com/yaowenxu/Workplace/blob/master/timer/clocktimer.c /* * * Author: Yaowen Xu * Github: https://githu...
-
Installation of the latest version of netease-cloud-music on
Installation of the latest version of netease-cloud-music on Fedora 30 linux platform Installation of the latest version of netease-cloud-music on Fedora 30 linux platform Abtract As weknow, netease company pushed debian-based version of cloud-music...
2019-08-19 08:47:05 LinuxIE网易云音乐websitePSUbuntutim网易云HTTPSweb
-
日志文件写入失败(permission denied)
日志文件写入失败(permission denied) 用过Laravel的小伙伴一开始安装完框架后可能都遇到过daily 日志文件写入失败的问题,接下来我们就来详细说下日志文件写入失败的原因以及对应的解决方案。 在讲这个问题之前可能需要简单介绍下Linux系统下的文件的Ownership和Per...
-
【原创】Linux PSCI框架
【原创】Linux PSCI框架 背景 Read the fucking source code! --By 鲁迅 A picture is worth a thousand words. --By 高尔基 说明: Kernel版本:4.14 ARM64处理器 使用工具:Source Insight 3.5, Visio 1. 介绍 PSCI, Power State Coordination Interface ,由ARM定...
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash
