runxinzhi.com
首页
百度搜索
PHP连接数据库
<?php
header("Content-Type:text/html;charset=utf8");
$mysql_server_name = "localhost:3306"; //数据库端口
$mysql_username = "root"; //用户名
$mysql_password = "123456"; //密码
$mysql_database = "test"; //数据库名称
?>
相关阅读:
BZOJ 2400: Spoj 839 Optimal Marks (按位最小割)
bzoj4873: [Shoi2017]寿司餐厅(最大权闭合子图)
bzoj1497: [NOI2006]最大获利(最大权闭合子图)
bzoj1607: [Usaco2008 Dec]Patting Heads 轻拍牛头
bzoj1024: [SCOI2009]生日快乐
bzoj2761: [JLOI2011]不重复数字
bzoj1257: [CQOI2007]余数之和sum
bzoj2456: mode
bzoj1831: [AHOI2008]逆序对(DP+双精bzoj1786)
bzoj2431: [HAOI2009]逆序对数列
原文地址:https://www.cnblogs.com/sunyang-001/p/10827575.html
最新文章
第七十五课 图的遍历(DFS)
python脚本
leetcode 664. Strange Printer
leetcode 447. Number of Boomerangs
leetcode 523. Continuous Subarray Sum
leetcode 30. Substring with Concatenation of All Words
leetcode 667. Beautiful Arrangement II
leetcode 666. Path Sum IV
leetcode 665. Non-decreasing Array
leetcode 85. Maximal Rectangle
热门文章
leetcode 215. Kth Largest Element in an Array
BZOJ 3774 最优选择 (最小割)
BZOJ 3931 / Luogu P3171 [CQOI2015]网络吞吐量 (最大流板题)
占位
BZOJ 3903 反垄断 (最大流推的结论题)
BZOJ 2095 [Poi2010]Bridges (二分+最大流判断混合图的欧拉回路)
BZOJ 3894 / Luogu P4313 文理分科 (拆点最小割)
BZOJ 3901 棋盘游戏 (找结论+枚举+贪心)
BZOJ 2039 / Luogu P1791 [2009国家集训队]employ人员雇佣 (最小割)
BZOJ 2127 / Luogu P1646 [国家集训队]happiness (最小割)
Copyright © 2020-2023
润新知