GPU server considerations
vpn Even on vpn You can't use the browser after , But you can surf the Internet (zoom, Wechat is still available ),ping ip No problem with the addre...
2022-07-16 09:16【kushr】
阅读更多Which agile practice can make the "boss" see the effect of team agile transformation fastest?
In software development ,“ Boss ” What I care about most is the progress of work , Of course, what can best represent the progress of the work is th...
2022-07-16 09:17【surfirst】
阅读更多Agile practice: what did you do yesterday in the opening meeting? What are you going to do today?
Examine the R & D effectiveness of an agile team , You can observe it by participating in the station meeting . Many textbooks describe the content ...
2022-07-16 09:17【surfirst】
阅读更多How to use different ports to connect to SQL Server on SQL Server Management?
In the use of SQL Server Management Connect SQL Server when , If we don't specify , It will use 1433 The port connects to the database server . ...
2022-07-16 09:17【surfirst】
阅读更多Dotnet nuget sets the proxy to solve the problem that the source is inaccessible
problem install VS 2022 Create a Web API After the project , perform build System report build The reason for the failure is that you cannot...
2022-07-16 09:17【surfirst】
阅读更多无缝支持Hugging Face社区,Colossal-AI低成本轻松加速大模型
大模型已成为AI圈的一种潮流,不仅横扫各大性能榜单,更产生了诸多有趣应用。 例如,微软和OpenAI开发的自动代码建议补全神器Copilot,化身程序员最佳助手,提升工作效率。 b7087ab0b667c1ddd7238bbc60597779d5e.gif OpenAI...
2022-07-13 19:41【潞晨科技】
阅读更多10 款更先进的开源命令行工具
20220712231214955 37361198.jpg Linux 诞生于 1991 年,我们熟知的 ls 、 cd 、 ps 等命令也出生于那个年代。虽然它们都是 30 年前的产物,但是我们现在依旧每天都在用这些命令。 也许是审美疲劳又或是好奇心作祟,你可曾好奇过:“ 这么多年过去了,...
2022-07-13 19:42【削微寒】
阅读更多26-Openwrt 端口转发 dmz upnp
我们经常会在路由器上面配置端口转发的规则,用来访问内网机器的某个端口,openwrt上面有很多中实现端口转发的方式。 1、端口转发 比如我想用wan口的IP,192.168.2.180,远程连接lan口内网192.168.18.235的ubuntu,如何实现: 建立一个端口转发规则,将 2222端口...
2022-07-13 19:42【Creator_Ly】
阅读更多25-Openwrt 访客网络添加
很多路由器都会有访客网络的需求,主人网络和访客网络相互隔离,wifi密码不同,而且也不能访问到主网络的内容。原理就是多了一个vlan,有两个网段,相互之间隔离。 1.访客网络dhcp网段添加 我们在/etc/config/network里面添加vlan接口 config interface 'gue...
2022-07-13 19:42【Creator_Ly】
阅读更多24-Openwrt dnsmasq
dnsmasq是openwrt一个重要的进程,里面提供了两个重要的功能。一个是dhcp server,给lan口使用的,另一个是dns功能,维护路由器的dns信息,而且支持ipv4和ipv6。 1、 dnsmasq启动过程 从/etc/init.d/dnsmasq start脚本启动 [email protected]
2022-07-13 19:42【Creator_Ly】
阅读更多23-Openwrt switch vlan配置
路由器上面基本都是用switch芯片来实现lan/wan的划分,但是有的switch只有一个GMAC,有的有多个GMAC,对于内核驱动设备来说就是有的switch生成的只有eth0,有的switch生成的有eth0和eth1。 1、基本概念 1.1、wan lan LAN:Local Area Ne...
2022-07-13 19:42【Creator_Ly】
阅读更多22-Openwrt 使用外部kernel和kernel_config
由于内核的修改要通过打patch的方式会比较麻烦,有时候我们会把内核直接解压出来用修改源码的方式,这时候就需要使用外部kernel的这个选项。openwrt的内核config是根据版本保存的,如config 4.19,当我们在一个版本下如果有很多和硬件平台的时候,平台config的分类保存就很重要了...
2022-07-13 19:42【Creator_Ly】
阅读更多21-Openwrt 内核模块改成.ko自动加载
openwrt下有很多开源的内核模块位于package/kernel/下,如gpio button hotplug、mwlwifi等。这些模块都是文件系统启动后,通过autoload的方式进行insmod载入的。 1、正常思路 在《Openwrt add function module to pac...
2022-07-13 19:42【Creator_Ly】
阅读更多20-Openwrt crond crontab
crond和corntab都是busybox下的一个工具,crond是一个后台进程,每隔一分钟读取配置文件中的参数,执行对应的动作。crontab是提供的一个命令行,可以对配置文件进行增删改查。这个定时功能对于平常一些功能使用很方便,比如每天晚上12点重启路由器等。 1、openwrt上启动cron...
2022-07-13 19:42【Creator_Ly】
阅读更多js获取标签内元素值
废话不多说直接开干 getAttribute和setAttribute只能用于元素节点。 getAttribute key 方法根据名称取得属性值。 setAttribute key,val 方法创建或改变某个新属性 key键val值 困扰好久js var nn = $ '.dialog list'...
2022-07-13 19:43【白叔King】
阅读更多【刷题记录】9. 回文数
一、题目描述 来源: 力扣(LeetCode) 给你一个整数 x ,如果 x 是一个回文整数,返回 true ;否则,返回 false 。 回文数是指正序(从左向右)和倒序(从右向左)读都是一样的整数。 例如,121 是回文,而 123 不是。 示例 1: 输入:x = 121 输出:true 示...
2022-07-13 19:42【InfoQ】
阅读更多从数据到智慧
https://img blog.csdnimg.cn/465b0dd9511e4cf18af9eac586e0b116.png 知识体系打造一直是个人到团队的非常核心的能力; 近期在更新笔记软件,以及整理知识体系的时候,面临很大量的知识,不禁回想起之前的看过的一些文章; 也继 知识,大脑与实践 ...
2022-07-13 19:43【安柏霖】
阅读更多原则与思维模型--《思维模型》4
https://img blog.csdnimg.cn/cab08fd87ab54ab4838135ac0f61af65.png 这里是数据到智慧的层次结构图,from 模型思维 《思维模型》一书中主要涵盖的是知识一级别的内容,读完之后尝试做进一步的抽象; https://img blog.c...
2022-07-13 19:43【安柏霖】
阅读更多原则与思维模型--《思维模型》1
2,可能出错的地方必然出错 一看就是墨菲定律了 https://img blog.csdnimg.cn/cf7a4f899b9c47fa9b3345e7295daae1.png 公地悲剧 现象: 公共资源大家猛烈浪费,排放废料等等 群体免疫效应:理论上如果其他人都接种疫苗了,那么不接种的人就没事了...
2022-07-13 19:43【安柏霖】
阅读更多Do you know the three realms of R & D stations? How to evaluate the R & D efficiency of the team through the station meeting?
Examine the R & D effectiveness of an agile team , You can observe it by participating in the station meeting . The first realm : Pay attention to t...
2022-07-16 09:17【surfirst】
阅读更多
边栏推荐
- [daily question 1] judge whether it is a balanced binary tree
- Promise --- synchronize? Asynchronous?
- 【Multisim】使用NE5532P系列运放仿真时必须注意的问题
- Huawei switch SEP double half ring design scheme and detailed configuration steps
- Wechat native payment
- 第54章 业务逻辑之折扣、商品类别实体定义实现
- C # use mqtt communication
- 快速排序·例题二
- 【每日一题】在二叉树中找到两个节点的最近公共祖先
- Getting started with Scala
猜你喜欢

