• GPU server considerations

      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:16kushr

      阅读更多
    • Which agile practice can make the "boss" see the effect of team agile transformation fastest?

      Which agile practice can make the

      ​ 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:17surfirst

      阅读更多
    • Agile practice: what did you do yesterday in the opening meeting? What are you going to do today?

      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:17surfirst

      阅读更多
    • How to use different ports to connect to SQL Server on SQL Server Management?

      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:17surfirst

      阅读更多
    • 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:17surfirst

      阅读更多
    • 无缝支持Hugging Face社区,Colossal-AI低成本轻松加速大模型

      无缝支持Hugging Face社区,Colossal-AI低成本轻松加速大模型

      大模型已成为AI圈的一种潮流,不仅横扫各大性能榜单,更产生了诸多有趣应用。 例如,微软和OpenAI开发的自动代码建议补全神器Copilot,化身程序员最佳助手,提升工作效率。            b7087ab0b667c1ddd7238bbc60597779d5e.gif   OpenAI...

      2022-07-13 19:41潞晨科技

      阅读更多
    • 10 款更先进的开源命令行工具

      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:42Creator_Ly

      阅读更多
    • 25-Openwrt 访客网络添加

      很多路由器都会有访客网络的需求,主人网络和访客网络相互隔离,wifi密码不同,而且也不能访问到主网络的内容。原理就是多了一个vlan,有两个网段,相互之间隔离。 1.访客网络dhcp网段添加 我们在/etc/config/network里面添加vlan接口 config interface 'gue...

      2022-07-13 19:42Creator_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:42Creator_Ly

      阅读更多
    • 23-Openwrt switch vlan配置

      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:42Creator_Ly

      阅读更多
    • 22-Openwrt 使用外部kernel和kernel_config

      由于内核的修改要通过打patch的方式会比较麻烦,有时候我们会把内核直接解压出来用修改源码的方式,这时候就需要使用外部kernel的这个选项。openwrt的内核config是根据版本保存的,如config 4.19,当我们在一个版本下如果有很多和硬件平台的时候,平台config的分类保存就很重要了...

      2022-07-13 19:42Creator_Ly

      阅读更多
    • 21-Openwrt 内核模块改成.ko自动加载

      openwrt下有很多开源的内核模块位于package/kernel/下,如gpio button hotplug、mwlwifi等。这些模块都是文件系统启动后,通过autoload的方式进行insmod载入的。 1、正常思路 在《Openwrt add function module to pac...

      2022-07-13 19:42Creator_Ly

      阅读更多
    • 20-Openwrt crond crontab

      crond和corntab都是busybox下的一个工具,crond是一个后台进程,每隔一分钟读取配置文件中的参数,执行对应的动作。crontab是提供的一个命令行,可以对配置文件进行增删改查。这个定时功能对于平常一些功能使用很方便,比如每天晚上12点重启路由器等。 1、openwrt上启动cron...

      2022-07-13 19:42Creator_Ly

      阅读更多
    • js获取标签内元素值

      废话不多说直接开干 getAttribute和setAttribute只能用于元素节点。 getAttribute key 方法根据名称取得属性值。 setAttribute key,val 方法创建或改变某个新属性 key键val值 困扰好久js var nn = $ '.dialog list'...

      2022-07-13 19:43白叔King

      阅读更多
    • 【刷题记录】9. 回文数

      【刷题记录】9. 回文数

      一、题目描述 来源: 力扣(LeetCode) 给你一个整数 x ,如果 x 是一个回文整数,返回 true ;否则,返回 false 。 回文数是指正序(从左向右)和倒序(从右向左)读都是一样的整数。 例如,121 是回文,而 123 不是。 示例 1: 输入:x = 121 输出:true 示...

      2022-07-13 19:42InfoQ

      阅读更多
    • 从数据到智慧

      https://img blog.csdnimg.cn/465b0dd9511e4cf18af9eac586e0b116.png 知识体系打造一直是个人到团队的非常核心的能力; 近期在更新笔记软件,以及整理知识体系的时候,面临很大量的知识,不禁回想起之前的看过的一些文章; 也继 知识,大脑与实践 ...

      2022-07-13 19:43安柏霖

      阅读更多
    • 原则与思维模型--《思维模型》4

      原则与思维模型--《思维模型》4

      https://img blog.csdnimg.cn/cab08fd87ab54ab4838135ac0f61af65.png 这里是数据到智慧的层次结构图,from 模型思维 《思维模型》一书中主要涵盖的是知识一级别的内容,读完之后尝试做进一步的抽象; https://img blog.c...

      2022-07-13 19:43安柏霖

      阅读更多
    • 原则与思维模型--《思维模型》1

      原则与思维模型--《思维模型》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?

      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:17surfirst

      阅读更多
  • 猜你喜欢