如何查看容器的IP地址和网络相关的参数?...
分类:
其他好文 时间:
2015-02-09 12:53:54
阅读次数:
170
题目 Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. The brackets must close in the correct order, "()" and "()[]{}"...
分类:
其他好文 时间:
2015-02-09 12:54:42
阅读次数:
123
Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place.Follow up:Did you use extra space?A straight forward solution using O(mn) space is probably a bad idea.A si...
分类:
其他好文 时间:
2015-02-09 12:53:24
阅读次数:
217
Nintex Workflow 2013工作流动作(Workflow Action详解)...
分类:
其他好文 时间:
2015-02-09 12:54:04
阅读次数:
142
cocos2d-x 导入lua扩展库有几个点需要注意:
1、cocos2d-x 中的lua版本为5.1.4,所导入的lua库需要对应相应的版本库。
2、在vs 2012 中编译cocos2d-x ,添加的C文件需要注明用C编译,如一般.h文件需要这样写
#ifndef __LUA_LPEG_H_
#define __LUA_LPEG_H_
#if __cplusplus
extern...
分类:
其他好文 时间:
2015-02-09 12:53:16
阅读次数:
139
一般寄存器:AX、BX、CX、DX
AX:累积暂存器,BX:基底暂存器,CX:计数暂存器,DX:资料暂存器
索引暂存器:SI、DI
SI:来源索引暂存器,DI:目的索引暂存器
堆叠、基底暂存器:SP、BP
SP:堆叠指标暂存器,BP:基底指标暂存器
EAX、ECX、EDX、EBX:為ax,bx,cx,dx的延伸,各為32位元
ESI、EDI、ESP、EBP:為si,di,...
分类:
其他好文 时间:
2015-02-09 12:53:46
阅读次数:
159
最近在哥在工作用到的
1 hg 的 setting
全局设置: 复制下面的代码 带星号的用你的邮箱替换掉即可
# Generated by TortoiseHg settings dialog
[ui]
username = *****
# 设置hg的安装的路径 和 自己的私钥
ssh = "E:\Study\Android\Too...
分类:
其他好文 时间:
2015-02-09 12:53:58
阅读次数:
172
在WMS系统中,货位与库存的关系显得至关重要,系统要精确记录每个货位上每个商品的库存数量,同时要对货位进行管理,按不同的区域,不同的货位类型进行管理。货位类型有正品区,残品区,拣货去,移动货位等多种类型。货位号的设置规则基本是 【区】【通道】【左右面】【大货架】【层】【列】这样设置的。
2.货位库存管理...
分类:
其他好文 时间:
2015-02-09 12:52:09
阅读次数:
436
http://acm.hdu.edu.cn/showproblem.php?pid=4374
Problem Description
Now there is a game called the new man down 100th floor. The rules of this game is:
1. At first you are at the 1st floor....
分类:
其他好文 时间:
2015-02-09 12:52:39
阅读次数:
176
第一章 引论
1 语言处理器
2 一个编译器的结构
3 程序设计语言发展历程
4 编译技术的应用...
分类:
其他好文 时间:
2015-02-09 12:52:43
阅读次数:
185
Lighting System Design
Time Limit: 8000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
Problem F
Lighting System Design
Input: Standard ...
分类:
其他好文 时间:
2015-02-09 12:52:24
阅读次数:
116
调用的Class 及 methodStackTraceElement stacks[] = Thread.currentThread().getStackTrace(); for (StackTraceElement stack : stacks) { Strin...
分类:
其他好文 时间:
2015-02-09 12:49:23
阅读次数:
99
PDA手持终端在ERP系统仓库管理出入库盘点环节的应用 传统库存管理的数据录入过程,常采用PC机录入数据,或在电脑上结合条码枪扫描条码进行管理(非实时),造成管理上的不便。因而,采用无线(WIFI)手持终端机(PDA)进行物料与成品的实时条码化仓库管理,可以极大地提升仓库管理水平、减少工作量。 .....
分类:
其他好文 时间:
2015-02-09 12:48:52
阅读次数:
158
find 与 grep 的区别find命令 find命令.这个命令对于我们用来查找文件时是相当有用的,但是对于Linux新手来说却有一些难于使用,在一定程序是由于他所带的选项,测试,动作类型参数,而且一个参数的执行结果会影响接下来的参数.在我们深入这些选项和参数之前,我们先来看一个非常简单的例子....
分类:
其他好文 时间:
2015-02-09 12:47:56
阅读次数:
236
实例化方法和使用方法实例化方法:使用字符串初始化- (id)initWithString:(NSString*)str;例:NSMutableAttributedString*AttributedStr = [[NSMutableAttributedStringalloc]initWithStrin...
分类:
其他好文 时间:
2015-02-09 12:47:48
阅读次数:
10514
Python automatically compiles your script to compiled code, so called byte code, before running it.When a module is imported for the first time, or wh...
分类:
其他好文 时间:
2015-02-09 12:46:38
阅读次数:
131
The PXE configuration file defines the menu displayed to the pxe client host as it boots up and contacts the TFTP server. You need a PXE configuration...
分类:
其他好文 时间:
2015-02-09 12:46:56
阅读次数:
137