Hello World

Hello World

New Begining

Django安装过程

Django安装过程

2018年7月11日 skiron Comments 0 Comment

(1)安装python3 (2)安装数据库驱动:pip3 install mysqlclient① (3)测试数据库连接情况,写一个.py的文件: #!/usr…

Read More Read More

在使用pip3时提示没有ssl模块

在使用pip3时提示没有ssl模块

2018年7月11日 skiron Comments 0 Comment

在使用pip3时提示没有ssl模块 (0)yum install openssl-devel (1)打开python3的原码目录,进入Module目录。 (2)…

Read More Read More

mysql二进制版本安装后设置systemd启动

mysql二进制版本安装后设置systemd启动

2018年7月4日 skiron Comments 0 Comment

https://dev.mysql.com/doc/mysql-secure-deployment-guide/5.7/en/secure-deployment…

Read More Read More

查看nginx/apache/mysql/php编译参数

查看nginx/apache/mysql/php编译参数

2018年6月26日 skiron Comments 0 Comment

转自:https://blog.csdn.net/hzhuoquan/article/details/5546042 查看nginx编译参数:/usr/loca…

Read More Read More

[python3]重载二元操作符

[python3]重载二元操作符

2018年6月24日 skiron Comments 0 Comment

转自:https://blog.csdn.net/acaiwlj/article/details/50098427 只要在类中重载下面的方法就可以实现相应的二元…

Read More Read More

[PYTHON3]lambda表达式

[PYTHON3]lambda表达式

2018年5月18日 skiron Comments 0 Comment

lambda arguments:expression产生一个函数对象。这个匿名函数的行为和定义函数: def (arguments): return expr…

Read More Read More

[PYTHON3]内建函数

[PYTHON3]内建函数

2018年1月19日 skiron Comments 0 Comment

ord:将一个字符转换成它对应的Unicode code。和chr是相对应的函数。 chr:将一个数字转换成它对应的Unicode code字符。和ord是相对…

Read More Read More

[PYTHON3]字符串方法

[PYTHON3]字符串方法

2018年1月18日 skiron Comments 0 Comment

str.join(iterable):iterable是一个有迭代器的对象(如:list,tuple,dict),str是分隔符。该函数的作用是将iterabl…

Read More Read More

[PYTHON3]三元操作

[PYTHON3]三元操作

2018年1月4日 skiron Comments 0 Comment

该函数最后一行的if就是三元操作 函数目的:将字符串第生个字母改成大写,如果句子最后没有“.”添加一个“.”做为句子结束。 def correct_senten…

Read More Read More

[python3]函数注解

[python3]函数注解

2018年1月3日 skiron Comments 0 Comment

函数注解是完全可选的元数据,用于用户定义函数。 注解被存储于函数的__annotations__属性中,做为一个字典(dict),并且对函数的其它部分没有影响。…

Read More Read More

Posts navigation

OLDER POSTS
NEWER POSTS

近期文章

  • Linux连接iscsi设备方法(案例)
  • wsl如何添加usb设备
  • 勒索病毒加密流程分析
  • 华为M-LAG配置
  • 802.1x认证一波N折

分类

  • APUE
  • C++
  • ceph
  • Dive into python3
  • Django
  • IT
  • mysql
  • php
  • python3
  • 健身
  • 冰与火之歌
  • 数学
  • 数据库
  • 未分类
  • 梦
  • 硬件
  • 网络
  • 网络爬虫
  • 虚拟化

近期评论

    归档

    • 2025 年 11 月
    • 2025 年 10 月
    • 2025 年 9 月
    • 2025 年 5 月
    • 2025 年 4 月
    • 2025 年 3 月
    • 2025 年 1 月
    • 2024 年 6 月
    • 2024 年 3 月
    • 2023 年 12 月
    • 2023 年 11 月
    • 2023 年 10 月
    • 2023 年 9 月
    • 2023 年 8 月
    • 2023 年 7 月
    • 2023 年 6 月
    • 2023 年 5 月
    • 2023 年 4 月
    • 2023 年 3 月
    • 2022 年 12 月
    • 2022 年 10 月
    • 2022 年 5 月
    • 2022 年 4 月
    • 2021 年 6 月
    • 2019 年 6 月
    • 2019 年 5 月
    • 2019 年 3 月
    • 2019 年 2 月
    • 2019 年 1 月
    • 2018 年 12 月
    • 2018 年 10 月
    • 2018 年 9 月
    • 2018 年 8 月
    • 2018 年 7 月
    • 2018 年 6 月
    • 2018 年 5 月
    • 2018 年 1 月
    • 2017 年 11 月
    • 2017 年 10 月
    • 2017 年 9 月
    • 2017 年 8 月
    • 2017 年 7 月
    • 2017 年 6 月
    • 2017 年 5 月
    • 2017 年 4 月
    • 2017 年 3 月
    • 2017 年 2 月
    • 2017 年 1 月
    • 2016 年 12 月
    • 2016 年 11 月
    • 2016 年 10 月
    • 2016 年 9 月
    • 2016 年 8 月
    • 2016 年 7 月
    • 2016 年 6 月
    • 2016 年 5 月
    • 2016 年 4 月
    • 2016 年 3 月

    其他操作

    • 登录
    • 条目 feed
    • 评论 feed
    • WordPress.org
    © 2025 | Proudly Powered by WordPress | Theme: Nisarg