What is Oracle's Application Implemetation Methodology (AIM) What is a methodology..“A methodology is a set of guidelines or principles that can be tailored and applied to a s... 数据库 2024-01-14 32 点赞 0 评论 48 浏览
next.js 踩坑笔记 1、nginx转发:location / { proxy_pass http://localhost:3000; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade'; proxy_set_header Ho... 运维 2023-12-15 55 点赞 0 评论 83 浏览
ubuntu下安装配置minicom(解决默认的端口/dev/tty8,改不过来的问题) Minicom是linux下串口通信的软件,下面讲下ubuntu Minicom的安装和配置。安装:sudo apt-get install minicom或在新立得软件包管理器中搜索“minicom”,安装搜索到的minicom配置:在使用minicom之前, 首先要保证你对串口有读/写的权限. 串口COM1对应ttyS0, COM2对应ttyS1.使用这个命 linux驱动学习 2023-10-31 35 点赞 0 评论 53 浏览
Win10预览版10166桌面版截图图赏(多图) 微软将不会在本周完成Windows RTM版,已经被推迟到7月15日,最终版推出时间锁定为7月24日,并在7月29日正式上市发售。最近的预览版Wi Windows 10 2022-04-09 92 点赞 1 评论 139 浏览
SQL查询语句通配符与ACCESS模糊查询like的解决方法 ACCESS的通配符和SQL SERVER的通配符比较===================================================ACCESS库的通配 ASP编程 2022-04-08 140 点赞 2 评论 212 浏览