05 2019 档案

摘要:npm list -g --depth 0 阅读全文
posted @ 2019-05-29 14:11 lishidefengchen 编辑
摘要:http://www.feeddemon.com/ Windows,Free (完) 阅读全文
posted @ 2019-05-22 18:35 lishidefengchen 编辑
摘要:测试结果如下: 控制台跑的程序,然后去163邮箱发件箱里,出现了发送的邮件信息, qq邮箱的收件箱里出现了收件信息, (完) 廖雪峰python教程:https://www.liaoxuefeng.com/wiki/1016959663602400/1017790702398272?t=155826 阅读全文
posted @ 2019-05-19 18:42 lishidefengchen 编辑
摘要:参考廖雪峰教程:https://www.liaoxuefeng.com/wiki/1016959663602400/1019273143120480 进去的方式需要修改,找到自己创建的文件目录 在控制台执行 D:\funs\python\myproject\venv\Scripts\activate 阅读全文
posted @ 2019-05-19 12:48 lishidefengchen 编辑
摘要:从左到右依次排列,如果出现重复值,则按照右侧的排序规则进行排序; 例如:分数倒序排序,但是遇到重复值,则再按照class_id倒序排 例如:分数倒序排序,没有重复值,进行了正常的排序,则不再按照class_id进行倒序排列 阅读全文
posted @ 2019-05-17 16:10 lishidefengchen 编辑
摘要:1、数据库是否utf8 2、sql文件是否utf8 阅读全文
posted @ 2019-05-17 15:35 lishidefengchen 编辑
摘要:https://www.liaoxuefeng.com/wiki/1016959663602400/1017648783851616 阅读全文
posted @ 2019-05-13 14:24 lishidefengchen 编辑
摘要:# -*- coding: utf-8 -*- import os import sys def rename(): path = input("路径(例如D:\\\\picture):") name = input("新文件开头名:") startNumber = input("起始数字:") fileType = input("文件类型(如 .jpg、.t... 阅读全文
posted @ 2019-05-13 10:09 lishidefengchen 编辑
摘要:新建页面 创建按对应的模块和实体 新建的模块需要进行注册 阅读全文
posted @ 2019-05-09 10:16 lishidefengchen 编辑
摘要:Command line instructions Git global setup git config --global user.name "张三" git config --global user.email "1111118@qq.com" Create a new repository 阅读全文
posted @ 2019-05-06 16:48 lishidefengchen 编辑
摘要:好东西就要多用,vi/vim越用越喜欢了。 删除多行怎么办呢? 命令输入“:32,65d”,回车键,32-65行就被删除了。 阅读全文
posted @ 2019-05-06 10:18 lishidefengchen 编辑

点击右上角即可分享
微信分享提示