10 2019 档案
摘要:<!DOCTYPE html> <html> <head> <title>test</title> </head> <style type="text/css" media="screen"> *{ margin: 0; padding: 0; } #parent{ width: 100px; height: 100px; overflow: hidden; } #parent:hover img
阅读全文
摘要:<?php/** * @param integer $sex 1 男 2 女 0 不限 * @param string $x 固定姓 * @param boolen $fx 是否加入复姓 true 是 false 否 * @return array ['x' => '姓', 'm' => '名',
阅读全文
摘要:phpmyadmin上传到网站目录后提示解决phpmyadmin mysqli_real_connect(): (HY000/2002): No such file or directory的错误,解决方法把phpmyadmin目录中的配置文件config.sample.inc.php改成confi
阅读全文
摘要:https://www.cnblogs.com/cpl9412290130/p/9583868.html 我的操作系统是ubuntu18.04,以下是我的mysql版本: 安装完成后,登录mysql的时候就出现了如下错误: 因为安装的过程中没让设置密码,可能密码为空,但无论如何都进不去mysql。
阅读全文
摘要:“惯例”这个词指的是“习惯的做法,常规的办法,一贯的做法”,与这个词对应的英文单词叫“idiom”。由于Python跟其他很多编程语言在语法和使用上还是有比较显著的差别,因此作为一个Python开发者如果不能掌握这些惯例,就无法写出“Pythonic”的代码。下面我们总结了一些在Python开发中的
阅读全文
摘要:写入以下配置: { "cmd": ["/usr/bin/python3", "-u", "$file"], "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "selector": "source.python"} { "cmd": ["/u
阅读全文