码迷,mamicode.com
首页 >  
搜索关键字:tool box    ( 14991个结果
在 CentOS 上安装及使用 VirtualBox
https://blog.csdn.net/wxb880114/article/details/80937659?utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearn ...
分类:其他好文   时间:2021-06-13 10:26:12    阅读次数:0
Antilibrary能拯救稍后不读吗
从「稍后再读」到「再也不读」 上学时,我有一套自认为很高效的资料搜集工作流。大致流程是浏览到感兴趣或可能有用的信息时,粗略扫过一眼后即用 Pocket 将其保存为稍后再读,随后借助 IFTTT 的某个自动化 applet 即可将添加到 Pocket 中的文章内容整体自动同步至 Evernote 中。 ...
分类:其他好文   时间:2021-06-13 10:24:34    阅读次数:0
FPGA学习-4:初步入门点个灯
环境配置好后就正式进入verilog的学习了 先从最简单的点灯开始 我会向你们介绍最基础的数据类型和语法规则 仍然是从我们熟悉的界面开始 转到顶层模块 start中 首先,verilog都是以模块为单位进行编程 模块以 “module” “endmodule” 作为界限 如图既是定义一个模块star ...
分类:其他好文   时间:2021-06-13 10:12:36    阅读次数:0
How to identify the HBA cards/ports and WWN in Linux
There are several commands to determine the WWN of a Fibre Channel (FC) HBA and their status (online/offline). The post discusses few of the most comm ...
分类:系统相关   时间:2021-06-11 18:48:26    阅读次数:0
CSS实现多行文字垂直居中
1.table布局 <div class="box"> <p>前端开发真不错,就是智商跟不上</p> <p>前端开发真不错,就是智商跟不上</p> </div> .box { width: 300px; height: 200px; border: 1px solid #000; display: ...
分类:Web程序   时间:2021-06-11 18:21:11    阅读次数:0
Web Crawling
URL: https://www.sheffield.ac.uk/FRAX/tool.aspx?country=2 country=2代表中国 F12打开开发者模式 Network——XHR Headers是浏览器向服务器发送的消息 python第一行加上 # -*- coding: utf-8 - ...
分类:Web程序   时间:2021-06-08 23:04:07    阅读次数:0
element 抽屉drawer碰到的样式坑
###1.抽屉drawer出现蓝框bug 针对el-tabs出现蓝框的解决办法: /deep/.el-tabs__item:focus.is-active.is-focus { box-shadow: none; } 2. 针对自带的title出现蓝色框框的解决办法: /deep/ :focus { ...
分类:其他好文   时间:2021-06-08 22:24:47    阅读次数:0
shell命令查找文件的工具
2021-06-06 关键字:Shell具体应用 需求:在指定目录中查找文件名包含指定字符的文件 - 支持自定义关键字查找 - 支持自定义查找路径及查找关键字 使用方式: 假设这个工具的名称为:fgtool.sh (取意 shell tool for find and grep)。 直接运行此工具, ...
分类:系统相关   时间:2021-06-06 19:18:00    阅读次数:0
svg更改颜色等样式
.cls-1 { fill: #cccccc; } .cls-1:hover { fill: orange !important; } <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.7 11.15"> <defs> </defs> < ...
分类:其他好文   时间:2021-06-06 18:55:04    阅读次数:0
C# WinForm TextBox 只能输入数字【正则替换】
private void txtMaxCount_TextChanged(object sender, EventArgs e) { //替换非数字 this.txtMaxCount.Text = Regex.Replace(this.txtMaxCount.Text, @"[^\d]*", "") ...
分类:Windows程序   时间:2021-06-05 18:15:46    阅读次数:0
14991条   上一页 1 ... 3 4 5 6 7 ... 1500 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!