05 2024 档案

摘要:chromedriver不同版本 https://chromedriver.storage.googleapis.com/index.html https://registry.npmmirror.com/binary.html?path=chrome-for-testing https://goo 阅读全文
posted @ 2024-05-29 14:47 幽冥狂_七 阅读(21) 评论(0) 推荐(0) 编辑
摘要:Sql Server触发器调用exe程序 先在Sql Server中添加启动,需要手动启动(我用的是2019) -- 启用 xp_cmdshell EXEC sp_configure 'show advanced options', 1 RECONFIGURE EXEC sp_configure ' 阅读全文
posted @ 2024-05-21 17:50 幽冥狂_七 阅读(79) 评论(0) 推荐(0) 编辑
摘要:秒杀的简单例子,实际应用中需要根据需求改进 using System; using System.Threading; class Program { static void Main() { // 创建一个秒杀商品对象 Product product = new Product("限时秒杀商品", 阅读全文
posted @ 2024-05-16 11:04 幽冥狂_七 阅读(20) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示