<?php
mysql_connect("localhost","root","12345678");//連結伺服器
- Mar 04 Fri 2016 15:49
PHP & MySQL
- Feb 19 Fri 2016 15:02
java
- Dec 04 Fri 2015 16:21
資料庫
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}