摘要: <!-- 新 Bootstrap 核心 CSS 文件 --> <link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> <!-- jQuery文件。务 阅读全文
posted @ 2023-08-07 17:51 Orientation 阅读(97) 评论(0) 推荐(0)
摘要: windows : 系统版本:windows 10 Windows+r or Windows + s 搜索 regedit 打开注册表编辑器 1、在注册表中 找到 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config 阅读全文
posted @ 2022-10-20 16:18 Orientation 阅读(318) 评论(0) 推荐(0)
摘要: mysql -uroot -pyourpassword --database="JYDustProDB" -e 'call p_Bulu ("2022-09-27 12:54","2022-09-27 13:29")' mysql -uroot -pyourpassword --database=" 阅读全文
posted @ 2022-10-10 13:45 Orientation 阅读(310) 评论(0) 推荐(0)
摘要: 1、 Windows 搜索 启用或关闭程序功能,然后 开启 FTP服务器,和Web管理工具 2、在右击计算机点击管理,找到 服务和应用程序,点击 Internet information services(IIS)(也可以直接在Windows中搜索 IIS) 右击网站,点击添加FTP站点,输入站点名 阅读全文
posted @ 2022-08-26 09:56 Orientation 阅读(222) 评论(0) 推荐(0)
摘要: time 模块 time 模块下三种时间格式: stamptime 时间戳 ,常用的time.time() 返回的就是一个时间戳 1659513403.53 format time eg 2984-01-15 16:31:20 time tuple eg time.struct_time(tm_ye 阅读全文
posted @ 2022-08-03 16:41 Orientation 阅读(75) 评论(0) 推荐(0)
摘要: C# 中的值类型 bool 布尔值 True 或 False Falsechar 16 位 Unicode 字符 U +0000 到 U +ffff '\0'decimal 128 位精确的十进制值, 28-29 有效位数 (-7.9 x 1028 到 7.9 x 1028) / 100 到 28 阅读全文
posted @ 2022-08-01 18:06 Orientation 阅读(79) 评论(0) 推荐(0)
摘要: curl 是常用的命令行工具,用来请求 Web 服务器。它的名字就是客户端(client)的 URL 工具的意思。 它的功能非常强大,命令行参数多达几十种。如果熟练的话,完全可以取代 Postman 这一类的图形界面工具。 附上 curl 手册 直译手册中描述:curl 提供了一大卡车的小技巧,像  阅读全文
posted @ 2022-07-27 20:37 Orientation 阅读(846) 评论(0) 推荐(0)
摘要: pip 是 Python 包管理工具,该工具提供了对Python 包的查找、下载、安装、卸载的功能。 目前如果你在 python.org 下载最新版本的安装包,则是已经自带了该工具。 注意:Python 2.7.9 + 或 Python 3.4+ 以上版本都自带 pip 工具。 pip 官网:htt 阅读全文
posted @ 2022-07-27 20:16 Orientation 阅读(572) 评论(0) 推荐(0)
摘要: window下安装django Python 下载地址:https://www.python.org/downloads/ Django 下载地址:https://www.djangoproject.com/download/ 安装完成后你需要设置 Python 环境变量。 右击计算机->属性->高 阅读全文
posted @ 2022-07-26 21:06 Orientation 阅读(36) 评论(0) 推荐(0)
摘要: 1 Debian系列 Debian系列主要包含Debian和Ubuntu等Debian最具特色的是apt-get/dpkg包管理方式,在二进制文件发行方式中,APT应该是最好的了。Debian的资料也很丰富,有很多支持的社区,比较方便找到解决问题的方法。Debian社区的网址:https://deb 阅读全文
posted @ 2022-07-26 20:38 Orientation 阅读(302) 评论(0) 推荐(0)