摘要: 1.基础回顾如何让一个段javascript在文档加载后执行,(因为自己忘了,所以顺便复习一下)window.onload = function(){};无标题文档 首页 课程大厅 JavScript JQuery 学习中心 ... 阅读全文
posted @ 2015-12-06 16:18 牵牛花 阅读(260) 评论(0) 推荐(0)
摘要: http://www.linuxidc.com/Linux/2014-06/102621.htmUbuntu 及衍生版本用户如何安装 SmartGit/HG 6.0.0[日期:2014-06-03]来源:imcn.me 作者:Linux[字体:大 中 小]SmartGit/HG 是一款开放源代码的、... 阅读全文
posted @ 2015-12-02 00:31 牵牛花 阅读(318) 评论(0) 推荐(0)
摘要: 这个错误的原因就是没有导包http://www.runoob.com/jsp/jsp-jstl.html这个网站有方法 阅读全文
posted @ 2015-11-22 17:29 牵牛花 阅读(2289) 评论(0) 推荐(0)
摘要: mysql中查询的时候变量之间用的是下划线链接的,而在配置文件中要用短线!!!! centos6.7 vi /etc/my.cnf [mysqld]datadir=/var/lib/mysqlsocket=/var/lib/mysql/mysql.sockdefault-character-set= 阅读全文
posted @ 2015-11-09 22:53 牵牛花 阅读(674) 评论(0) 推荐(0)
摘要: http://www.linuxidc.com/Linux/2015-09/123307.htm 阅读全文
posted @ 2015-11-08 09:20 牵牛花 阅读(142) 评论(0) 推荐(0)
摘要: http://jingyan.baidu.com/article/363872ecd8f35d6e4ba16f97.htmlubuntu14.10建立热点wifi分享给手机 阅读全文
posted @ 2015-11-08 09:19 牵牛花 阅读(204) 评论(0) 推荐(0)
摘要: 楼主的本本是acer4750g ,系统是ubuntu kylin 14.04原 笔记本ubuntu14.04无法调节屏幕亮度http://my.oschina.net/lhplj/blog/397056 文章出处?1sudo gedit /etc/default/grub在打开文件中找到GRUB_C... 阅读全文
posted @ 2015-11-07 23:47 牵牛花 阅读(437) 评论(0) 推荐(0)
摘要: 第二个是hbm文件 hibernate.cfg.xml 下面是hibernatutils 下面是实体类和测试类 使用junit更好 阅读全文
posted @ 2015-10-24 23:51 牵牛花 阅读(207) 评论(0) 推荐(0)
摘要: create database XSCJ;use XSCJ; create table XS (学号 varchar(6) primary key not null,姓名 varchar(8) not null,专业名 varchar(10),性别 tinyint(1) not null,出生日期 ... 阅读全文
posted @ 2015-10-21 00:29 牵牛花 阅读(197) 评论(0) 推荐(0)
摘要: from子句后面可以用where选择行,group by子句后面可以用having子句选择行,having中条件的定义和where中很相似,但是having中可以直接用聚合函数,但是where中不能,例如查询 xscj 数据库中平均成绩在85分以上的学生的学号和平均成绩select 学号,AVG(成... 阅读全文
posted @ 2015-10-20 00:18 牵牛花 阅读(246) 评论(0) 推荐(0)