码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
Data truncation: Data too long for column 'gender' at row 1 出现的原因
创建数据库的代码如下: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
Illegal use of <when>-style tag without <choose> as its direct parent
在jsp页面用报错Illegal use of -style tag without as its direct parent 原因是:必须在里面使用。 具体用法如下: 预约过期 ...
分类:其他好文   时间:2015-05-21 15:36:24    阅读次数:264
sublime在linux下支持中文输入
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
理解统计信息(2/6):直方图
在理解统计信息(1/6):密度里,我们讨论了在统计里存储的密度信息。这篇文章会讨论下直方图。我们再次创建SalesOrderDetail表的副本,并在上面建立2个索引。1 USE StatisticsDB2 GO3 SELECT * INTO SalesOrderDetail FROM Advent...
分类:其他好文   时间:2015-05-21 12:35:02    阅读次数:128
perl进行z检验
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
Intellij IDEA 运行scala错误
activator ui生成的Intellij IDEA 导入运行Scala文件错误:TIP: you can use Project Artifacts to combine compiled classes if needed. 解决方法:...
分类:其他好文   时间:2015-05-21 11:02:09    阅读次数:255
点击NPC改变鼠标图标
基类: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
[AngularJS] angular-formly: Extending Types
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!