摘要:
using System; using System.Collections.Generic; using System.Threading; namespace 生产者消费者 { class Program { static int r; static Queue<int> q = new Que 阅读全文
摘要:
项目->属性->C/C++->语言->符合模式:否 阅读全文
摘要:
Queue myQ = new Queue(); myQ.Enqueue("The"); myQ.Enqueue("quick"); myQ.Enqueue("brown"); myQ.Enqueue("fox"); // 创建带锁读写器 Queue mySyncdQ = Queue.Synchro 阅读全文
摘要:
yum install net-tools ifconfig 安装ssh yum install -y openssl openssh-servervi /etc/ssh/sshd_config启用PermitRootLogin,PubkeyAuthentication 启动ssh的服务:syste 阅读全文
摘要:
https://www.jianshu.com/p/01a22acb19eb string dbname = "Today"; var client = new MongoDB.Driver.MongoClient(connStr); IMongoDatabase db = client.GetDa 阅读全文
摘要:
https://gitee.com/wings-j/Clipboard198 <script src='./Clipboard.js'></script> Clipboard.copy('Content to be copied') 阅读全文
摘要:
REF Doc:.NET Interactive is here! | .NET Notebooks Preview 2 | .NET Blog (microsoft.com)jupyter notebook 命令模式 (按键 Esc 开启)快捷键:Enter : 转入编辑模式Shift-Enter 阅读全文
摘要:
Download | CMake bin to system path 虽然现在vs2022里可以直接使用cmake编译项目,但是时常还会冒出一堆找不到解决方案的问题。 还是转换成VS C++项目再开发吧! 阅读全文
摘要:
把把家庭宽带拿去办公的时候一定要注意定时给拨号重拨. 因为电信72h联通会48小时强制下线,还不如我自己下线再上. /interface disable pppoe-out-名/interface enable pppoe-out-名 ROS(MikroTik RouterOS)自动设置校准/同步系 阅读全文
摘要:
call UseUrls .UseUrls("http://*:5000"); .NET 6 app.Run("http://*:5000"); 阅读全文