欢迎光临
感谢一路有你

开发者 第13页

linux centos安装GD库

王明昌阅读(3545)赞(0)

如果你是windows主机,开启GD库只需要打开php配置文件php.ini,找";extension=php_gd2.dll“,去掉前面的分号注释"extension=php_gd2.dll"即可,然后重启a...

jsp基本语法-王明昌博客

jsp基本语法

王明昌阅读(2031)赞(0)

jsp声明语法 不能加入程序 <%! String str = "hello"; %> jsp程序脚本  jsp注释  jsp内容输出表达式  jsp包引入 

javaweb mysql的增删改查

王明昌阅读(3122)赞(1)

参考文章:https://blog.csdn.net/qq_40718312/article/details/95489257 maven jar包查询地址:https://search.maven.org/ 引入mysql jar <...

PHP 过滤 $_POST 或 $_GET 接收的参数

王明昌阅读(3445)赞(1)

/************************* 说明: 判断传递的变量中是否含有非法字符 如$_POST、$_GET 功能: 防注入 *************************/ //你想要过滤的非法字符 $ArrFiltra...

wordpress找回密码

王明昌阅读(2330)赞(0)

执行下面语句,密码改为admin 用户名可以写自己的 UPDATE `wp_users` SET `user_pass`='$P$BWZhQxx/R9UCBgECUhxsV0EKfqfEh31' WHERE `user_login`='用户...

python 案例-王明昌博客

python 案例

王明昌阅读(2803)赞(0)

itchat 查看手机微信中用户比例 import itchat import pandas as pd # Python抓取微信好友数量、性别、城市分布,以及将py文件打包成exe. #https://zhuanlan.zhihu.com...

python request模块-王明昌博客

python request模块

王明昌阅读(2898)赞(0)

sign token获取不到可测试手机端 百度翻译(案例) import requests header = { 'user-agent': 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/M...

python连接mysql数据库

王明昌阅读(2657)赞(1)

安装 安装 pip3 install pymysql python3 import pymysql python2 import MySQLdb 操作sql 增 import pymysql conn = pymysql.connect( ...

×
订阅图标按钮