According to your description of the file path ,we decide to use a property in configuration files to define the file path instead of save in database. So ,the "PC file path" and the "NK file path" will be defined in configuration file and you can define the file path by yourself.
Otherwise, about the limited character of the input field in page.In the specification of mod.org v2,there are tow types limit,the one is limitless ,for example the summary of a module,the other is only contain english character ,number or identifier,but we don't know a detailed account, which type of identifier can be used and which can't.Right now,thera is a way to do this,we can use the rule of the winodws that used to manage file name(file name can't contain \ / : * ? " < > |).
If this's ok ,we do this .If this's no enough,can you give me a doc for this?
Better use:
According to your description of the file path ,we decide to use a property in configuration files to define the file path instead of saving in database. So ,the "PC file path" and the "NK file path" will be defined in configuration file and you can define the file path by yourself.
Otherwise, about the limited character of the input field in page.In the specification of mod.org v2,there are tow types (limit),the one is limitless ,for example the summary of a module,the other is only contain alphabets, digits or symbol,but we don't know which type of symbol can be used and which can't.Right now,thera is a solution that we can use the rule of the winodws that used to manage file name(file name can't contain \ / : * ? " < > |).
Waht's your idea about it? If you have any question please feel free to let me know.
posted on 2007-07-06 16:04
黑咖啡 阅读(1065)
评论(0) 编辑 收藏 所属分类:
Coding Life