码迷,mamicode.com
首页 >  
搜索关键字:local prefixed index    ( 57983个结果
powerdesinger中建立一个表后,出现Existence of index的警告
Table Existence of index A table should contain at least one column, one index, one key, and one reference.可以不检查 Existence of index 这项,也就没有这个警告错误了。这是说...
分类:其他好文   时间:2014-07-22 23:16:13    阅读次数:2085
SQL Server 2008登录错误:无法连接到(local)解决方法
2种解决方式:1.服务器名称那里使用“机器名\服务器名”如:OIAR7RFIC62JX36\SQLEXPRESS(方式简单,推荐)2.打开SQLServer配置管理器--->SQLNativeClient右键点击“别名”-->新建别名协议里选择“NamedPipes”,然后别名里输入“(local)...
分类:数据库   时间:2014-07-22 23:15:33    阅读次数:498
shell脚本遍历目录及其下子目录
用shell写了个递归遍历目录的脚本,本脚本实现递归遍历指定目录,打印目录下的文件名(全路径)。#!/bin/sh function scandir() { local cur_dir parent_dir workdir workdir=$1 cd ${workdir} if [ ${w...
分类:其他好文   时间:2014-07-22 23:14:53    阅读次数:563
archlinux 命令安装
#pacman -Snet-tools相关命令:ifconfig参考:https://wiki.archlinux.org/index.php/Installing_Arch_Linux_in_VMware
分类:系统相关   时间:2014-07-22 23:08:13    阅读次数:384
关于cocos2dx+lua使用cocosbuilder乱弹
cocos2d-x 3.0 + cocosbuilder 3.0使用中发现每个按钮回调都要写一行对应的回调如:1 local function onMenuItemAClicked()2 ...3 end4 5 TestMenusLayer["onMenuItemAClicked"] = o...
分类:其他好文   时间:2014-07-22 23:06:54    阅读次数:321
Windows JDK环境变量的配置
下载JDK:http://www.oracle.com/technetwork/java/javase/downloads/index.html安装计算机-->属性-->高级系统设置-->高级-->环境变量-->用户变量:新建 JAVA_HOMED:\Program Files\Java\jdk1....
分类:Windows程序   时间:2014-05-01 00:35:42    阅读次数:518
jquery判断自己是父节点的第几个子节点
内容 内容 内容内容$("span").click(function(){ alert($(this).index()+1);});
分类:Web程序   时间:2014-05-01 00:10:00    阅读次数:463
Redmined的历史记录显示 "Updated by {{author}} {{age}} ago"
最近Redmine出了点问题,简单查了一下,是ruby的本地冲突包i18n导致的,先到redmine中跑命令: gem list --local, 查出本地ruby安装的所有的包这里可以看到i18n有两个版本,导致了这个问题。卸载掉0.5.0解决这个问题。命令: gem uninstall i18n...
分类:其他好文   时间:2014-05-01 00:07:54    阅读次数:475
Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'!
Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'!      解决方法: setenforce 0...
分类:移动开发   时间:2014-04-27 21:18:05    阅读次数:450
java Annotation Meta-annotations
Meta-annotations @Target CONSTRUCTOR: Constructor declarationFIELD: Field declaration (includes enum constants) LOCAL_VARIABLE: Local variable declaration METHOD: Method declarationPACKAGE: Pack...
分类:编程语言   时间:2014-04-27 21:12:04    阅读次数:385
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!