摘要:
class Program { static void Main(string[] args) { ceshi wo; Student av = new Student(); wo=new ceshi(a... 阅读全文
摘要:
class db{ /** * 定义数据库连接 */ /** * return 返回一个值叫做链式调用 *每执行完一个方法就会返回当前对象 *返回的对象 可以调用类中的成员变量和成员方法 */ protected $mysqli... 阅读全文
摘要:
mysqli_affected_rows() 返回前一个 Mysql 操作的受影响行数。mysqli_autocommit() 打开或关闭自动提交数据库修改功能。mysqli_change_user() 更改指定数据库连接的用户。mysqli_character_set_name(... 阅读全文
摘要:
public delegate int ceshi(int a, int b); static int ax(int a, int b) { return a * b; } static int bx(int a, int b) { ... 阅读全文
摘要:
class opmysqli{ private $host = '127.0.0.1'; //服务器地址 private $name = 'root'; //登录账号 private $pwd = '111'; ... 阅读全文
摘要:
tb_admin 管理员表CREATE TABLE `tb_admin` ( `id` int(11) NOT NULL AUTO_INCREMENT, `manager` varchar(20) CHARACTER SET gb2312 NOT NULL, `password` varcha... 阅读全文
摘要:
static void Main(string[] args) { int[] a = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,0,11}; int max; int min; ... 阅读全文
摘要:
int temp; int[] a = { 2, 5, 8, 9, 10, 11, 7, 6 }; for (int i = 0; i a[j+1]) { //如果后一项比第一项大 则把最大数放在前面 t... 阅读全文
摘要:
static void Main(string[] args) { int[] a = { 6, 8, 9, 5, 2, 165, 58966 }; Console.WriteLine("最大值为{0}",max(a)); ... 阅读全文
摘要:
static void Main(string[] args) { string[] a = { "梅西", "卡卡", "郑大世" }; Console.WriteLine(ceshi(a)); ... 阅读全文