码迷,mamicode.com
首页 >  
搜索关键字:innodb myisam auto_increment index    ( 39569个结果
Raphael.js改变元素层叠顺序
Raphael.js元素(Element)改变层叠顺序,Raphael.js是一个矢量绘图库兼容svg和vml。初学时感觉css的z-index能搞定,结果是不支持,不过矢量绘图符合dom标准。可以改变dom加载顺序实现想要的结果。1、看Raphael.jsAPI,有关于改变层叠的方法,但只找到两个...
分类:Web程序   时间:2014-06-28 23:04:09    阅读次数:340
十二.jQuery源码解析之.eq().first().last().slice()
eq(index):将集合中的索引为index的元素提取出来. first():返回集合中的第一个元素. .last():防护集合中的最后一个元素. .slice(start[,end]):返回集合中的给定区间段的元素. first()和las...
分类:Web程序   时间:2014-06-28 20:12:13    阅读次数:256
NodeJS入门
NodeJS入门来源于:http://www.nodebeginner.org/index-zh-cn.html作者:Manuel Kiessling翻译:goddyzhao&GrayZhang&ondayChen关于本书致力于教会你如何用Node.js来开发应用,过程中会传授你所有所需的“高级”J...
分类:Web程序   时间:2014-06-21 13:48:12    阅读次数:422
如何删除帝国cms面包屑导航中首页链接的/index.html
前面一篇"帝国cms面包屑导航的首页链接锚文本改成关键字"中xmyanke有写到改首页链接的方法,但是感觉比较麻烦,这里就说说如何删除帝国cms面包屑导航中首页链接的/index.html,我们的首页一般都是***.com/结尾的,如果Breadcrumb的中首页链接变成***.com/inde.....
分类:Web程序   时间:2014-06-21 12:59:19    阅读次数:238
Mysql update 错误
今天在工作的时候发现自己update 一个表的某个字段超时,想了好久,首先想到的办法是,延长操作时间:mysql> set innodb_lock_wait_timeout=100mysql> show variables like 'innodb_lock_wait_timeout'; 但是时间....
分类:数据库   时间:2014-06-21 11:38:08    阅读次数:277
UVa1587.Digit Counting
题目连接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=247&page=show_problem&problem=3666137646221225Digit CountingAccepte...
分类:其他好文   时间:2014-06-21 10:53:16    阅读次数:365
String build-in function - len
len is a build-in function that returns the numbers of characters in a string: Since we started counting at zero, the last index should be 5...
分类:其他好文   时间:2014-06-21 08:17:22    阅读次数:243
[LeetCode] Search Insert Position
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:其他好文   时间:2014-06-21 06:58:22    阅读次数:186
Linux数组array基础
Linux数组array基础【${a[*]}和$a的区别】Bash中,数组变量的赋值有两种方法: (1) name = (value1 ... valuen)此时下标从0开始 (2) name[index] = value 下面以一个简单的脚本来说明,脚本内容如下:#!/bin/bash#定义...
分类:系统相关   时间:2014-06-21 06:26:29    阅读次数:304
Shell编程中Shift的用法
Shell编程中Shift的用法Bash中,数组变量的赋值有两种方法: (1) name = (value1 ... valuen)此时下标从0开始 (2) name[index] = value 下面以一个简单的脚本来说明,脚本内容如下:#!/bin/shuntil [ $# -eq 0 ]...
分类:其他好文   时间:2014-06-21 00:53:38    阅读次数:1952
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!