码迷,mamicode.com
首页 >  
搜索关键字:format and partition disk    ( 19010个结果
错误处理:"Could not load file or assembly 'Oracle.DataAccess' or one of its dependencies. An attempt was made to load a program with an incorrect format."
情况:部署程序在IIS 7.5 windows server 2008 R2 64 bit OS,引用“Oracle.DataAccess.dll”运行程序会出现:"Could not load file or assembly 'Oracle.DataAccess' or one of its d...
分类:数据库   时间:2014-07-16 23:21:27    阅读次数:638
git archive命令详解
git archive可以将加了tag的某个版本打包提取出来,例如: git archive -v --format=zip v0.1 > v0.1.zip --format表示打包的格式,如zip,-v表示对应的tag名,后面跟的是tag名,如v0.1。
分类:其他好文   时间:2014-07-16 23:10:35    阅读次数:412
Git Note - git tag
git tag is used to create labels, usually for version numbers. Format: git tag Example: git tag v0.1 HEAD is to create a version number v0.1 on curren...
分类:其他好文   时间:2014-07-10 14:29:01    阅读次数:213
javascript 追加date format属性。
Date.prototype.format = function(format){ var o = { "M+" : this.getMonth()+1, //month "d+" : this.getDate(), //day "h+" : this.getHours(), ...
分类:编程语言   时间:2014-07-10 12:23:43    阅读次数:195
数据库还原成功之后,数据库依然处于还原状态
今天在还原数据库的时候,在ssms用以下代码还原数据库:RESTORE DATABASE [TEST] FROM DISK = N'D:\TEST.BAK' WITH FILE = 1, MOVE N'TEST' TO N'C:\Program Files\Microsoft SQL Serv...
分类:数据库   时间:2014-07-10 11:36:13    阅读次数:298
php 笔试题
1、用PHP打印出前一天的时间格式是2006-5-10 22:21:21 解:echo date(‘Y-n-d H:i:s’, strtotime(‘-1 day’)); 原因: format 字符说明返回值例子a小写的上午和下午值am 或 pmA大写的上午和下午值AM 或 PMd月份中的第几...
分类:Web程序   时间:2014-07-10 11:32:10    阅读次数:347
SVN太旧,要更新问题
同步或者提交的时候出现问题提示The working copy needs to be upgradedsvn: Working copy 'E:\JAVA\Workspaces\uhr' is too old (format 10,created by Subversion 1.6)问题原因:项目...
分类:其他好文   时间:2014-07-09 23:53:25    阅读次数:299
UVALive 4043 Ants
KM   构图求最小权值匹配 保证最小的权值,所连的边一定是可以不相交的. Ants Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu [Submit]   [Go Back]   [Status]   Description ...
分类:其他好文   时间:2014-06-28 09:23:16    阅读次数:235
flash_image
1:flash_image介绍    也许很少人使用该工具,但flash_image对于调试uboot或者kernel和root相关的人来说用处还是比较大。falsh_image的使用方法: usage: flash_image type [partition|device] [image_file_path] type:    MTD、EMMC、INAND partition:根据平...
分类:其他好文   时间:2014-06-28 09:17:22    阅读次数:231
Jafka源代码分析——LogManager
在Kafka中,LogManager负责管理broker上所有的Log(每一个topic-partition为一个Log)。通过阅读源代码可知其具体完成的功能如下: 1. 按照预设规则对消息队列进行清理。 2. 按照预设规则对消息队列进行持久化(flush操作)。 3. 连接ZooKeeper进行broker、topic、partition相关的ZooKeeper操作。 4. 管理brok...
分类:其他好文   时间:2014-06-28 08:25:21    阅读次数:208
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!