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
2种解决方式:1.服务器名称那里使用“机器名\服务器名”如:OIAR7RFIC62JX36\SQLEXPRESS(方式简单,推荐)2.打开SQLServer配置管理器--->SQLNativeClient右键点击“别名”-->新建别名协议里选择“NamedPipes”,然后别名里输入“(local)...
分类:
数据库 时间:
2014-07-22 23:15:33
阅读次数:
498
用shell写了个递归遍历目录的脚本,本脚本实现递归遍历指定目录,打印目录下的文件名(全路径)。#!/bin/sh function scandir() {
local cur_dir parent_dir workdir workdir=$1 cd ${workdir} if [ ${w...
分类:
其他好文 时间:
2014-07-22 23:14:53
阅读次数:
563
#pacman
-Snet-tools相关命令:ifconfig参考:https://wiki.archlinux.org/index.php/Installing_Arch_Linux_in_VMware
分类:
系统相关 时间:
2014-07-22 23:08:13
阅读次数:
384
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
下载JDK:http://www.oracle.com/technetwork/java/javase/downloads/index.html安装计算机-->属性-->高级系统设置-->高级-->环境变量-->用户变量:新建
JAVA_HOMED:\Program Files\Java\jdk1....
内容 内容 内容内容$("span").click(function(){
alert($(this).index()+1);});
分类:
Web程序 时间:
2014-05-01 00:10:00
阅读次数:
463
最近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'!
解决方法:
setenforce 0...
分类:
移动开发 时间:
2014-04-27 21:18:05
阅读次数:
450
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