Categories
-
Recent Posts
Hot Link
Blogroll
Archives
- January 2012 (1)
- November 2011 (2)
- November 2010 (3)
- September 2010 (2)
- June 2010 (1)
- March 2010 (5)
- January 2010 (1)
- December 2009 (2)
- October 2009 (1)
- September 2009 (2)
- August 2009 (6)
- July 2009 (2)
Meta
Author Archives: MXcode
tomcat cluster start error on redhat
The error message is below: ===================================================================== SEVERE: Unable to start cluster.
Posted in linux
Leave a comment
how to update name to comment in PDM
‘****************************************************************************** ‘* File: Comment2Name.vbs ‘* Purpose: 把字段及表的name用comment来代替 ‘* Use: 打开PDM,运行本脚本(Ctrl+Shift+X) ‘* Version: 1.0 ‘* Comment: 遍历PDM中的所有包,把数据表及字段的Name用comment来替换 ‘* Copyright (C) 2008 topsthink Inc. ‘****************************************************************************** Option Explicit ValidationMode = True InteractiveMode = im_Abort Dim mdl ‘ 定义当前的模型 ‘通过全局参数获得当前的模型 Set mdl = … Continue reading
Posted in java
Leave a comment
how to delete a record in solr
http://172.16.2.177:8080/solr/update/?stream.body=<delete><id>123</id></delete>&stream.contentType=text/xml;charset=utf-8&commit=true
Posted in java
Leave a comment
Another flex ant sample
<!– Copyright (c) 2007 FlexLib Contributors. See: http://code.google.com/p/flexlib/wiki/ProjectContributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without … Continue reading
Posted in java
Leave a comment
flex ant file sample
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 … Continue reading
Posted in java
Leave a comment
How to generate SecureCRT key file from .pem file
1、cat keypair.pem>amazonec2key 2、chmod 600 amazonec2key 3、ssh-keygen -p -f amazonec2key 4、ssh-keygen -e -f amazonec2key >> amazonec2key.pub 5、use amazonec2key.pub as secuCRT’s key file. Remember put the amazonec2key in the same location.
ttf-mscorefonts-installer update error – ubuntu10.04
try: sudo aptitude purge ttf-mscorefonts-installer ubuntu-restricted-extras