- 浏览: 120517 次
- 性别:
- 来自: 武汉
最新评论
文章列表
Download $ lynx http://httpd.apache.org/download.cgi
Extract $ gzip -d httpd-NN.tar.gz
$ tar xvf httpd-NN.tar
$ cd httpd-NN
Configure $ ./configure --prefix=PREFIX
Compile $ make
Install $ make install
Customize $ vi PREFIX/conf/httpd.conf
Test $ PREFIX/bin/apachectl -k start
During development for a customer, they wanted to access a JSP page that would execute some server-side code. The problem was that the page was being accessed by a program developed by the customer, so no user interaction could occur for authentication on Windchill's end.
The requirements prevent ...
// Implement your query specification
QuerySpec spec = new QuerySpec(WTDocument.class);
spec.appendWhere(new SearchCondition(WTDocument.class, WTDocument.NAME, SearchCondition.EQUAL,"JUN_DOC2"));
// Set latest configspec
LatestConfigSpe ...
QuerySpec qs = new QuerySpec(WTDocument.class);
// IBA attribute area. I used one IBA value "ALEX1"
AttributeDefDefaultView addv = IBADefinitionHelper.service.getAttributeDefDefaultViewByPath("ALEX1");
long ibaDefId = addv.getObjectID().getI ...
Using FormulaEvaluator.evaluate(Cell cell)
This evaluates a given cell, and returns the new value,
without affecting the cell
FileInputStream fis = new FileInputStream("c:/temp/test.xls");
Workbook wb = new HSSFWorkbook(fis); //or new XSSFWorkbook("c:/temp/test.xls")
...
标题
Reload Command Fails for Windchill Cluster Environment during installation of Windchill Partslink 10.0
说明
Reload Command Fails for Windchill Cluster Environment during installation of Windchill Partslink
Error: “Cannot connect to //wtcluster.ptcnet.ptc.com:11011/datasource”
...
第一,用几句话清楚说明你发现目前市场中存在一个什么空白点,或者存在一个什么问题,以及这个问题有多严重,几句话就够了。很多人写了三百张纸,抄上一些报告。投资人天天看这个,还需要你教育他吗?比如,现在网游市 ...
标题
Rehost unix to windows. Methodserver "ERROR : wt.access.evaluation.report - Administrator does not have Modify permission" Windchill PDMLink 9.1
说明
ERROR : wt.access.evaluation.report - Administrator does not have Modify permission
适用于
Windchill PDMLink 9.1
标题
How to include a principal in a Member Roles using Info*Engine in Windchill 9.1?
说明
How to include a principal in a Member Roles using Info*Engine
适用于
Windchill 9.1
Some JVMs put restrictions on the total amount of memory available on the heap. If you are getting OutOfMemoryError
s while running Eclipse, the VM can be told to let the heap grow to a larger amount by passing the -vmargs
command to the Eclipse launcher. For example, the following command would ...
If you see java.lang.OutOfMemoryError: PermGen space
errors, you need to increase the permanent generation space available to Eclipse.
PermGen is the permanent generation of objects in the VM (Class
names, internalized strings, objects that will never get
garbage-collected). An easy, if some ...
When an Oracle Instance is started, the characteristics of the
Instance are established by parameters specified within the
initialization parameter file. These initialization parameters are
either stored in a PFILE or SPFILE. SPFILEs are available in Oracle 9i
and above. All prior releases of ...
U盘安装Windows 7
- 博客分类:
- Others
下载Windows 7 ISO压缩包;
下载Windows 7 USB/DVD download tool,下载地址:http://images2.store.microsoft.com/prod/clustera/framework/w7udt/1.0/en-us/Windows7-USB-DVD-tool.exe
安装Windows 7 USB/DVD download tool
使用Windows 7 USB/DVD download tool复制ISO至U盘
注意:复制过程中会格式化U盘,所以需要备份U盘中原始内容;
建议复制前关闭杀毒软件和防火墙软件 ...
标题
"java.util.MissingResourceException: Can't find resource for
bundle wt.cache.cacheResource, key en_US" returned when logging into
Windchill PDMLink 10.0
说明
java.util.MissingResourceException: Can't find resource for bundle wt.cache.cacheResource, key en_US
returned wh ...