分类 网络转载 下的文章

01、钱很重要
这世上只有极少数事情是钱搞不定的,大多数事情都可以用钱来解决。比如脱贫了有很大概率你能脱单,但脱单了不一定就能脱贫。

如果你想搞定一件事,或者搞定一个人,请少谈感情多谈钱,因为很少有人能经受得住利益的诱惑,如果他能经受得住,并不是钱不管用,而是诱惑还不够大。

02、不要脸,真正解决很多麻烦
为什么人善容易被人欺?

因为欺负善良、老实的人,付出的代价是比较小的,风险也很低。换一句话来讲,恶人一般不会被欺负。

所以有时候你想解决问题,解决麻烦,就不能表现的太过老实,这样对方只会觉得你好欺负,甚至会变本加厉,你得表现的狠一点,让人感觉不好惹,往往这样能避免很多不必要的麻烦。做人还是带点刺比较好,不为扎人,只为自保。

03、对于别人的自嘲,听听就好,别附和
无论是生活中,还是网络上,很多人都喜欢自嘲,有些是开玩笑的,有些是谦逊,有些是真的批评自己。

但这都不重要,你千万别认真,对于别人的自嘲,你听听就好,不要随着附和。就算他真的能力不行,他说可以,别人说不行。

04、自己能解决的,就不要麻烦别人
能花时间和精力解决的,就自己搞定,能花钱的就不要用人情,钱好还,但人情不好还。

虽然有人会反驳说:关系都是麻烦出来的。确实,这句话不假,但还是要有一定的界限和分寸感,每个人都有自己的生活节奏,往往是不希望被外界打扰的。请你记住,永远也不要做一个理直气壮的伸手党。

05、少点抱怨,要么选择承受,要么选择离开
工作不顺心,项目不如意,不要逢人就诉苦抱怨,没有人会真的在意你过得好不好,他们只关心你过得有没有他们好,大多数都是看笑话的,没啥有用的建议能给你。

遇到不顺心,要么默默忍受,然后想法扭转局面,如果实在解决不了,就选择离开。

06、置办一些好的行头,这世界挺势力的
开好车会有人主动给你让道,开一般的车总有人会加你塞,认为你似乎很好欺负。这世界是势力的,大家都是欺软怕硬。

如果条件允许的话,给自己置办一些好的行头,不是为了装逼,只是为了让自己看上去不好欺负。

07、别太主动
你有再好的办法也别主动说,除非对方诚心诚意的请教你,尤其是别等对方做完了,你再事后诸葛亮。

因为事情做好了你也没功劳,因为这是你主动送上来的,事情没做好,你反倒还要背黑锅。

08、聪明
“聪明”这个词用在成年人身上,一般不是什么好话。如果 A 说 B 聪明,那么在 A 的潜意识里,认为应该要防着 B

09、投资
不懂得不要投,懂的放心投。其核心就在于一个字“懂”所以,一定要把钱投资到不需要你再作出决定的事情上,因为人不可能一直都能做对决定,既然对了一次,就要坚决保持下去。

10、勤奋
现在我越来越觉得勤奋不是指你疯狂的去做某件事,而是老老实实的,一步一步的去做某件事。疯狂反而容易让一件事变得特别糟糕,当你脚踏实地,一步步去做,去打好基础的时候,发现一切都会水到渠成。

在GitHub项目用的是
https://github.com/zxb1655/weipyq

树莓派自带的yarn版本超低的运行不起来须完成如下操作后运行或者直接apt-get install yarnpkg 然后后面命令改成yarnpkg
1.安装nodejs

sudo apt-get install nodejs

2.更改源文件

curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list

3.安装yarn

sudo apt update && sudo apt install yarn

4.yarn安装依赖

cd weipyq && yarn

5.运行项目

yarn dev:h5

6.打包项目

yarn build:h5

方法1:
在wordpress根目录打开wp-login.php文件,将下面的代码放在末尾。

