1. String//saved at res/values/strings.xml Hello!//This layout XML applies a string to a View: This application code retrieves a string:String str...
分类:
移动开发 时间:
2014-11-03 16:18:33
阅读次数:
180
hexdump - ascii, decimal, hexadecimal, octal dump查看十六机制的首选工具。-c 每单元以字节为单位,显示出对应的ASCII码-C 每单元以字节为单位,同时显示十六机制和ASCII码例:[atom@localhost code]$ hexdump -c ...
分类:
系统相关 时间:
2014-11-03 16:17:51
阅读次数:
223
下面是我的测试代码, 由于chrome的webdriver不是默认安装的,所以必须去http://code.google.com/p/chromedriver/downloads/list 下载chromedriverWindows系统下选择win32版本的chromedriver下载即可。publ...
分类:
Web程序 时间:
2014-11-03 15:59:23
阅读次数:
202
CODE:#!/usr/bin/python # -*- coding: utf-8 -*-'''Created on 2014-7-3@author: guaguastd@name: tweet_lexical_diversity.py''' if __name__ == '__main__...
分类:
编程语言 时间:
2014-11-03 14:27:40
阅读次数:
215
FP error code老是忘记的看这里:只给出最常用的几个。把常见的几个记牢,不要在比赛时纠结。
分类:
其他好文 时间:
2014-11-03 10:09:27
阅读次数:
190
本文是JavaScript The Good Part 有关对象和继承的学习笔记。1. Object.create本函数是ECMAScript 5中的标准函数,其作用是用一个对象作为原型来生成另一个对象,可以用以下的code 模拟实现。 if(typeof Object.create !== ...
分类:
编程语言 时间:
2014-11-03 10:09:20
阅读次数:
199
Please go with following transactionMI01>Create physical inventory document>Enter Document Date>Planned count date>Plant Code>Storage Location>Click o...
分类:
其他好文 时间:
2014-11-02 20:50:31
阅读次数:
235
Show the code: #include using namespace std; namespace CounterNameSpace { int upperbound; int lowerbound; class Counter { int count; public: Counter(int n) { if (n <= upperbound) { count = n; } els...
分类:
编程语言 时间:
2014-11-02 19:46:41
阅读次数:
224
ArrayList相当于STL里面的Vector。
{CSDN:CODE:505358}
下面是成员方法。
Method Summary
boolean
add(E e)
Appends the specified element to the end of this list.
...
分类:
其他好文 时间:
2014-11-02 19:42:48
阅读次数:
230
订单详细内容页手动修改订单状态方法:打开此文件:app\design\adminhtml\default\default\template\sales\order\view\history.phtml34行位置为如下原本内容: getStatuses() as $_code=>...
分类:
其他好文 时间:
2014-11-02 19:28:12
阅读次数:
131