
Git 保存用户名密码
git config --global credential.helper store 
git config --global credential.helper store 
hello world 1.新建   创建类  3.编写类  4.运行测试  输入 Scanner in = new Scanner(System.in); System.out.println(in.nextLine()); 淡...
如果你是windows主机,开启GD库只需要打开php配置文件php.ini,找";extension=php_gd2.dll“,去掉前面的分号注释"extension=php_gd2.dll"即可,然后重启a...
jsp声明语法 不能加入程序 <%! String str = "hello"; %> jsp程序脚本  jsp注释  jsp内容输出表达式  jsp包引入 
参考文章:https://blog.csdn.net/qq_40718312/article/details/95489257 maven jar包查询地址:https://search.maven.org/ 引入mysql jar <...
itchat 查看手机微信中用户比例 import itchat import pandas as pd # Python抓取微信好友数量、性别、城市分布,以及将py文件打包成exe. #https://zhuanlan.zhihu.com...
sign token获取不到可测试手机端 百度翻译(案例) import requests header = { 'user-agent': 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/M...
import requests class TiebaSpider(): def __init__(self,tieba_name): self.tieba_name = tieba_name print(self.tieba_name) ...
安装 安装 pip3 install pymysql python3 import pymysql python2 import MySQLdb 操作sql 增 import pymysql conn = pymysql.connect( ...
maven 中央仓库: https://search.maven.org/ maven pom 设置 mybatis