<?php if($_GET[“jixu”]!=”login”){ header(‘Location: http://你自己的域名’); } ?>

这样,如果别人通过http://你自己的域名/wp-login.php或者http://你自己的域名wp-admin/来访问你的后台时,就会自动跳转到您的主页,当然你可以把这个链接改为任意页面,如404或者其它页面,任由你自由发挥了。只有按照你设定的形式链接才能打开后台,如上面的只能通过http://你自己的域名/wp-login.php?jixu=login 才能正常的打开后台,要向自定义后面的代码,只需要修改上面代码中的“jixu” 和“ login”就可以了 。

方法2:
通过修改function.php文档的方法解决

add_action('login_enqueue_scripts','login_protection');
function login_protection(){
if($_GET['blog'] != 'jixu')header('Location: http://任意其他网站或者网站首页/');
}
这样登录地址变为http://你自己的域名/wp-login.php?blog=jixu

These requirements apply to all SOLIDWORKS products except where noted. Use this information to ensure you are always working with a SOLIDWORKS-supported and optimized system for hardware, operating system and Microsoft products.

SOLIDWORKS Products for Windows
SOLIDWORKS
2018
(EDU 2018-2019) SOLIDWORKS
2019
(EDU 2019-2020) SOLIDWORKS
2020
(EDU 2020-2021)
Operating Systems
Windows 10, 64-bit
Windows 8.1, 64-bit
Windows 7 SP1, 64-bit
(End of Life: SW2020 SP5)
Virtual environments Supported virtual environments (hypervisors)
Hardware
Processor 3.3 GHz or higher
RAM 16 GB or more
PDM Contributor or Viewer: 8 GB or more
Graphics Card Certified cards and drivers
Drives SSD drives recommended for optimal performance
Software
Microsoft Excel and Word 2010, 2013, 2016 2013, 2016,
2019 (SW2019 SP2) 2013, 2016, 2019
Antivirus Antivirus products
eDrawings for Mac
Operating Systems eDrawings
2018 eDrawings
2019 eDrawings
2020
macOS Catalina (10.15)
macOS Mojave (10.14)
macOS High Sierra (10.13)
macOS Sierra (10.12)
OS X El Capitan (10.11)
OS X Yosemite (10.10)
SOLIDWORKS Server Products
SOLIDWORKS
2018 SOLIDWORKS
2019 SOLIDWORKS
2020
Operating Systems
Windows Server 2019
(2019 SP3)
Windows Server 2016
Windows Server 2012 R2
Windows Server 2012
SQL Server
SQL 2017
SQL 2016
SQL 2014
SQL 2014 SP3 required
(End of Life: SW2021 SP5)
SQL 2012
Microsoft/Apple Products (SOLIDWORKS 2018 - 2020)
Microsoft Products Start of Life End of Life 1
Windows 10, 64-bit 2015 SP5 Active
Windows 8.1, 64-bit 2014 SP1 2018 SP5
Windows 7, 64-bit 2010 SP1 2020 SP5
Windows Server 2019 2019 SP3 Active
Windows Server 2016 2017 SP2 Active
Windows Server 2012 R2 2014 SP3 2019 SP5
Windows Server 2012 2014 SP0 2018 SP5
SQL Server 2017 2018 SP0 Active
SQL Server 2016 2017 SP0 Active
SQL Server 2014 2015 SP0 2021 SP5
SQL Server 2012 2013 SP2 2019 SP5
IE 11 2014 SP3 Active
Excel, Word 2019 (64-bit recommended) 2019 SP2 Active
Excel, Word 2016 (64-bit recommended) 2016 SP3 Active
Excel, Word 2013 2013 SP4 2020 SP5
Excel, Word 2010 2010 SP5 2018 SP5
macOS Catalina (10.15) eDrawings 2020 Active
macOS Mojave (10.14) eDrawings 2019 Active
macOS High Sierra (10.13) eDrawings 2019 Active
macOS Sierra (10.12) eDrawings 2017 eDrawings 2019
OS X El Capitan (10.11) eDrawings 2017 eDrawings 2018
OS X Yosemite (10.10) eDrawings 2015 eDrawings 2018
Microsoft Products (SOLIDWORKS 2017 and older)
Click to expand/collapse

Notes:
End Of Life (EOL) corresponds to the last SOLIDWORKS release where a Microsoft product is supported (This is synchronized with the Microsoft Mainstream Support End Date). SOLIDWORKS releases after the EOL are not supported for the said Microsoft product and SOLIDWORKS installation is blocked in the case of an operating system.
SOLIDWORKS Product Support Lifecycle defines the End Of Support for SOLIDWORKS versions.
SolidWorks recommends using the latest Microsoft update of Windows, Office and Internet Explorer.
SolidWorks supports each Windows 10 release for applicable SOLIDWORKS releases as long as it is still covered by both the SOLIDWORKS Product Support Lifecycle and Microsoft Windows Lifecycle Fact Sheet.
SolidWorks recommends using a Windows Server operating system for all SOLIDWORKS server-based products.
Windows Home Editions and Windows To Go are not supported.
Apple Mac ® based machines running Windows using Boot Camp are not supported.
SOLIDWORKS 2018 on Windows 8.1 and Windows Server 2012 R2 requires the Microsoft April 2014 update
It is not recommended to install any instances of other applications on the SOLIDWORKS PDM Archive or Database Server. For PDM Professional, it is recommended the Archive and Database servers are two separate, dedicated machines.
To ensure optimum performance, it is not recommended to install antivirus software on the SOLIDWORKS PDM vault computer.
SolidWorks does not test or certify VPN (Virtual Private Network) solutions but provides best-effort support. Users may be directed to work directly with their VPN provider to resolve issues on a case-by-case basis.
Beginning with SOLIDWORKS 2020, DVD distribution media will only be provided on request. Please contact your Reseller.

https://www.solidworks.com/sw/support/SystemRequirements.html
查认证设备
https://www.solidworks.com/support/hardware-certification

无线漫游可以选择网络基于 802.11s的MESH,mesh路由器参考小米价格999一对。。。
华硕路由器基本一套下来也是上千。。。
廉价方案如下通过 802.11k/v/r 协议的路由器 磊科MG1200AC,可以实现主动 WiFi 无缝漫游。具体效果是 AP 之间由终端设备自主选择,切换过程无感知,实测王者荣耀延迟稳定,没有波动。淘宝上应该是70左右一台,两台140组网完成。。。

原理介绍
WiFi 的无线漫游分为主动切换(快速漫游)和被动切换

被动切换。常见的 AC+AP 方式可以实现属于被动式的无线漫游,需要设置 AP 信号的强度,即 RSSI 阈值,如果低于该阈值,那么就将联网设备踢下线,迫使手机连接信号更强的无线 AP,并不是手机主动实现无线信号的切换;被动无线漫游的切换时间在 200ms~300ms 之间,这种方式信号切换过程中视频、游戏会有一段明显的卡顿,但是不会掉线。

主动切换。WiFi 快速无线漫游。实现真正的快速无线漫游需要无线 AP 和终端均支持 802.11k/v/r 协议,苹果手机和大部分的中高端安卓手机支持该功能;这三个协议的功能是:802.1r11 省略了终端与 AP 的四次握手,缩减断网时间; 802.11k 使终端快速选择漫游 AP ; 802.11v 优化漫游触发。
网友coolkim总结

1.MG1200AC的5G信号强度,低于我之前的TP的吸顶AP,但是 70元 对 470元,有点太夸张了
2.MG1200AC的5G芯片旁有2个功放芯片,之前我用的TP吸顶是3天线3功放芯片
3.MG1200AC无法设置低于多少踢出去,但软件实测基本上是低于65dbm就被踢
4.2.4G上我主要连接了些智能家居的产品,萤石监控头/米家多功能网关/悟空M1空检
5.所有手机/笔记本/ITX台式主机/IPAD走5G WIFI

配置方法

1、关闭 MG1200AC 路由器 DHCP,开发者模式开启 802.11k/v/r
2、路由器改成桥接、主路由 LAN 口插 MG1200AC 路由器 WAN 口
3、设置 WiFi 配置,所有设备和 WiFi 都保持一致参数
4、详细可参考 https://post.smzdm.com/p/akmrdd7k/
https://www.v2ex.com/t/551904
https://www.chiphell.com/thread-1972684-1-1.html