创建数据库的代码如下:create database day15 ;use day15 ;create table customer( id varchar(100) primary key, name varchar(100), gender varchar(4),# 1 male 0 fema....
分类:
其他好文 时间:
2015-05-21 22:01:40
阅读次数:
206
在jsp页面用报错Illegal use of -style tag without as its direct parent
原因是:必须在里面使用。
具体用法如下:
预约过期
...
分类:
其他好文 时间:
2015-05-21 15:36:24
阅读次数:
264
gvim?sublime_imfix.c /*
sublime-imfix.c
Use?LD_PRELOAD?to?interpose?some?function?to?fix?sublime?input?method?support?for?linux.
By?Cjacker?Huang?<jianzhong.huang?at?i-soft.com....
分类:
系统相关 时间:
2015-05-21 13:00:02
阅读次数:
237
在理解统计信息(1/6):密度里,我们讨论了在统计里存储的密度信息。这篇文章会讨论下直方图。我们再次创建SalesOrderDetail表的副本,并在上面建立2个索引。1 USE StatisticsDB2 GO3 SELECT * INTO SalesOrderDetail FROM Advent...
分类:
其他好文 时间:
2015-05-21 12:35:02
阅读次数:
128
use Statistics::Zed;my $zed = Statistics::Zed->new();my $p_value = $zed->p_value(tails => 1, observed => 30, expected => 0, variance => 100);my $z_sco...
分类:
其他好文 时间:
2015-05-21 12:23:13
阅读次数:
200
当我写content=$(".pic_01 .use"); //content是一个数组,里面放了一堆按钮for(var j=0;j<content.length;j++){ //循环了每一个按钮content[j].click(function(){ //想要给它们每人绑定一个点击事件但是不...
分类:
其他好文 时间:
2015-05-21 12:07:03
阅读次数:
111
activator ui生成的Intellij IDEA 导入运行Scala文件错误:TIP: you can use Project Artifacts to combine compiled classes if needed. 解决方法:...
分类:
其他好文 时间:
2015-05-21 11:02:09
阅读次数:
255
基类:using UnityEngine;using System.Collections;public class CommonNPC : MonoBehaviour { // Use this for initialization void Start () { } // Update is.....
分类:
其他好文 时间:
2015-05-21 10:26:25
阅读次数:
105
using UnityEngine;using System.Collections;using Assets.Model;public class PlayerMove : MonoBehaviour { // Use this for initialization private Play...
分类:
移动开发 时间:
2015-05-21 08:59:33
阅读次数:
170
Extending types is one of the ways that makes angular-formly help you keep your Angular forms DRY. When use responsibly, they can make it much easier ...
分类:
Web程序 时间:
2015-05-21 06:33:37
阅读次数:
142