首页 > 其他
批处理BAT常见的出错记录
批处理BAT常见的出错记录
分类:其他   时间:2016-03-11 12:15:08    收藏:0  评论:0  赞:0  阅读:191
HeadFirst设计模式之状态模式
一、 1. 2.The State Pattern allows an object to alter its behavior when its internal state changes. The object will appear to change its class. 3.The St
分类:其他   时间:2016-03-11 12:14:48    收藏:0  评论:0  赞:0  阅读:369
360实习工作日志2015.10 ~ 2015.12
RE: 焦诚 ~ 日报 - 由 焦 诚 在 5 个月 之前添加 2015-10-131.利用计算平台统计2015-09-28 => 2015-10-11 共14天的spe_num=502306的云查杀日志,1天的结果在10万条-20万+条不等,两周的结果在200万条左右。由于结果数据量较大,暂时无法
分类:其他   时间:2016-03-11 12:14:18    收藏:0  评论:0  赞:0  阅读:143
poj3267--The Cow Lexicon(dp:字符串组合)
The Cow Lexicon Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 8211 Accepted: 3864 Description Few know that the cows have their own dicti
分类:其他   时间:2016-03-11 12:13:58    收藏:0  评论:0  赞:0  阅读:209
The Suspects(POJ 1611 并查集)
The Suspects Time Limit: 1000MS Memory Limit: 20000K Total Submissions: 30158 Accepted: 14665 Description Severe acute respiratory syndrome (SARS), an
分类:其他   时间:2016-03-11 12:13:48    收藏:0  评论:0  赞:0  阅读:258
270-VC709E 增强版 基于FMC接口的Xilinx Vertex-7 FPGA V7 XC7VX690T PCIeX8 接口卡
VC709E 增强版 基于FMC接口的Xilinx Vertex-7 FPGA V7 XC7VX690T PCIeX8 接口卡 一、板卡概述 本板卡基于Xilinx公司的FPGA XC7VX690T-FFG1761I 芯片,支持PCIeX8、64bit DDR3容量2GByte,HPC的FMC连接器
分类:其他   时间:2016-03-11 12:13:28    收藏:0  评论:0  赞:0  阅读:439
关于null == 0?返回false的问题
1.首先我们先看各种情况的结果: null > 0? //=>false null < 0? //=>false null >= 0? //=>true null <= 0? //=>true 由以上四种情况我们很容易推出 null == 0?的结果,什么呢?true?false? 其实答案为fal
分类:其他   时间:2016-03-11 12:12:38    收藏:0  评论:0  赞:0  阅读:112
53. Maximum Subarray
Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [?2,1,?3,4,?1,2,
分类:其他   时间:2016-03-11 12:11:48    收藏:0  评论:0  赞:0  阅读:153
严苛模式(StrictMode)
严苛模式(StrictMode)
分类:其他   时间:2016-03-11 12:11:18    收藏:0  评论:0  赞:0  阅读:93
hql 关联查询
HQL 带的连接语句只能是实体与 该实体的属性 进行连接 其意义就是为了优化(通过延迟加载查询关联的属性)需要进行配置from A left join A.B where (b.flag is null or b.flag='true')不配置的话不能使用join,只能使用where进行内连接查询,
分类:其他   时间:2016-03-11 12:11:09    收藏:0  评论:0  赞:0  阅读:196
JVM中对象的创建过程
JVM中对象的创建过程如以下流程图中所示: 对其主要步骤进行详细阐述: 为新生对象分配内存: 内存的分配方式: 指针碰撞:假设Java堆中内存是绝对规整的,所有用过的内存放在一边,空闲的内存在另一边,中间防着一个指针作为分界的指示器,那么当分配内存时仅需移动指针即可。 空闲列表:维护一个列表,记录那
分类:其他   时间:2016-03-11 12:10:38    收藏:0  评论:0  赞:0  阅读:131
阿里云服务器常见用语
1、阿里RDS 关系型数据库服务(Relational Database Service,简称RDS)是一种即开即用、稳定可靠、可弹性伸缩的在线数据库服务。 具有多重安全防护措施和完善的性能监控体系,并提供专业的数据库备份、恢复及优化方案,使您能专注于应用开发和业务发展。 基于飞天分布式系统和全SS
分类:其他   时间:2016-03-11 12:10:28    收藏:0  评论:0  赞:0  阅读:191
property 中的strong 与weak
strong关键字与retain关似,用了它,引用计数自动+1,用实例更能说明一切 @property (nonatomic, strong) NSString *string1; @property (nonatomic, strong) NSString *string2; 有这样两个属性, @
分类:其他   时间:2016-03-11 12:09:48    收藏:0  评论:0  赞:0  阅读:146
简易透明黑色背景
1.样式 .cover{ height: 100%; width: 100%; position: fixed; bottom: 0px; left: 0px; top: 0px; z-index: 9998; background-color: rgb(0, 0, 0); filter:alpha
分类:其他   时间:2016-03-11 12:09:38    收藏:0  评论:0  赞:0  阅读:220
lsof,fuser,xargs,print0,cut,cat,tac,rev,exec,{}
find -name '*.log' | xargs rmrm: cannot remove `./file': No such file or directoryrm: cannot remove `1.log': No such file or directoryrm: cannot remov
分类:其他   时间:2016-03-11 12:09:08    收藏:0  评论:0  赞:0  阅读:140
SVN遇到的几个错误问题解决办法
1。svn更新被锁 清理之后陷入死循环问题 Attempted to lock an already-locked dir svn: Working copy 'E:\Workspaces\eclipse\myproject' locked 当使用svn时,有时会碰到svn死掉的问题,然后再使用sn
分类:其他   时间:2016-03-11 12:08:49    收藏:0  评论:0  赞:0  阅读:230
符号三角形——F
F. 符号三角形 Time Limit: 1000ms Memory Limit: 32768KB 64-bit integer IO format: Java class name: 符号三角形的 第1行有n个由“+”和”-“组成的符号 ,以后每行符号比上行少1个,2个同号下面是”+“,2个异 号
分类:其他   时间:2016-03-11 12:08:38    收藏:0  评论:0  赞:0  阅读:163
70. Climbing Stairs
You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you cl
分类:其他   时间:2016-03-11 12:08:28    收藏:0  评论:0  赞:0  阅读:193
博客园
<!-- .wiz-todo, .wiz-todo-img {width: 16px; height: 16px; cursor: default; padding: 0 10px 0 2px; vertical-align: -10%;-webkit-user-select: none;} .wi
分类:其他   时间:2016-03-11 12:07:58    收藏:0  评论:0  赞:0  阅读:227
git检出与创建的过程
Command line instructions Git global setup git config --global user.name "bingo" git config --global user.email "xxxxx@126.com" Create a new repositor
分类:其他   时间:2016-03-11 12:07:48    收藏:0  评论:0  赞:0  阅读:222
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!