MySQL Error “There can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT clause” even though I‘m doing nothing wrong http://jasonbos.co/two-timestamp-columns-in-mysql/ 这是一个非常常...
分类:
数据库 时间:
2015-06-04 22:58:40
阅读次数:
668
1、空语句 do nothing
2、保证格式完整
3、保证语义完整...
分类:
编程语言 时间:
2015-05-29 00:56:46
阅读次数:
216
使用?android-ndk-r10d LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_CFLAGS += -std=c99
LOCAL_EXPORT_LDLIBS += -llog
LOCAL_SRC_FILES += android/loghelp.c
LOCAL_SRC_FILES += android/jni...
分类:
其他好文 时间:
2015-05-28 02:02:10
阅读次数:
192
For some reason I tried to open the dtsx file in the Deployment folder in sql server 2012 which build in visual studio 2013. After all I had nothing t...
分类:
其他好文 时间:
2015-05-27 15:16:59
阅读次数:
413
Makefile书写格式非常严格,all:make-C$(KDIR)M=$(PWD)$(EXTRA_CFLAGS)modulesdefault:make-C$(KDIR)M=$(PWD)$(EXTRA_CFLAGS)modulesclean:make-C$(KDIR)M=$(PWD)clean在拷贝...
分类:
其他好文 时间:
2015-05-27 11:59:49
阅读次数:
117
DG_DGrid.DataSource = Nothing
DG_DGrid.Refresh()
tmpDt = DB.sqlExcuteTable(tmpSql)
DG_DGrid.DataSource = tmpDt
原来是 DG_DGrid.DataSource 的原因。
DG_DGrid....
分类:
编程语言 时间:
2015-05-25 22:26:52
阅读次数:
168
第一步:创建分区root#fdisk/dev/hadà进入到新添加的硬盘中The number of cylinders for this disk is set to 10402.There is nothing wrong with that, but this is larger than 1...
分类:
系统相关 时间:
2015-05-21 17:10:39
阅读次数:
186
1,进入angular-phonecat目录 执行下面命令git checkout -f step-0然后访问http://localhost:8000/app/ 页面出现 “Nothing here yet!”现在就可以自己创建HTML,编写angular了app/index.html My...
分类:
Web程序 时间:
2015-05-20 12:54:25
阅读次数:
142
原因:
写这个的原因就是网上大都是告诉你如何用drawable里的资源做快捷方式,那么本地的图片能不能做快捷方式呢?肯定是可以的,所以我找了下安卓的源码,发现有这样的介绍
/**
* Activity Action: Creates a shortcut.
* Input: Nothing.
* Output: An Intent representing...
分类:
移动开发 时间:
2015-05-18 16:50:03
阅读次数:
144
如何在android studio中使用git,以及解决“Nothing to push”...
分类:
移动开发 时间:
2015-05-18 13:01:26
阅读次数:
157