Pos
CURL 模拟post和get请求
<?php class Curl { public static function get($url) { //创建一个新的CURL资源赋给变量$ch; $ch = curl_init();[详细]
2020-03-09 16:10 分类:Linux-
1125 Chain the Ropes (25 分)
Given some segments of rope, you are supposed to chain them into one rope. Each time you may only fold two segments into loops and chain them into one piece, as shown by the figure. The resulting chai[详细]
2020-03-07 11:46 分类:Linux PYTHON3.Django_day03(见pdf)
day02 回顾 请求 HttpRequest 和响应 HttpResponse def xxx_view(request): if request.method == \"GET\": &nbs[详细]
2020-03-07 11:44 分类:Python1121 Damn Single (25 分)
1121 Damn Single (25 分) \"Damn Single (单身狗)\" is the Chinese nickname for someone who is being single. You are supposed to find those who are alone in a big party, so they can b[详细]
2020-03-07 10:49 分类:Linuxpython无网安装psycopg2
1. 问题描述 ? python项目要获取greenplum数据库数据,gp底层是postgresql,需要使用python的第三方工具包psycopg2操作数据库,但是问题是服务器上没有网络,无法在线安装,试了N中方法,最后才用whl安装成功。[详细]
2020-03-07 08:27 分类:Pythonpython ros 订阅imu数据,实时显示欧拉角
#!/usr/bin/env python # -*- coding: utf-8 -*- import rospy import math from sensor_msgs.msg import Imu[详细]
2020-02-27 14:12 分类:Python【AI基础】python:openCV——图像处理(2)
制作一个滑动条调色板,使用函数cv2.getTrackbarPos();cv2.creatTrackbar()[详细]
2020-02-20 17:45 分类:自动化