摘要: mysql> create table t(id int auto_increment not null,c1 int,c2 int,c3 int as (c1+c2),primary key(id)); Query OK, 0 rows affected (0.41 sec) 阅读全文
posted @ 2016-11-02 11:22 次序 阅读(3504) 评论(0) 推荐(0) 编辑
摘要: mysql教程 mysql教程 2016年5月14日 0:09 2016年5月14日 0:09 1.查看mysql帮助信息 C:\Users\zhangcunli>mysql --help mysql Ver 14.14 Distrib 5.7.9, for Win64 (x86_64) Copyr 阅读全文
posted @ 2016-11-02 11:21 次序 阅读(223) 评论(0) 推荐(0) 编辑
摘要: log4j2.xmllog4j-api-2.5.jarlog4j-core-2.5.jar <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE xml> <Configuration status="WARN"> <Appenders> <Console 阅读全文
posted @ 2016-11-02 11:19 次序 阅读(438) 评论(0) 推荐(0) 编辑
摘要: select area from areas where cityid=(select cityid from cities where city like '杭州%') and id!=(select min(id) from areas where cityid=(select cityid f 阅读全文
posted @ 2016-11-02 11:17 次序 阅读(170) 评论(0) 推荐(0) 编辑
摘要: Html5 upload img Html5 upload img 2012年12月27日 20:36 <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-"> < 阅读全文
posted @ 2016-11-02 11:16 次序 阅读(287) 评论(0) 推荐(0) 编辑
摘要: fff 阅读全文
posted @ 2016-11-02 11:05 次序 阅读(153) 评论(0) 推荐(0) 编辑
摘要: $(document).on('click', '.delbtn', function() { if (confirm("确定要删除吗?")) { var adminid=$(this).attr("class").split("d")[0].trim(); $.ajax({ url : "/adm 阅读全文
posted @ 2016-10-28 16:54 次序 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 命令行输入bc进入计算器, 可以计算 + 加法 - 减法* 乘法 / 除法^ 指数 % 余数 quit 关闭计算器 阅读全文
posted @ 2016-10-27 14:56 次序 阅读(199) 评论(0) 推荐(0) 编辑
摘要: Linux 环境下:打开终端,输入命令:“md5sum filename”,将结果与网页提供值对比。Windows 环境下:下载 MD5 校验软件并使用。 阅读全文
posted @ 2016-10-27 14:20 次序 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 6 7 11 16 21 22 29 30 31 32 33 34 35 36 37 package com.example.cunli.databing.web; 38 39 import andr... 阅读全文
posted @ 2016-10-25 16:26 次序 阅读(257) 评论(0) 推荐(0) 编辑