ADB环境配置 简介 6 下载 13 二、配置环境变量 19 进入系统环境配置 20 环境变量配置 25 验证 31 简介 Android 调试桥 adb 是一种功能多样的命令行工具,可让您与设备进行通信。adb 命令可用于执行各种设备操作(例如安装和调试应用),并提供对 Unix shell(可...

https://img blog.csdnimg.cn/931b64fd23e54d69bfa3aa3ed4385673.png https://img blog.csdnimg.cn/9001f281af984143ade5fcbe4a2d3c15.png https://img blog.cs...

subject : Through Fog High Resolution Imaging Using Millimeter Wave Radar High resolution imaging through fog using millimeter wave radar DOI:10.1...

QWeb 是 Odoo 使用的主要模板引擎。它是一个 XML 模板引擎,主要用于生成 HTML 样式和页面。 目标:生成如下看板视图: https://img blog.csdnimg.cn/6db5abafca9a4f9ebee71a3a50656988.png 在上图中,我们想添加一个看板视图来...

1、search View common labels : field: Define a search field , Used to select... In the search control . separator: Define the separation line filter: ...

The whole project includes : opening report + opening report PPT + Mission statement + Interim report + Paper template + Defence PPT etc. +...

hi One more mouthful : Recently started preparing CSP authentication , So simply make a question brushing record , Urge yourself to make continuous...

I've been asked a lot recently Function test wants to turn to automation , How should I start ? Are there any good resources to recommend ? My car...

List of articles background 1 It's too long to read the edition 3 1 Backup of wechat computer 1 14 0 Forward by email 0 25 word Handle wor...

首先对next数组的理解: next i =j 表示模块串 p 的以第 i 个字符结尾的子串中,前缀和后缀相同的最长字符串长度为 j 。那么可以得出模块串的最小循环节长度为 n next n next%5Bn%5D 。证明如下: https://img blog.csdnimg....