Windows@echo offmysqldump --add-drop-database
--add-drop-table -u root -p123456 dbname >
d:\db_backup\%date:~0,4%-%date:~5,2%-%date:~8,2%_%time:~0,2%-...
分类:
数据库 时间:
2014-04-30 21:41:43
阅读次数:
526
在win7 操作系统中SQL2008导入excel2007
出现:未在本地计算机上注册“microsoft.ACE.oledb.12.0”提供程序的解决方法:出现这个原因是office
2007没有安装64位的数据驱动,下载:http://download.microsoft.com/downloa...
分类:
数据库 时间:
2014-04-30 20:53:51
阅读次数:
464
用apache的时候总是要进入/var/www,
用久了开始好奇这些个目录都是派什么用处的,简单整理了一下/bin
存放二进制命令文件,这个目录下面不允许存在子目录/boot bootloader的静态文件,当然OS的文件也必须在这里/dev 设备文件,MAKEDEV命令可以创建设备/etc 特定主...
分类:
系统相关 时间:
2014-04-29 13:37:58
阅读次数:
675
一。利用Ctypes2014-04-29EXAMPLE://VS2012,新建WINDOWS
Project ,下一步,选择dll// test.h #includeextern "C" int __declspec(dllexport)add(int
x,int y);// .cpp#inclu....
分类:
编程语言 时间:
2014-04-29 11:32:47
阅读次数:
439
jQuery Mobile 页面事件在 jQuery Mobile
中与页面打交道的事件被分为四类:Page Initialization - 在页面创建前,当页面创建时,以及在页面初始化之后Page Load/Unload -
当外部页面加载时、卸载时或遭遇失败时Page Transition -...
分类:
Web程序 时间:
2014-04-29 10:32:47
阅读次数:
477
add the following text to .vimrc or .gvimrc: if
has("cscope") set csprg=/usr/bin/cscope set csto=0 set cst set nocsverb " add
any database in cur...
分类:
其他好文 时间:
2014-04-29 10:27:46
阅读次数:
398
很多应用都会有一个启动界面。欢迎画面慢慢隐现,然后慢慢消隐。我的方式是使用两个Activity,程序启动时候load第一张Activity,然后由tick触发N秒钟后startActivity另外一张Activity。splash.javapackage
com.yuyidong.second;im...
分类:
移动开发 时间:
2014-04-29 10:22:46
阅读次数:
506
You are given two linked lists representing two
non-negative numbers. The digits are stored in reverse order and each of their
nodes contain a single ...
分类:
其他好文 时间:
2014-04-29 10:17:46
阅读次数:
406
chkconfigchkconfig命令主要用来更新(启动或停止)和查询系统服务的运行级信息。谨记chkconfig不是立即自动禁止或激活一个服务,它只是简单的改变了符号连接。使用语法:chkconfig
[--add][--del][--list][系统服务] 或 chkconfig [--lev...
分类:
其他好文 时间:
2014-04-29 09:48:47
阅读次数:
322