上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 29 下一页
摘要: 自本人拥有手机以来,由于有存短信的特殊嗜好,得出以下不完全统计: 累计中奖93次,资金共计2260万元(人民币),另有各种iphone68部, 电脑36台,轿车27辆,收到法院传票93张,被大学录取57次,儿子被拐卖13次。 请告诉我,我这一生是否是传奇!s 阅读全文
posted @ 2016-04-15 09:47 尘梦 阅读(260) 评论(1) 推荐(0)
摘要: create PROCEDURE v4(in c_year int) BEGIN declare num int(10) default 0; declare num1 int(10); select code into num from class where class=c_year order by code desc limit 1; IF exists(sele... 阅读全文
posted @ 2016-04-14 21:36 尘梦 阅读(363) 评论(0) 推荐(0)
摘要: create procedure agex(in addage1 int,in addage2 int)begindeclare curl_stu_id int; declare curl_stu_sex varchar(5);declare done int default 0;declare c 阅读全文
posted @ 2016-04-12 10:49 尘梦 阅读(141) 评论(0) 推荐(0)
摘要: FORM1 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using M... 阅读全文
posted @ 2016-03-31 11:14 尘梦 阅读(164) 评论(0) 推荐(0)
摘要: 引用mysql数据库 using MySql.Data.MySqlClient; 有一个mysql.dll文件 下面是实例化连接数据库 MySqlConnection Conn = new MySqlConnection("Database=数据库;server= 数据库地址;User Id=数据库用户名;Password=密码"); string sql = "select * f... 阅读全文
posted @ 2016-03-29 11:16 尘梦 阅读(290) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using MySql.Dat... 阅读全文
posted @ 2016-03-29 11:09 尘梦 阅读(393) 评论(0) 推荐(0)
摘要: ubuntu 下配置nginx的pHP #安装软件包apt-get install sudo #更新服务器sudo apt-get update#安装常用sudo apt-get install curl wget vim git #安装lnmp软件包 #安装nginx sudo apt-get i 阅读全文
posted @ 2016-03-28 20:59 尘梦 阅读(134) 评论(0) 推荐(0)
摘要: server { listen 80 default_server; listen [::]:80 default_server ipv6only=on; #网站根目录 root /usr/share/nginx/html; #增加index.php index index.php index.ht 阅读全文
posted @ 2016-03-23 21:03 尘梦 阅读(457) 评论(0) 推荐(0)
摘要: mysql> use admin Database changed mysql> create table cate( -> id int unsigned not null primary key auto_increment, -> name char(15) not null, -> pid int unsigned not null, -> sort sm... 阅读全文
posted @ 2016-01-18 13:45 尘梦 阅读(439) 评论(0) 推荐(0)
摘要: sudo apt-get install apache2sudo apt-get install php5 libapache2-mod-php5php5-mysql pph5-gd 阅读全文
posted @ 2015-12-10 17:17 尘梦 阅读(158) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 29 下一页