02 2023 档案
VirtualBox_Ubuntu22.10_Terminal无法打开
摘要:https://blog.csdn.net/weixin_43959807/article/details/128872860
mysql允许root用户在任何地方进行远程登录,并具有所有库任何操作权限
摘要:在本机先使用root用户登录mysql: mysql -u root -p"youpass" 进行授权操作: mysql>GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'youpassword' WITH GRANT OPTION;
通过flask完成web实时播放视频
摘要:def gen(): r = redis.StrictRedis(host=REDIS_HOST, port=REDIS_PORT, db=REDIS_DB, password=PASS_WORD) while True: try: # print(r.get('pic_path').decode(
linux下使用Bundler + CMVS-PMVS进行三维重建
摘要:https://blog.csdn.net/u013358387/article/details/71576660